Equinox shuts down after 30 seconds of inactivity [message #916039] |
Tue, 18 September 2012 08:50  |
Eclipse User |
|
|
|
Hello
I have an 'application' (not an eclipse application, hence the noshutdown and ignoreApp arguments below) that runs in an equinox osgi container. It is a sort of a server and if doesn't get any incoming message it shuts down exactly after 30 seconds. It's definitely not the socket's fault, I've already checked it.
Also, if I start the app with the -console argument the framework doesn't shut down, but leaving it that way is not a good idea for production...
These are the standard args I use:
-consoleLog
-clean
-vmargs
-Declipse.ignoreApp=true
-Dosgi.noShutdown=true
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
What might cause this automatic shutdown despite the (I think) proper arguments?
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.14877 seconds