Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Equinox shuts down after 30 seconds of inactivity
Equinox shuts down after 30 seconds of inactivity [message #916039] Tue, 18 September 2012 08:50 Go to previous message
david borsodi is currently offline david borsodi
Messages: 17
Registered: July 2009
Junior Member
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?
 
Read Message
Read Message
Read Message
Previous Topic:Import-Package version matching
Next Topic:Show consumed Application Arguments
Goto Forum:
  


Current Time: Mon May 20 13:44:42 EDT 2013

Powered by FUDForum. Page generated in 0.08865 seconds