|
From: mof <mo...@la...> - 2010-01-07 21:42:52
|
Hi guys, I'm having a problem where my application will run fine when I run it as a console app: wrapper -c ../conf/wrapper.conf but will fail when run as a service: wrapper -t ../conf/wrapper.conf Here are the relevant parts of the wrapper.conf: wrapper.java.command=java wrapper.java.command.loglevel=INFO wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.java.classpath.1=p:\SIPServer\lib\wrapper.jar wrapper.java.classpath.2=p:\SIPServer\bin\SIPServer.jar wrapper.java.library.path.1=P:\SIPServer\lib\ wrapper.java.additional.auto_bits=TRUE wrapper.app.parameter.1=org.labf.MobileSIPServer wrapper.debug=TRUE wrapper.console.format=PM wrapper.console.loglevel=INFO wrapper.logfile=P:\SIPServer\logs\wrapper.log wrapper.logfile.format=LPTM wrapper.logfile.loglevel=INFO wrapper.logfile.maxsize=0 wrapper.logfile.maxfiles=0 wrapper.syslog.loglevel=INFO wrapper.ignore_sequence_gaps=TRUE wrapper.console.title=SIPServer wrapper.ntservice.name=SIPServer wrapper.ntservice.displayname=SIP Server Integration Service wrapper.ntservice.description=SIP Server Integration Service wrapper.ntservice.dependency.1= wrapper.ntservice.starttype=AUTO_START wrapper.ntservice.interactive=false And the error from the logs is: STATUS | wrapper | 2010/01/07 17:27:45 | Starting the SIP Server Integration Service service... ERROR | wrapper | 2010/01/07 17:27:45 | Unable to start the service - The system cannot find the path specified. (0x3) I've tried relative paths, and then full paths and they both failed with the same error message. Anyone have any idea what the problem could be? Thanks, Mof. |