I had this problem when running against JDK 1.6 on the Linux platform (though
it worked on windows JDK 1.6 I think).  It may be that the
backport-concurrent library is not compatible with Linux JDK 1.6.

In order to fix this, I went ahead and took out backport-concurrent on our
local Tapestry 4.1.1 build.  This was as easy as deleting the string
'edu.emory.mathcs.backport.' across the entire code base (and removing the
dependency from the pom.xml files).  Of course, now our local Tapestry build
*requires* Java 6.

Good luck!
jonmcsj


cyrille37 wrote:
> 
> I'm trying Tapestry 4.1.1 and at application startup there is an error 
> with the lib backport-util-concurrent.
> 
> org.apache.hivemind.ApplicationRuntimeException:
> Failure invoking constructor for class
> org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl:
> class
> edu.emory.mathcs.backport.java.util.concurrent.helpers.AbstractOwnableQueuedSynchronizer
> overrides final method setExclusiveOwnerThread.(Ljava/lang/Thread;)V
> 
> java.lang.VerifyError:
> class
> edu.emory.mathcs.backport.java.util.concurrent.helpers.AbstractOwnableQueuedSynchronizer
> overrides final method setExclusiveOwnerThread.(Ljava/lang/Thread;)V
> 

-- 
View this message in context: 
http://www.nabble.com/Error-with-Tapestry-4.1.1-and-backport-util-concurrent-tf3579267.html#a10107775
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to