Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread André Warnier
Hi. From what I can see below (and what you explain yourself), this problem has nothing to do with Tomcat. It is the (your) webapp which uses an SSL connection to some other server, and which receives this exception. Tomcat does not even know that this is happening. Tomcat in this case is

Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread Michele Mase'
Both windoz and linux use the same java :( On Fri, Sep 3, 2010 at 12:01 PM, André Warnier a...@ice-sa.com wrote: Hi. From what I can see below (and what you explain yourself), this problem has nothing to do with Tomcat. It is the (your) webapp which uses an SSL connection to some other

Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread André Warnier
Michele Mase' wrote: Both windoz and linux use the same java :( Well no, they are NOT the same, even if they have the same version. The Windows java JVM is a Windows executable program (java.exe). The Linux java JVM is a Linux executable program. Each is compiled from presumably much the

Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread André Warnier
Michele, I just want to clarify my previous answers : I am not saying that the problem that you encounter is *necessarily* a bug in one or the other JVM. You have not shown the code of your webapp, so we cannot tell you that the problem is there either. One thing we can tell you, is that the

RE: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Anyone? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux Both windoz and linux use the same java :( That is a myth. Besides the points André brings up, even the .class files of the JRE

Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread Michele Mase'
For Andrè If you read in a better way my mail, you find the attachment *wsloader.txt *that is the code of the bad webapp :D For Chuck Is Java really cross-platform? For all: I forgot to tell you that we are using the Strong Cryptography Library Java Cryptography Extension (JCE) Unlimited Strength

RE: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread Caldarale, Charles R
From: Michele Mase' [mailto:michele.m...@gmail.com] Subject: Re: Anyone? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux For Chuck Is Java really cross-platform? Definitely - once the JRE is ported to the platform of interest. But down

Re: Anyone????? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux

2010-09-03 Thread André Warnier
Caldarale, Charles R wrote: From: Michele Mase' [mailto:michele.m...@gmail.com] Subject: Re: Anyone? intermittent javax.net.ssl.SSLException: Invalid padding tomcat6.x axis 1.4 jdk 1.5 linux For Chuck Is Java really cross-platform? Definitely - once the JRE is ported to the platform