Antoine Philippe,
On Fri, Apr 12, 2013 at 6:17 PM, antoine philippe chaker < philippe.cha...@gmail.com> wrote: > Hi all, > > 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] > I think I've seen you in atmosphere google groups, so I wanted to listen in on the outcome of this thread, but then I saw the error message above, and it reminded me of the cyclic references I had in my app (even though this seems to be tomcat code). Since the error mention -Xss, can you share your java memory options to the list? FYI, your post just motivated me to ask a question in a separate topic, since I'm using Tomcat 7.0.39 (via TomEE 1.6.0 snapshot) and Atmosphere 1.0.13 (snapshot).