1 Reply Latest reply on Jul 29, 2010 3:38 AM by christianschuster

    Broken Pipes lead to http 500

    christianschuster

      Hi,


      I am currently working with



      • jboss-eap-4.3.0.GA_CP07

      • richfaces 3.3.3.Final

      • jsf 1.2_09-b01-BETA1

      • facelets 1.1.15.B1

      • seam 2.1.2




      Whenever a user hits a button before the page is completely loaded, he is presented a http 500 error page and the following Exception is written to server.log. I've found only this information about that Exception, but that didn't help me. This also occurs sometimes although letting the page some time to finish loading or when uploading a file. what can be done to solve this?


      [2010-07-27 09:34:29,666] [ERROR] [org.apache.catalina.core.ContainerBase] Session event listener threw exception
      java.lang.NullPointerException
              at org.apache.catalina.connector.Request.removeAttribute(Request.java:1343)
              at org.apache.catalina.connector.RequestFacade.removeAttribute(RequestFacade.java:514)
              at org.apache.catalina.core.ApplicationHttpRequest.removeAttribute(ApplicationHttpRequest.java:256)
              at javax.servlet.ServletRequestWrapper.removeAttribute(ServletRequestWrapper.java:295)
              at javax.servlet.ServletRequestWrapper.removeAttribute(ServletRequestWrapper.java:295)
              at com.sun.faces.context.RequestMap.remove(ExternalContextImpl.java:1096)
              at org.jboss.seam.contexts.BasicContext.remove(BasicContext.java:73)
              at org.jboss.seam.Component.newInstance(Component.java:2141)
              at org.jboss.seam.Component.getInstance(Component.java:2021)