I suspected the same, but the NPE worries me that it maybe something more. If the path was wrong we should throw a file not found exception (or at least we used to iirc).
Rajith On Tue, Sep 11, 2012 at 1:18 PM, Gordon Sim <[email protected]> wrote: > On 09/11/2012 04:53 PM, ParkiratBagga wrote: >> >> Caused by: java.lang.NullPointerException >> at java.io.File.<init>(File.java:222) >> at >> >> org.apache.qpid.transport.network.security.ssl.SSLUtil.getInitializedKeyStore(SSLUtil.java:166) >> at >> >> org.apache.qpid.ssl.SSLContextFactory.buildServerContext(SSLContextFactory.java:168) >> at >> >> org.apache.qpid.transport.network.security.ssl.SSLUtil.createSSLContext(SSLUtil.java:156) >> at >> >> org.apache.qpid.transport.network.security.SecurityLayer$SSLSecurityLayer.<init>(SecurityLaye > > > That suggests perhaps that the path to the keystore is not correctly > specified? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
