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 .. :)..
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 .. :)..
Comments
Post a Comment