|
From: Leif M. <lei...@ta...> - 2011-08-04 14:52:38
|
Geoff, The Wrapper should be working fine with multiple instances. What are you seeing in your wrapper.log files when the Wrapper's fail? Could you post a failure as well as attach two of your wrapper.conf files that are failing to work together? Cheers, Leif On Thu, Aug 4, 2011 at 10:41 PM, <geo...@rb...> wrote: > I have many TanukiSoft applications that need to run concurrently. > > If I run these as command line applications then then they all run fine. > > I can also run these as Windows Services if I run each one individually. > > But if I try to run them concurrenly I get an error as soon as I try to > start the second service. > > "Error 1053: The service did not respond to the start or control request in > a timely fashion" > > This error comes back immediately when I try to start the service. No errors > are reported in the wrapper.log. > > If I start from the command line using the wrapper directly I do get entries > in the wrapper.log but these just re-iterate the above error. > > Example errors, first service runs second service does not: > > D:\>D:\services\local1\services2\ln\dereference\ems1\bin\wrapper-windows-x86-32.exe > -t D:\services\local1\services2\ln\dereference\ems1\config\wrapper.conf > wrapper | Starting the Argon Dereference Service local1 ln Layer 1 > service... > wrapper | Waiting to start... > wrapper | Argon Dereference Service local1 ln Layer 1 started. > > D:\>D:\services\local1\services2\ln\dereference\ems2\bin\wrapper-windows-x86-32.exe > -t D:\services\local1\services2\ln\dereference\ems2\config\wrapper.conf > wrapper | Starting the Argon Dereference Service local1 ln Layer 2 > service... > wrapper | Unable to start the Argon Dereference Service local1 ln Layer 2 > service - The service did not respond to the start or control request in a > timely fashion. (0x41d) > > If I stop the first service then the second service can run with no problem. > > D:\>D:\services\local1\services2\ln\dereference\ems1\bin\wrapper-windows-x86-32.exe > -p D:\services\local1\services2\ln\dereference\ems1\config\wrapper.conf > wrapper | Stopping the Argon Dereference Service local1 ln Layer 1 > service... > wrapper | Argon Dereference Service local1 ln Layer 1 stopped. > > D:\>D:\services\local1\services2\ln\dereference\ems2\bin\wrapper-windows-x86-32.exe > -t D:\services\local1\services2\ln\dereference\ems2\config\wrapper.conf > wrapper | Starting the Argon Dereference Service local1 ln Layer 2 > service... > wrapper | Waiting to start... > wrapper | Argon Dereference Service local1 ln Layer 2 started. > > > What do I need to do to be able to run multiple TanukiSoft wrappers as > Windows Services? > > > Each wrapper services has it's own wrapper.conf file and the service names > are different. > > > I am using: > > Windows XP 32bit SP2. > Using TanukiSoft Wrapper 3.5.10 but also issue is the same on 3.4.10. > Community Edition. > Java JDK 1.6.0_11 32bit |