-
Sep 2nd, 2009, 10:12 AM
#1
NoSuchAlgorithmException using IBM JVM
I get the exception below trying to start TC Server with IBM's Java version 1.5 . Searching for resolutions to this error indicated that there are entries in the security.properties file that indicate which classes are to be used for security. That file appears to be setup correctly on my installation.
SEVERE: Unable to load property source[com.springsource.tcserver.security.PropertyDecoder].
java.security.NoSuchAlgorithmException: Cannot find any provider supporting PBE
at javax.crypto.Cipher.getInstance(Unknown Source)
at com.springsource.tcserver.security.KeyDecoder.init Ciphers(KeyDecoder.java:65)
at com.springsource.tcserver.security.KeyDecoder.<ini t>(KeyDecoder.java:45)
at com.springsource.tcserver.security.PropertyDecoder .<init>(PropertyDecoder.java:122)
Scott Hickey
Scott
-
Sep 2nd, 2009, 10:15 AM
#2
hi there,
in your instance/conf/catalina.property, comment out the PROPERTY_DECODER line. This is used to do encoding/decoding of parameter values, and uses an algorithm not available in IBM JDK. This will be fixed in our 6.0.20.B release
best
Filip
-
Sep 3rd, 2009, 08:08 AM
#3
Good timing, I was just about to post to the announcements forum the availability of the AIX download of 6.0.20.B which addresses IBM JDK issues. Download is available both on the evaluation page and on the commercial subscription download portal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules