ClassNotFoundException when deploying openejb.war

2009-02-05 Thread Alberto López
11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://www.nabble.com/ClassNotFoundException-when-deploying-openejb.war-tp21858040p21858040

Re: ClassNotFoundException when deploying openejb.war

2009-02-12 Thread Jean-Louis MONTEIRO
he.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:619) > > > -- View this message in context: http://www.nabble.com/ClassNotFoundException-when-deploying-openejb.war-tp21858040p21975682.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: ClassNotFoundException when deploying openejb.war

2009-02-13 Thread Alberto López
rReportValve.invoke(ErrorReportValve.java:102) >> at >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) >> at >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) >> at >> org.apache.coyote.http11.Http11Proces

Re: ClassNotFoundException when deploying openejb.war

2009-02-13 Thread David Blevins
ocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java: 447) at java.lang.Thread.run(Thread.java:619) -- View this message in context: http://www.nabble.com/ClassNotFoundException-when-deploying-openejb.war-tp21858040p21993053.html Sent from

Re: ClassNotFoundException when deploying openejb.war

2009-02-13 Thread Alberto López
gt;>> .internalDoFilter(ApplicationFilterChain.java:290) >>>>at >>>> org >>>> .apache >>>> .catalina >>>> .core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java: >>>> 206) >>>>

Re: ClassNotFoundException when deploying openejb.war

2009-02-13 Thread Jonathan Gallimore
Its sounds like a bug and I would imagine we can fix it - can you open a JIRA issue for it(https://issues.apache.org/jira/browse/OPENEJB)? I'm away this weekend, but could look at a fix next week (unless someone else beats me to it). Jon Alberto López wrote: Hi again David, I didn't instal

Re: ClassNotFoundException when deploying openejb.war

2009-02-18 Thread Jonathan Gallimore
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:619) -- View this message in context: http://www.

Re: ClassNotFoundException when deploying openejb.war

2009-02-19 Thread Alberto López
t;at >>>>>> org >>>>>> .apache.catalina.manager.ManagerServlet.reload(ManagerServlet.java: >>>>>> 916) >>>>>>at >>>>>> org >>>>>> .apache >>>>>> .catalina

Re: ClassNotFoundException when deploying openejb.war

2009-02-19 Thread Jonathan Gallimore
org > >>>>>> .apache.catalina.core.StandardContext.start(StandardContext.java: > >>>>>> 4371) > >>>>>>at > >>>>>> org > >>>>>> .apache.catalina.core.Stand

Re: ClassNotFoundException when deploying openejb.war

2009-02-19 Thread David Blevins
On Feb 18, 2009, at 8:46 AM, Jonathan Gallimore wrote: As a side note, having CATALINA_HOME defined as path with a space in it causes the Java Agent to not be loaded correctly on my Linux system (Windows XP seems happy) - the released 3.1 war does this as well, so I don't think its anythin

Re: ClassNotFoundException when deploying openejb.war

2009-02-23 Thread Jean-Louis MONTEIRO
rch and replace. Kind regards, Jean-Louis -- View this message in context: http://www.nabble.com/ClassNotFoundException-when-deploying-openejb.war-tp21858040p22177375.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: ClassNotFoundException when deploying openejb.war

2009-02-23 Thread Jean-Louis MONTEIRO
> URLEncoder.encode() ? > It seems to me it's a more reliable to use URLEncoder/URLDecoder instead > of manual search and replace. > > Kind regards, > Jean-Louis > > > -- View this message in context: http://www.nabble.com/ClassNotFoundException-when-deploy