Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-15 Thread P . Stavrinides
ry users" Sent: Tuesday, 14 July, 2009 10:51:29 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Problems deploying tapestry App in Tomcat 5.x/6.x Yes, that was the problem !! Thanks .. now, i have excluded the javassist that chenillekit depends on .. and old one, and everythin

Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-14 Thread jose luis sanchez
Yes, that was the problem !! Thanks .. now, i have excluded the javassist that chenillekit depends on .. and old one, and everything looks and works ok :-) Maybe you have dublicate javassist jar in your classpath. - To u

Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-13 Thread Artem Grigorev
Maybe you have dublicate javassist jar in your classpath.

Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-07 Thread Thiago H. de Paula Figueiredo
On Tue, Jul 7, 2009 at 11:27 AM, jose luis sanchez wrote: > Caused by: java.lang.ArrayIndexOutOfBoundsException: 3 at javassist.bytecode.ByteArray.write16bit(ByteArray.java:40) This is the root cause of your exception. Strange exception inside Javassist. I don't know what's happening, but make

Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-07 Thread jose luis sanchez
The .tml http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"; xmlns:p="tapestry:parameter"> t:value="sourcePlan"

Re: Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-07 Thread Thiago H. de Paula Figueiredo
Please post the full stack trace. I guess the part that's going to show us what happened wasn't shown, as we can't see the full exception chain. -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For addit

Problems deploying tapestry App in Tomcat 5.x/6.x

2009-07-07 Thread jose luis sanchez
Hello all. I have an application created in tapestry 5.1.0.5, and when i run it with a mvn jetty:run It runs perfect. Also with mvn tomcat:run But, when i run it with mvn tomcat:run-war or copy the resulting war inside a working tomcat installation ( both 5.0.28 and 6.0.20 ), the app just do