[jboss-user] [Remoting] - Re: https with path and ejb3 can not be configured

rino_salvade do-not-reply at jboss.com
Mon Apr 16 16:08:14 EDT 2007


It should be possible (according to the documentation) to pass in the client cofiguration through a URL parameter. However this results in an exception when starting up the server
Caused by: java.io.IOException: Error initializing server socket factory SSL context: Can not find keystore url.
  |         at org.jboss.remoting.security.SSLSocketBuilder.initializeServerSocketFactorySSLContext(SSLSocketBuilder.java:1262)
  |         at org.jboss.remoting.security.SSLSocketBuilder.createCustomServerSocketFactory(SSLSocketBuilder.java:366)
  |         at org.jboss.remoting.security.SSLSocketBuilder.createSSLServerSocketFactory(SSLSocketBuilder.java:346)
  |         at org.jboss.remoting.security.SSLSocketBuilder.createSSLServerSocketFactory(SSLSocketBuilder.java:325)
  |         at org.jboss.remoting.ServerInvoker.createServerSocketFactory(ServerInvoker.java:513)
  |         ... 98 more

Trying to do the same with the invoker approach , i.e like false causes the same exception

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

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



More information about the jboss-user mailing list