|
From: Saraswathi S. <sar...@si...> - 2007-07-02 13:37:16
|
Hi, I am having a problem with parsing the wrapper.conf file in trying to install my Java project as an NT service.Here is a piece of my .bat file, that uses wrapper.exe to run wrapper.conf. rem Install the Wrapper as an NT service. :startup echo Starting... "%_WRAPPER_EXE%" -i %_WRAPPER_CONF% echo Installing the application... if not errorlevel 1 goto :eof echo Installation Completed. At "%_WRAPPER_EXE%" -i %_WRAPPER_CONF%, we get FATAL wrapper: Unable to open configuration file: wrapper.conf It appears from the logs, that the compiler reads wrapper.exe and conf.wrapper, but is not able to parse wrapper.conf: "%_WRAPPER_EXE%" -i %_WRAPPER_CONF% Logs: Starting... FATAL | wrapper | Unable to open configuration file. C:\Program Files\COBSAdaptor\conf\wrapper.conf Installing the application... Installation Completed. Press any key to continue . . . Any help would be appreciated! Thanks, Saraswathi. -- Saraswathi Sachidananda Software engineer Simulation Systems Ltd Unit 11B, Market Industrial Estate Yatton, Bristol BS49 4RF Web: http://www.simulation-systems.co.uk |