Hey everyone, just trying to upgrade to version 3.2.2 from 3.0.1.
In my driver's config, i have the setting jppf.ssl.server.port = -1 to disable ssl and recieve the following errors
JPPF:Driver:StdErr: java.lang.NullPointerException
JPPF:Driver:StdErr: at java.io.File.<init>(File.java:222)
JPPF:Driver:StdErr: at org.jppf.utils.FileUtils.getFileInputStream(FileUtils.java:185)
JPPF:Driver:StdErr: at org.jppf.ssl.SSLHelper.loadSSLProperties(SSLHelper.java:264)
JPPF:Driver:StdErr: at org.jppf.ssl.SSLHelper.getSSLContext(SSLHelper.java:69)
JPPF:Driver:StdErr: at org.jppf.server.nio.acceptor.AcceptorNioServer.createSSLContext(AcceptorNioServer.java:67)
JPPF:Driver:StdErr: at org.jppf.server.nio.NioServer.init(NioServer.java:150)
JPPF:Driver:StdErr: at org.jppf.server.nio.NioServer.<init>(NioServer.java:132)
JPPF:Driver:StdErr: at org.jppf.server.nio.acceptor.AcceptorNioServer.<init>(AcceptorNioServer.java:60)
JPPF:Driver:StdErr: at org.jppf.server.JPPFDriver.run(JPPFDriver.java:187)
JPPF:Driver:StdErr: at org.jppf.server.JPPFDriver.main(JPPFDriver.java:418)
It's trying to load the ssl config files regardless of the jppf.ssl.server.port setting which according to the docs say to set to -1 to disable.
Anyone else experience the same and know of a workaround? Something missed?
Thanks!
CM