Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Bhagyashree Jog
Hi, The problem is not reproducible after upgarding to CentOS 6.4 and above. I was earlier using CentOS 6.2. Cant understand why? Any explanations? On 2 April 2015 at 10:26, Yogesh Rao yog...@gmail.com wrote: Hello, Not sure if it would help but you could try installing crypto providers into

Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Bhagyashree Jog
Okay so I ran the java -version command on both machines: On machine 1 : Issue is reproducible (CentOS 6.2, tomcat 6.0.24) java -version java version 1.7.0_17 Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) On machine 2 : Issue

Re: Problem with Tomcat6 catalina.out

2015-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yogesh, On 4/7/15 8:12 AM, Bhagyashree Jog wrote: Okay so I ran the java -version command on both machines: On machine 1 : Issue is reproducible (CentOS 6.2, tomcat 6.0.24) java -version java version 1.7.0_17 Java(TM) SE Runtime Environment

Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
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

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Daniel Mikusa
On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog rani...@gmail.com wrote: 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

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Thanks for the input. Will look into it. On 01-Apr-2015 5:00 pm, Daniel Mikusa dmik...@pivotal.io wrote: On Wed, Apr 1, 2015 at 2:30 AM, Bhagyashree Jog rani...@gmail.com wrote: I am getting the following error on deploying tomcat org.apache.tomcat.util.net.JIoEndpoint$Acceptor run

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Bhagyashree Jog
Hello, I added the jar to the $CATALINA_BASE/lib folder. Still getting the same problem. This is the entire exception trace. INFO: Illegal access: this web application instance has been stopped already. Could not load org.bouncycastle.crypto.modes.CBCBlockCipher. The eventual following stack

Re: Problem with Tomcat6 catalina.out

2015-04-01 Thread Yogesh Rao
Hello, Not sure if it would help but you could try installing crypto providers into the JRE extension directory (e.g. $JRE_HOME/lib/ext) which the tomcat is using and also an entry must be added to $JRE_HOME/lib/security/java.security. After this restart tomcat and check Regards, -Yogesh On