RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-04 Thread Kuga
> From: Kuga [mailto:kvisagam...@infoblox.com] >> Subject: RE: [OT] java.security.NoSuchAlgorithmException: No >> implementation for AES/CBC/NoPad >> >> Please see the attached jce.jar. > > Jars are not allowed as attachments on this list - and sending jce.jar to

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
> From: Kuga [mailto:kvisagam...@infoblox.com] > Subject: RE: [OT] java.security.NoSuchAlgorithmException: No > implementation for AES/CBC/NoPad > > Please see the attached jce.jar. Jars are not allowed as attachments on this list - and sending jce.jar to an international list

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi, Thanks for the quick response. Please see the attached jce.jar. I am in the US. Wonder how to resolve such issues? thanks Kuga n828cl wrote: > >> From: Kuga [mailto:kvisagam...@infoblox.com] >> Subject: Re: [OT] java.security.NoSuchAlgorithmException: No >> imple

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
> From: Kuga [mailto:kvisagam...@infoblox.com] > Subject: Re: [OT] java.security.NoSuchAlgorithmException: No > implementation for AES/CBC/NoPad > > Please let me know if you have any idea on this? The one you're missing is this: SunJCE, version 1.6: SunJCE Provider (impleme

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi Chris, Please let me know if you have any idea on this? thanks Kuga Kuga wrote: > > Hi, > I have uploaded the list. As I mentioned earlier it is evident that I dont > see the Cipher.PBEWithMD5AndDES in that. > > NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed > the

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Kuga
Hi, I have uploaded the list. As I mentioned earlier it is evident that I dont see the Cipher.PBEWithMD5AndDES in that. NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed the 64bit JRE, could this be any reason for not generating the correct provider list? Thanks Kuga Chr

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kuga, On 7/28/2010 6:59 PM, Kuga wrote: > Thanks for the quick response, much appreciated: > -bash-4.0# /usr/local/jre/bin/java -version > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > Java HotSpot(TM) Server VM (bui

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Kuga
rs list. I have executed the program, and dont see any of the Cipher. Thanks Kuga n828cl wrote: > >> From: Kuga [mailto:kvisagam...@infoblox.com] >> Subject: Re: [OT] java.security.NoSuchAlgorithmException: No >> implementation for AES/CBC/NoPad >> >> We are u

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Caldarale, Charles R
> From: Kuga [mailto:kvisagam...@infoblox.com] > Subject: Re: [OT] java.security.NoSuchAlgorithmException: No > implementation for AES/CBC/NoPad > > We are using Java 1.6.0_17. Are you absolutely certain? > I dont see the "Cipher.PBEWithMD5AndDES" in the provi

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-07-28 Thread Kuga
Hi, We are using Java 1.6.0_17. I dont see the "Cipher.PBEWithMD5AndDES" in the providers list, as a result the Security.getProvider("Cipher.PBEWithMD5AndDES") is returning NULL. Is there a way to generate these providers? or am I missing something in that environment. I am using Linux Fedora 12.

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread nitingautam
It is still working sometime and sometime not. Today itself out of 10 instance it worked in 7 instances when I run application on Tomcat. This is not possible currently to upgrade to 1.5 Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To whom it may concern

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 7/14/2009 3:15 AM, nitingautam wrote: > I ran the program that Chris shown above following is the output: > Provider: SUN version 1.42 I don't see anything about supported modes or padding. I have a 1.4.2 JVM lying around a

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-14 Thread nitingautam
I ran the program that Chris shown above following is the output: Provider: SUN version 1.42 === provider properties: Alg.Alias.AlgorithmParameters.1.2.840.10040.4.1=DSA Alg.Alias.AlgorithmParameters.1.3.14.3.2.12=DSA Alg.Alias.CertificateFactory.X509=X.509 Alg.Alias.Ke

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread Mark Thomas
nitingautam wrote: > I am using JAVA 1.4.2_17-b06 > I face this issue sometimes only. Now days coming regularly :( > how to fix then How about a) reading what Chris wrote when you asked this question b) doing what he suggests c) posting the results you get Mark > Christopher Schultz-2 wrote: >

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread nitingautam
I am using JAVA 1.4.2_17-b06 I face this issue sometimes only. Now days coming regularly :( how to fix then Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To whom it may concern, > > (Marked as OT since this is a JVM issue, not a Tomcat issue). > > On

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, (Marked as OT since this is a JVM issue, not a Tomcat issue). On 7/9/2009 11:01 AM, nitingautam wrote: > In my web application i am using ldap authentication. I am using tomcat 5.5 > with jdk 1.4. From some days when I try to

java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2009-07-09 Thread nitingautam
In my web application i am using ldap authentication. I am using tomcat 5.5 with jdk 1.4. From some days when I try to login it throw the following error and rest of the time it works fine. What can be the issue... javax.net.ssl.SSLException: Algorithm missing: at com.sun.net.ssl.inter