Below is the error, or crash, I receive when I try to connect from
either my phone or browser. The only thing different that I did from
documentation was install 'openjdk-6-jre' instead of just 'openjdk'.
Ubuntu 10.04, 64-bit
Virtualized in VirtualBox
Ports 8888,5888 opened in firewall
root@ubuntu-xbmc:~/japelserver# java -jar JapelServer.jar
japel.properties
WebServer: japel.properties Configuration loaded
WebServer: Accepting connection on
http://ubuntu-xbmc:8888
WebServer: Connection from 192.168.0.101(192.168.0.101)
Exception in thread "Thread-1" java.lang.NullPointerException
at org.japelserver.Connection.initialize(Connection.java:91)
at org.japelserver.Connection.<init>(Connection.java:47)
at org.japelserver.WebServer$1.run(WebServer.java:102)
at java.lang.Thread.run(Thread.java:636)