|
From: Sachin K. <sac...@gm...> - 2005-08-02 11:15:52
|
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=3D"bin/" - classpath "." -Dwrapper.key=3D"JxnWa19OYWIB4q5d" - Dwrapper.port=3D32000 - Dwrapper.use_system_time=3D"TRUE" - Dwrapper.version=3D"3.1.2" - Dwrapper.native_library=3D"wrapper" - Dwrapper.service=3D"TRUE" -Dwrapper.cpu.timeout=3D"10" - Dwrapper.jvmid=3D1 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=3D../ wrapper.java.command=3Djava wrapper.java.mainclass=3Dcom.geodesiconline.mims.Main wrapper.java.classpath.1=3Dlib/*.jar wrapper.java.library.path.1=3Dbin/ wrapper.java.initmemory=3D100 wrapper.java.maxmemory=3D1024 .... .... ....... please help me resolving the issue . hope for a helpful response sachin |