24 Jun 2020 01:51 PM
Or any idea how can we go about troubleshooting further? I came across a number of customers where the HTTP 5xx error is boil-down to this message, which seems to quite generic according to what I google at least.
Best Regards,
Wai Keat
Solved! Go to Solution.
24 Jun 2020 01:56 PM
Can you drill down into the purepath that contains this error, maybe you will see the request and or code that caused the error.
24 Jun 2020 03:45 PM
A lot of HTTP/500 won't have anything more in Java.
But I would try the purepath route, as Chad said: on the top right of your page , click the Purepath icon,
When you see the Errors tab in the Purepath, see if there are other nested exceptions. Beware that you might have other exceptions not related to the 500 error though:
29 Jun 2020 01:28 PM
Sometimes you get more details on the Error tab of the PurePaths because the HttpServletResponse.setStatus() call is made is set based on an earlier exception, but other times, the code is simply setting the status based on some logic. In those cases, I don't believe there is much else you can get other than looking at the Code tab to see if you can determine what might have caused it, or checking logs for clues.