Open GoogleCodeExporter opened 9 years ago
Hi,
Getting the same error, with the same setup environment. Any solutions?
Original comment by darrylsc...@gmail.com
on 16 Feb 2012 at 4:19
Well... I ended up loading the source code of the whole project and rebuilding
it; now it works. It seems that the bin distribution has the error in the
ContextListener class of jWebSocketAppSrvDemo. Anyway, the idea of the project
is good but is badly buggy; I won't be using it.
Original comment by carlosLc...@gmail.com
on 21 Feb 2012 at 7:30
The problem is in contextInitialized(ServletContexEvent sc) method, the line
JWebSocketFactory.start(""), or JWebSocketFactory.start("", "");
need to be changed to:
JWebSocketFactory.start();
recompile the class, the app will load successfully.
Original comment by jy199...@gmail.com
on 23 Feb 2012 at 3:29
Hey i also have the same error ... If u can help i 'll welcome .
//...........................................
SEVERE: Exception sending context initialized event to listener instance of
class com.juancavallotti.websocketserver.WebappListener
java.lang.NullPointerException
at com.juancavallotti.websocketserver.WebappListener.contextInitialized(WebappListener.java:36)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Jan 23, 2013 10:48:16 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Original comment by niwoogab...@gmail.com
on 24 Jan 2013 at 6:53
Original issue reported on code.google.com by
carlosLc...@gmail.com
on 3 Feb 2012 at 8:13