Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Server doesn't run on mac 10.6.5 #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Download jWebSocket-0.10 on Mac OS 10.6.5

2.  Try to run jWebSocket-0.10 found I had to edit the jWebSocketServer.bat 
removing the part about 
JWEBSOCKET_HOME, I have imported JWEBSOCKET home onto my path

3. I get the following stack
jWebSocket Ver. 0.10.0818 beta (64bit)
(c) 2010 Innotrade GmbH (jWebSocket.org), Germany (NRW), Herzogenrath
Distributed under GNU LGPL License Version 3.0 
(http://www.gnu.org/licenses/lgpl.html)
Log files per default in jWebSocket.log if not overwritten in jWebSocket.xml.
Exception in thread "main" javax.xml.stream.FactoryConfigurationError: Provider 
com.bea.xml.stream.MXParserFactory not found
    at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:176)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
    at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
    at org.jwebsocket.factory.JWebSocketLoader.loadConfiguration(JWebSocketLoader.java:137)
    at org.jwebsocket.factory.JWebSocketLoader.initialize(JWebSocketLoader.java:59)
    at org.jwebsocket.factory.JWebSocketFactory.start(JWebSocketFactory.java:39)
    at org.jwebsocket.console.JWebSocketServer.main(JWebSocketServer.java:41)

What is the expected output? What do you see instead?
A server would run

What version of the product are you using? On what operating system?
0.10, mac os 10.6.5

Please provide any additional information below.
Why did you use jettys impl, wouldn't it make sense to put just impl the web 
socket
api in standard Servlet 3.0 so it could be used on all servers?

Original issue reported on code.google.com by adligo...@gmail.com on 29 Jan 2011 at 11:51