Weblogic 11g throwing java.lang.NullPointerException
----------------------------------------------------
Key: WW-3373
URL: https://issues.apache.org/struts/browse/WW-3373
Project: Struts 2
Issue Type: Bug
Components: Dispatch Filter
Affects Versions: 2.1.8
Environment: Weblogic 11g, running on RHEL 5.3 x86. JVM =
jrockit_160_14_R27.6.5-32
Reporter: Daniel Northam
WAR file works with TOMCAT 6. When I deploy to WEBLOGIC 11g the following NPE
is given. Been searching Google and struts issues, but have not been able to
find a solution. My knowledge of Java is next to none.
Can Someone point me into the right direction?
'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1263248899938>
<BEA-101020> <[servletcont...@25367851[app:www module:XXX.war path:/XXX
spec-version:2.5]] Servlet failed with Exception
java.lang.NullPointerException
at
weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:645)
at
org.apache.struts2.dispatcher.Dispatcher.sendError(Dispatcher.java:725)
at
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:488)
at
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:467)
at
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
at
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
at
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.