Hi
I am using the WebSphere 5.0.2 , and have genrated Proxy using WSIF when try to connect to webservice getting this error webservice is running on HTTPS(SSL).
I ran my Proxy client with SUN Jre it runs fine. when switch to IBM JRE
java version "1.3.1_08" its giving the following error.
Also it runs fine in my local WSAD5.1.2 which has java version "1.4.1"
Error Message is : SOAPException: SOAP-ENV:ClientError opening socket: java.net.
SocketException: KeyManagerFactoryImpl: Invalid keystore format; nested exceptio
n is:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: jav
a.net.SocketException: KeyManagerFactoryImpl: Invalid keystore format; targetExc
eption=java.lang.IllegalArgumentException: Error opening socket: java.net.Socket
Exception: KeyManagerFactoryImpl: Invalid keystore format]
$ java com.ubs.sso.authentication.util.AuthenticationModule
appKey is : @b55
wsdlLocation is : /home/kumarsab/SSoWSIF/JeepPersonWSInfoService.wsdl
***********************Authentication started****************
/home/kumarsab/SSoWSIF/cacerts
[ERROR] wsif - -WSIF0005E: An error occurred when invoking the method 'getToken'
. ('ApacheSOAP')
******************************Authentication done***************
Error Message is : SOAPException: SOAP-ENV:ClientError opening socket: java.net.
SocketException: KeyManagerFactoryImpl: Invalid keystore format; nested exceptio
n is:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: jav
a.net.SocketException: KeyManagerFactoryImpl: Invalid keystore format; targetExc
eption=java.lang.IllegalArgumentException: Error opening socket: java.net.Socket
Exception: KeyManagerFactoryImpl: Invalid keystore format]
Thanks in Advance
[ April 21, 2005: Message edited by: Sanju Sharma ]