java - catalina.out logging same error continuously -


i getting following error when deploying tomcat

org.apache.tomcat.util.net.jioendpoint$acceptor run  info: illegal access: web application instance has been stopped already.   not load org.bouncycastle.crypto.modes.cbcblockcipher. eventual following stack trace caused error thrown debugging purposes attempt terminate thread caused illegal access, , has no functional impact. java.lang.illegalstateexception 

and then

severe: socket accept failed java.lang.noclassdeffounderror: org/bouncycastle/crypto/modes/cbcblockcipher   @ org.bouncycastle.jcajce.provider.symmetric.util.baseblockcipher.enginesetmode(unknown source)   @ javax.crypto.cipher$transform.setmodepadding(cipher.java:357)   @ javax.crypto.cipher.chooseprovider(cipher.java:847)   @ javax.crypto.cipher.init(cipher.java:1348)   @ sun.security.ssl.cipherbox.(cipherbox.java:175)   @ sun.security.ssl.cipherbox.newcipherbox(cipherbox.java:208)   ...   @ org.apache.tomcat.util.net.jioendpoint$acceptor.run(jioendpoint.java:352)   @ java.lang.thread.run(thread.java:722) 

the noclassdeffounderror exception being logged catalina.out continuously (looping) , catalina.out gets full in short time.

tomcat version 6.0.24.

you should remove class causing issues, since expected behavior of tomcat if thread being invoked.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -