As I start the program with command 'java -Xms512m -Xmx1024m -jar start.jar' the program gets fired up, but soon freezes. Here's what gets to happen in my terminal once I run the start.jar:
2013-12-05 17:16:05.030:INFO:oejs.Server:main: jetty-9.1.0.v20131115
2013-12-05 17:16:05.090:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/late/nxt/webapps/] at interval 1
2013-12-05 17:16:05.428:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[2013-12-05 17:16:05.528] Nxt 0.3.11 started.
[2013-12-05 17:16:05.530] "myAddress" set to ""
[2013-12-05 17:16:05.530] "allowedUserHosts" set to "*"
[2013-12-05 17:16:05.531] "allowedBotHosts" set to "*"
[2013-12-05 17:16:05.531] Loading transactions...
[2013-12-05 17:16:05.820] ...Done
[2013-12-05 17:16:05.821] Loading peers...
[2013-12-05 17:16:05.838] ...Done
[2013-12-05 17:16:05.839] Loading blocks...
[2013-12-05 17:16:06.263] 10: java.io.EOFException
2013-12-05 17:16:06.263:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@927483{/,file:/home/late/nxt/webapps/root/,AVAILABLE}{/root}
2013-12-05 17:16:06.303:INFO:oejs.ServerConnector:main: Started ServerConnector@5b057b{HTTP/1.1}{0.0.0.0:7874}
2013-12-05 17:16:06.864:INFO:oejs.ServerConnector:main: Started ServerConnector@b96d9e{SSL-http/1.1}{0.0.0.0:7875}
Any ideas?
