Hi hope it is fixed now (on OWB side)
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/1 zmirc <[email protected]> > Hi! > > I've just seen the following log in one of the production servers running > Tomee 1.6.0 2013.09.20. > It's the first time I see this error. It appeared just once. > > The first line (DEBUG) is a Filter that redirects from non-www to www. > That's it. The second one (the error) might be executing the redirect. > > Any ideas? I can see something in org.apache.webbeans, therefore I posted > here at Tomee. > > 2013-10-01 17:43:12,970 DEBUG [http-bio-80-exec-85] > c.p.b.f.ForceFreshPageAndWWWFilter [ForceFreshPageAndWWWFilter.java:43] > Redirected http://pingushare.dk/dashboard/add-item.xhtml to > http://www.pingushare.dk/dashboard/add-item.xhtml > 01-Oct-2013 17:43:14.875 SEVERE [http-bio-80-exec-81] > org.apache.coyote.http11.AbstractHttp11Processor.process Error processing > request > java.lang.NullPointerException > at > > org.apache.webbeans.proxy.NormalScopeProxyFactory.createNormalScopeProxy(NormalScopeProxyFactory.java:117) > at > > org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.readResolve(NormalScopedBeanInterceptorHandler.java:125) > at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > java.io.ObjectStreamClass.invokeReadResolve(ObjectStreamClass.java:1104) > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1805) > at > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) > at > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1989) > at > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1913) > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796) > at > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370) > at java.util.HashMap.readObject(HashMap.java:1155) > at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017) > at > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1891) > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796) > at > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370) > at java.util.HashMap.readObject(HashMap.java:1155) > at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017) > at > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1891) > at > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1796) > at > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1348) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370) > at > > org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1595) > at > > org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:1060) > at org.apache.catalina.session.FileStore.load(FileStore.java:306) > at > > org.apache.catalina.session.PersistentManagerBase.swapIn(PersistentManagerBase.java:743) > at > > org.apache.catalina.session.PersistentManagerBase.findSession(PersistentManagerBase.java:507) > at > > org.apache.catalina.connector.Request.isRequestedSessionIdValid(Request.java:2391) > at > > org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:955) > at > > org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:689) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403) > at > > org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023) > at > > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) > at > > org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:724) > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/AbstractHttp11Processor-process-Error-processing-request-tp4665383.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
