Consultor Eletrônico



Kbase P38742: Using -Xrs parameter does not resolve the problem of the SonicMQ service stopping when the user logs
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

SonicMQ

SYMPTOM(s):

SonicMQ running as a service stops when the user who started it logs out of their Windows session.

Using the -Xrs parameter to work around the JVM bug which causes this behaviour does not resolve the problem.

CAUSE:

Due to the way Java works with command line parameters, -javaargs is only passed the first parameter specified.

FIX:

Add quotes around the -javaargs parameter list to make sure all parameters are passed to the JVM:
-javaargs "-Xms32m -Xmx256m -Xss100k -Xrs"