Hi,
I have a B4J server(http and websocket) running, but it stops to response after some time ( a day/week ). I've test it on Linux(VPS and laptop) and Windows 7, similar things.
When I inspect the server with tools like VisualJVM, JVM is still running and manual GC works. No memory leaks and exceptions in the logs. Requests to ws/handler/static files receive no response.
Threads dump shows that the "main" thread doesn't exist anymore.
Any hints will be appreciated.
Update : solved. See post #9
I have a B4J server(http and websocket) running, but it stops to response after some time ( a day/week ). I've test it on Linux(VPS and laptop) and Windows 7, similar things.
When I inspect the server with tools like VisualJVM, JVM is still running and manual GC works. No memory leaks and exceptions in the logs. Requests to ws/handler/static files receive no response.
Threads dump shows that the "main" thread doesn't exist anymore.
Any hints will be appreciated.
Update : solved. See post #9
Attachments
Last edited: