Posts

Showing posts with the label Weblogic Server 500 error

500 Error in Weblogic Server in between requests

Stack Trace looks some what like this java.lang.NoSuchMethodError: javax/servlet/http/HttpServletResponse.getStatus() this happens mostly when there is a cookie clash. if Different applications have same cookie configured then the request from browser is unable to reach server and eventually throws a 500 error .. :)..