2013/4/13 antoine philippe chaker <philippe.cha...@gmail.com>:
> Hi all,
>
> I'm using the tomcat maven plugin since a while.
> Recently I have upgrade to 7.0.39 then
> sometimes the server start without any problems
> and somtimes I have this error :
>
> SEVERE: A child container failed during start
> java.util.concurrent.ExecutionException:
> org.apache.catalina.LifecycleException: Failed to start component
> [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[/autodis]]
>         at
> java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
> (...)
> Caused by: java.lang.IllegalStateException: Unable to complete the scan for
> annotations for web application [/autodis] due to a StackOverflowError.
> Possible root causes include a too low setting for -Xss and illegal cyclic
> inheritance dependencies. The class hierarchy being processed was
> [org.bouncycastle.asn1.ASN1EncodableVector->org.bouncycastle.asn1.DEREncodableVector->org.bouncycastle.asn1.ASN1EncodableVector]
>         at
> org.apache.catalina.startup.ContextConfig.checkHandlesTypes(ContextConfig.java:2179)
> (...)


Your libraries are broken.
See the following for a discussion:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53871

Your message says:
[org.bouncycastle.asn1.ASN1EncodableVector
->org.bouncycastle.asn1.DEREncodableVector
->org.bouncycastle.asn1.ASN1EncodableVector]

As such, is ASN1EncodableVector a child of itself?

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to