0 Replies Latest reply on Nov 27, 2012 7:21 AM by dattasubhajit

    war deployment issue with POI in Unix

    dattasubhajit

      Hi,

      We are facing the below exception in Jboss 4x on Unix, let me know if you have certain work around, explanation or solution for this. We are using POI 3.5 for preparing and rendering a excel report.Without POI the build is deployed fine. The build is tested ok in windows version. But when we are trying to put the build on Linux we are facing this kind of problem.


      tail -f server.log

              at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:449)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:239)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

              at java.lang.Thread.run(Thread.java:662)

      2012-11-26 18:43:31,552 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass

      2012-11-26 18:43:31,552 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass

      2012-11-26 18:43:31,552 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass

      2012-11-26 18:43:31,553 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass

      2012-11-26 18:45:04,933 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing

      1. java.lang.NullPointerException

              at org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:507)

              at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:449)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:239)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

              at java.lang.Thread.run(Thread.java:662)

      2012-11-26 18:45:22,259 ERROR [org.apache.catalina.connector.CoyoteAdapter] An exception or error occurred in the container during the request processing

      1. java.lang.NullPointerException

              at org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:507)

              at org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:449)

              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:239)

              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

              at java.lang.Thread.run(Thread.java:662)