Hi Thiago,

I saw the same exception a week or two ago when attempting to upgrade our
project from 5.3.3 to 5.3.6.  Turns out one of the external Tapestry
libraries we were using specified 5.3.3 and Maven included that JAR for
either tapestry-core or tapestry-ioc (I forget which one at the moment, but
probably ioc).  Perhaps that is the source of Chris' problem, too.

Chris, try running a "mvn dependency:tree" and make sure 5.3.6 is listed
for all Tapestry JARs.  If so, look under target to see what was actually
included in the build (both in the .war file and under the WEB-INF/lib
directory).

mrg


On Mon, Mar 4, 2013 at 5:57 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Sun, 03 Mar 2013 13:48:01 -0300, Chris Cureau <cmcur...@gmail.com>
> wrote:
>
>  Caused by: java.lang.**ClassNotFoundException:
>> org.apache.tapestry5.ioc.**internal.util.LockSupport
>>
>
> This is the error and it's not related to JVM or operating system or
> processor: it seems you have a truncated or otherwise corrupted
> Tapestry-IoC JAR. Or you have mixed versions of Tapestry-IoC and
> Tapestry-Core.
>
> --
> Thiago H. de Paula Figueiredo
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to