|
From: <geo...@rb...> - 2011-08-04 14:16:59
|
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
***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312.
Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB.
Authorised and regulated by the Financial Services Authority. The
Royal Bank of Scotland N.V. is authorised and regulated by the
De Nederlandsche Bank and has its seat at Amsterdam, the
Netherlands, and is registered in the Commercial Register under
number 33002587. Registered Office: Gustav Mahlerlaan 350,
Amsterdam, The Netherlands. The Royal Bank of Scotland N.V. and
The Royal Bank of Scotland plc are authorised to act as agent for each
other in certain jurisdictions.
This e-mail message is confidential and for use by the addressee only.
If the message is received by anyone other than the addressee, please
return the message to the sender by replying to it and then delete the
message from your computer. Internet e-mails are not necessarily
secure. The Royal Bank of Scotland plc and The Royal Bank of Scotland
N.V. including its affiliates ("RBS group") does not accept responsibility
for changes made to this message after it was sent. For the protection
of RBS group and its clients and customers, and in compliance with
regulatory requirements, the contents of both incoming and outgoing
e-mail communications, which could include proprietary information and
Non-Public Personal Information, may be read by authorised persons
within RBS group other than the intended recipient(s).
Whilst all reasonable care has been taken to avoid the transmission of
viruses, it is the responsibility of the recipient to ensure that the onward
transmission, opening or use of this message and any attachments will
not adversely affect its systems or data. No responsibility is accepted
by the RBS group in this regard and the recipient should carry out such
virus and other checks as it considers appropriate.
Visit our website at www.rbs.com
***********************************************************************************
|