2017-04-24 12:44 GMT+03:00 Naga Ramesh <naga.ram...@manthan.com>: > We need solution for this issue, please guide to us. > > -----Original Message----- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, April 24, 2017 3:11 PM > To: Tomcat Users List > Subject: Re: needed your help very urgent > > On 24/04/2017 10:22, Naga Ramesh wrote: > > <snip/> > >> Caused by: java.lang.IllegalStateException: Unable to complete the >> scan for annotations for web application [] 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.DERE >> ncodab >> leVector->org.bouncycastle.asn1.ASN1EncodableVector] > > What isn't clear? > > Where that cyclic dependency came from is a whole different questions. I > don't see any hint of it in the bouncy castle source. > > Mark >
Naga. Read the rules: http://tomcat.apache.org/lists.html#tomcat-users -> Important -> 6. Top-posting is bad. -> "How To Ask Questions The Smart Way". http://www.catb.org/~esr/faqs/smart-questions.html#bespecific For your question: 1. Check what jar libraries are packed in your war and what are installed with Tomcat. Ensure that there are no duplicates. 2. Check whether annotation scanning is important for you application. Either a) disable it and configure all servlets, listeners etc. discovered with scanning in you WEB-INF/web.xml file, or b) configure the scanner to exclude unrelated jars from scanning. https://wiki.apache.org/tomcat/HowTo/FasterStartUp 3. Current version of Tomcat 8.0 is 8.0.43 http://tomcat.apache.org/security-8.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org