You get the "Send Bug Report" error page and traceback as attachments.
I am guessing this is a regression and it was found by smoker. Here is an excerpt of the trace back.
java.lang.IllegalArgumentException: max-results cannot be negative at org.sakaiproject.portal.charon.SkinnableCharonPortal.forwardTool(SkinnableCharonPortal.java:1502) caused by: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: max-results cannot be negative at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) caused by: java.lang.IllegalArgumentException: max-results cannot be negative at org.hibernate.query.internal.AbstractProducedQuery.setMaxResults(AbstractProducedQuery.java:904) at org.hibernate.query.internal.AbstractProducedQuery.setMaxResults(AbstractProducedQuery.java:106) at org.sakaiproject.messagebundle.impl.MessageBundleServiceImpl.getModifiedProperties(MessageBundleServiceImpl.java:469)
There is no stack trace, but now also affects 21x.
Andrea Schmidt November 25, 2020 at 3:40 PM
The message bundle manager is loading without an issue - no stack trace, but checking the other tabs besides the status tab and there are console errors: SAK-44716.
Log in as admin and go to:
https://trunk-mysql.nightly.sakaiproject.org/portal/site/!admin/tool/!admin-1575
You get the "Send Bug Report" error page and traceback as attachments.
I am guessing this is a regression and it was found by smoker. Here is an excerpt of the trace back.
java.lang.IllegalArgumentException: max-results cannot be negative
at org.sakaiproject.portal.charon.SkinnableCharonPortal.forwardTool(SkinnableCharonPortal.java:1502)
caused by: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: max-results cannot be negative
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
caused by: java.lang.IllegalArgumentException: max-results cannot be negative
at org.hibernate.query.internal.AbstractProducedQuery.setMaxResults(AbstractProducedQuery.java:904)
at org.hibernate.query.internal.AbstractProducedQuery.setMaxResults(AbstractProducedQuery.java:106)
at org.sakaiproject.messagebundle.impl.MessageBundleServiceImpl.getModifiedProperties(MessageBundleServiceImpl.java:469)