|
From: Andrew P. <ape...@gm...> - 2007-07-02 16:49:27
|
Don't use path with spaces. On 7/2/07, Saraswathi Sachidananda < sar...@si...> wrote: > > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |