Consultor Eletrônico



Kbase P155143: "Unable to spawn SonicMQ ClientConnect process" error after modifying jvmargs
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/03/2010
Status: Unverified

SYMPTOM(s):

Unable to spawn SonicMQ ClientConnect process. (12668)

Connection to SonicMQ broker fails with an error

FACT(s) (Environment):

Attempting to connect 4GL client to SonicMQ broker using -SMQConnect method
SonicMQ 7.x
OpenEdge 10.1x
All Supported Operating Systems

CAUSE:

jvmargs parameter in the AdminServerPlugins.properties file ([PluginPolicy] serction) has been changed

from jvmargs=

to jvmargs=Xmx256M

FIX:

The value for "jvmargs" was missing the '-' (minus sign). Correct the value of "jvmargs" from Xmx256m to -Xmx256m