|
From: Leif M. <le...@ta...> - 2005-08-12 16:40:09
|
Sachin,
That means that the Wrapper process is crashing.
Have you been able to run it in console mode under Windows NT? I
have not had
access to an NT system for the last couple releases. It is possible
that I have
introduced an API call which requires Windows 2000. I would like to
get this
fixed for the 3.2.0 release as a lot of users are still using NT.
(To NT users) I would appreciate any help in debugging this. I'll
try to dig up an
NT system on this end as well.
Cheers,
Leif
Sachin Khandelwal wrote:
>After all the configuration, i'm able to run the wrapper as the NT
>service in the windows 2000/2003.
>but when i'm trying to run the wrapper as the NT service in windows
>xp, the wrapper terminates with the following error---
>
>
>
>>The abc service is starting.
>>The abc service could not be started.
>>A system error has occurred.
>>System error 1067 has occurred.
>>The process terminated unexpectedly.
>>
>>
>
>
>the content of the log file is -
>
>
>
>>Wrapper Started as Service
>>STATUS | wrapper | 2005/08/02 12:09:32 | Launching
>>
>>
>a JVM...
>
>
>
>>FATAL | wrapper | 2005/08/02 12:09:32 | Unable to
>>
>>
>execute Java command. The system cannot find the file
>specified. (0x2)
>
>
>
>>FATAL | wrapper | 2005/08/02 12:09:32 | "java" -
>>
>>
>Xms100m -Xmx1024m -Djava.library.path="bin/" -
>classpath "." -Dwrapper.key="JxnWa19OYWIB4q5d" -
>Dwrapper.port=32000 -
>Dwrapper.use_system_time="TRUE" -
>Dwrapper.version="3.1.2" -
>Dwrapper.native_library="wrapper" -
>Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10" -
>Dwrapper.jvmid=1 com.geodesiconline.mims.Main
>
>
>
>>FATAL | wrapper | 2005/08/02 12:09:32 | Critical error:
>>
>>
>wait for JVM process failed
>
>
>the content of the wrapper.conf is -
>
>wrapper.working.dir=../
>wrapper.java.command=java
>wrapper.java.mainclass=com.geodesiconline.mims.Main
>wrapper.java.classpath.1=lib/*.jar
>wrapper.java.library.path.1=bin/
>wrapper.java.initmemory=100
>wrapper.java.maxmemory=1024
>....
>....
>.......
>
>please help me resolving the issue .
>hope for a helpful response
>sachin
>
>
|