I am getting the following error on deploying tomcat

org.apache.tomcat.util.net.JIoEndpoint$Acceptor run
SEVERE: Socket accept failed
java.lang.NoClassDefFoundError: org/bouncycastle/crypto/modes/CBCBlockCipher
        at
org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher.engineSetMode(Unknown
Source)
        at javax.crypto.Cipher$Transform.setModePadding(Cipher.java:357)
        at javax.crypto.Cipher.chooseProvider(Cipher.java:847)
        at javax.crypto.Cipher.init(Cipher.java:1348)
        at sun.security.ssl.CipherBox.<init>(CipherBox.java:175)
        at sun.security.ssl.CipherBox.newCipherBox(CipherBox.java:208)
        at
sun.security.ssl.CipherSuite$BulkCipher.newCipher(CipherSuite.java:467)
        at
sun.security.ssl.CipherSuite$BulkCipher.isAvailable(CipherSuite.java:507)
        at
sun.security.ssl.CipherSuite$BulkCipher.isAvailable(CipherSuite.java:485)
        at sun.security.ssl.CipherSuite.isAvailable(CipherSuite.java:190)
        at
sun.security.ssl.SSLContextImpl.getApplicableCipherSuiteList(SSLContextImpl.java:342)
        at
sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList(SSLContextImpl.java:293)
        at sun.security.ssl.SSLSocketImpl.init(SSLSocketImpl.java:576)
        at sun.security.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:494)
        at
sun.security.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:313)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:152)
        at
org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:352)
        at java.lang.Thread.run(Thread.java:722)

*This error is logged into catalina.out continuously and catalina.out gets
full in short time. tomcat version is : 6.0.24. Please help*

-- 
Bhagyashree  N Jog

Reply via email to