|
From: Saraswathi S. <sar...@si...> - 2007-07-03 11:07:25
|
I changed the path to having no spaces, but it still prints: FATAL | wrapper | Unable to open configuration file. C:\MyProgram\conf\wrapper.conf Has anyone faced a similar problem before? Many thanks. ----- Original Message ----- From: "Saraswathi Sachidananda" <sar...@si...> To: <wra...@li...>; <wra...@li...> Sent: Monday, July 02, 2007 1:06 PM Subject: Wrapper as an NT service > 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 |