Hello all,

I have an AIX box that I have to support.  I've got HTTPS working using Sun's 
JSSE on linux and windows, but I can't get it working with the IBM JVM on AIX.  
I've modified the provider line in the java.security file to look like this:

#
# List of providers and their preference orders (see above):
#
security.provider.1=com.ibm.jsse2.IBMJSSEProvider2
security.provider.2=com.ibm.crypto.provider.IBMJCE
security.provider.3=com.ibm.security.jgss.IBMJGSSProvider
security.provider.4=com.ibm.security.cert.IBMCertPath


When I try to start jboss I get the following error:

14 Nov 2005 16:01:01 [ERROR] [org.apache.coyote.http11.Http11Protocol] - Error 
initializing endpoint
java.io.IOException: Class com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl 
configured for a KeyManagerFactory: not a KeyManagerFa
ctory
        at 
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory.java:127)
        at 
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:88)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:259)
        at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:137)
        at 
org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1429)
        at 
org.jboss.web.tomcat.tc5.StandardService.initialize(StandardService.java:612)
        at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2384)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:507)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:548)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))
        at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
        at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
        at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
        at org.jboss.web.tomcat.tc5.Tomcat5.startService(Tomcat5.java:259)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
        at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))
        at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
        at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java(Inlined 
Compiled Code))
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java(Inlined 
Compiled Code))



I've search the jboss forums, wiki, and ibm.com.  Can anybody point me in the 
right direction?

Thanks in advance,
-- tale

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907118#3907118

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907118


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to