Enter code here...mrt 18, 2013 7:31:01 PM org.jboss.netty.channel.socket.nio.NioServerSocketPipeli
neSink
WARNING: Failed to accept a connection.
java.lang.Error: Failed to initialize the server-side SSLContext
at play.server.ssl.SslHttpServerContextFactory.<clinit>(SslHttpServerCon
textFactory.java:67)
at play.server.ssl.SslHttpServerPipelineFactory.getPipeline(SslHttpServe
rPipelineFactory.java:29)
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.r
egisterAcceptedChannel(NioServerSocketPipelineSink.java:274)
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.r
un(NioServerSocketPipelineSink.java:239)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.FileNotFoundException: C:\Users\j\demo\conf\certificate.jks (The system cannot find the file specified
)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at play.server.ssl.SslHttpServerContextFactory.<clinit>(SslHttpServerCon
textFactory.java:53)
... 6 more
mrt 18, 2013 7:31:02 PM org.jboss.netty.channel.socket.nio.NioServerSocketPipeli
neSink
WARNING: Failed to accept a connection.
java.lang.NoClassDefFoundError: Could not initialize class play.server.ssl.SslHt
tpServerContextFactory
at play.server.ssl.SslHttpServerPipelineFactory.getPipeline(SslHttpServe
rPipelineFactory.java:29)
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.r
egisterAcceptedChannel(NioServerSocketPipelineSink.java:274)
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.r
un(NioServerSocketPipelineSink.java:239)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615)
at java.lang.Thread.run(Thread.java:722)
Adding a line for http (http.port=9000) doesn't seems to make a difference.