|
From: Leif M. <le...@ta...> - 2003-10-18 15:47:05
|
Stefan,
Thank you. That log file shows that the service was installed
correctly. But the
problem is with the startup of the service.
I am looking for the log output from when the service is started,
rather than when
it is installed. My fault because I didn't explain this. But if the
Wrapper is unable
to locate its wrapper.conf. Or it is unable to write to the specified
log file then it
will fall back to writing to a file called wrapper.log that is located
in the same directory
as the Wrapper.exe. That may be where the log output that I am looking
for is
located. Under some failure modes, the file may also exist in the
Windows\system32
directory, also named wrapper.log. Could you please check those two
locations?
The problem may be that you have defined the following log file
location.
wrapper.logfile=%WKDIR%logs/HRScannerService.log
If the WKDIR environment variable can not be resolved for any reason
then this
file will not be valid and the wrapper will fall back to writing to a
wrapper.log file as
described above.
Cheers,
Leif
Stefan Maric wrote:
>OK
>
>Have killed off previous log files
>
>Attached log file shows o/p from running InstallApp-NT.bat
>
>Win2K Services
>myService - set Log On As local admin
>myService start
>
>No additional entries in log file ?????
>
>
>*******************Relevant contents of InstallApp-NT.bat*******************
>rem
>rem Run the application.
>rem At runtime, the current directory will be that of Wrapper.exe
>rem
>:startup
>"C:\wrapper_win32_3.0.5\bin\Wrapper.exe" -i
>h:\com\eaac\HRWrapper\wrapper.conf
>if not errorlevel 1 goto end
>pause
>*******************Relevant contents of InstallApp-NT.bat*******************
>
>
>
>Regards
>Stefan Maric
>European Aviation Air Charter
>01202 581111 x184
>
>
|