Details
Description
Issuing the following commands starts two instances of prunmgr:
prunmgr //MS//SomeServiceName prunmgr //MS//SomeServiceName
Running:
prunmgr //MQ//SomeServiceName
kills the second instance of prunmgr, but fails to kill the first. It does however remove the icon from the system tray.
This can be reproduced running Tomcat7w.exe from Tomcat 7.0.50 in a command prompt:
Tomcat7w.exe //MS//Tomcat7 Tomcat7w.exe //MS//Tomcat7 Tomcat7w.exe //MQ//Tomcat7
Running:
Tomcat7w.exe //MS//Tomcat7
again, displays an "Application System Error" dialog with the message:
"An instance of 'Tomcat7' application is already running.
See also DAEMON-187