Kbase P9241: Problems starting SonicMQ 4.0.2 as a service on Win2000
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/20/2003 |
|
Status: Unverified
FACT(s) (Environment):
SonicMq 4.0.2
Windows 2000
Installation was done by the book :
- Executed SonicServiceSetup with the parameters : -install, -jre and -home.
- Used local administrator account
SYMPTOM(s):
System error 1067 when starting SonicMQ broker as a service
Error 1067: The process terminated unexpectedly
Application error: "The memory could not be written".
The SonicService.log is not created so nothing is written in it and nothing but the same message in the event viewer (system log).
FIX:
To use SonicServiceSetup successfully, provide the following switches to the exe:
-install
-jre
-home
-cp
If the -cp switch is not included, SonicServiceSetup uses the system
CLASSPATH environment variable and if that's not set, an error occurs
when trying to startup the service.
Also add the -Xrs paramter to the command to start the service. This tells the JVM to ignore the termination signal it receives.