You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2012/05/29 15:29:23 UTC

[jira] [Assigned] (WW-3373) Weblogic 11g throwing java.lang.NullPointerException

     [ https://issues.apache.org/jira/browse/WW-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart reassigned WW-3373:
---------------------------------

    Assignee: Lukasz Lenart
    
> Weblogic 11g throwing java.lang.NullPointerException
> ----------------------------------------------------
>
>                 Key: WW-3373
>                 URL: https://issues.apache.org/jira/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
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.5
>
>
> 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> <[ServletContext@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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira