|
From: Chris L. <ch...@gm...> - 2007-01-24 17:03:40
|
Hello, I've gone through the process listed at http://wrapper.tanukisoftware.org/doc/english/launch-win.html#exe to set up my wrapper config file and I'm getting the following error. I'm currently running Windows XP Pro, Wrapper 3.2.3, and Java 1.5.0_10. Thanks, Chris wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... wrapper | Unable to execute Java command. The system cannot find the path specified. (0x3) wrapper | "C:\"Program Files"\Java\jre1.5.0_10\bin\java" - Djava.library.path="../www/WEB-INF/li b" -classpath "../www/WEB-INF/lib/wrappertest.jar;../www/WEB-INF/lib/wrapper.jar;../www/WEB-INF/lib/ projecttracker.jar;../www/WEB-INF/lib/log4j-1.2.8.jar ;../www/WEB-INF/lib/hibernate3.jar;../www/WEB-I NF/lib/cglib-2.1.2.jar;../www/WEB-INF/lib/dom4j-1.6.1.jar ;../www/WEB-INF/lib/antlr-2.7.5H3.jar;../ww w/WEB-INF/lib/asm.jar;../www/WEB-INF/lib/asm- attrs.jar ;../www/WEB-INF/lib/ehcache-1.1.jar;../www/WEB -INF/lib/commons-logging-1.0.4.jar;../www/WEB-INF/lib/commons- collections-3.1.jar;../www/WEB-INF/lib /jta.jar;../www/WEB-INF/lib/mail.jar;../www/WEB-INF/lib/commons- email-1.0.jar;../www/WEB-INF/lib/act ivation.jar;../www/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar" - Dwrapper.key="oPIALiSLZjbM52KS" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 - Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1684 -D wrapper.version="3.2.3" -Dwrapper.native_library="wrapper" - Dwrapper.cpu.timeout="10" -Dwrapper.jvmi d=1 org.tanukisoftware.wrapper.WrapperSimpleApp wrapper | Critical error: wait for JVM process failed #******************************************************************** # TestWrapper Properties # # NOTE - Please use src/conf/wrapper.conf.in as a template for your # own application rather than the values used for the # TestWrapper sample. #******************************************************************** # Java Application wrapper.java.command=%JAVA_HOME%\bin\java # Java Main class. This class must implement the WrapperListener interface # or guarantee that the WrapperManager class is initialized. Helper # classes are provided to do this for you. See the Integration section # of the documentation for details. wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp # Java Classpath (include wrapper.jar) Add class path elements as # needed starting from 1 wrapper.java.classpath.1=../www/WEB-INF/lib/wrappertest.jar wrapper.java.classpath.2=../www/WEB-INF/lib/wrapper.jar wrapper.java.classpath.3=../www/WEB-INF/lib/projecttracker.jar wrapper.java.classpath.4=../www/WEB-INF/lib/log4j-1.2.8.jar wrapper.java.classpath.5=../www/WEB-INF/lib/hibernate3.jar wrapper.java.classpath.6=../www/WEB-INF/lib/cglib-2.1.2.jar wrapper.java.classpath.7=../www/WEB-INF/lib/dom4j-1.6.1.jar wrapper.java.classpath.8=../www/WEB-INF/lib/antlr-2.7.5H3.jar wrapper.java.classpath.9=../www/WEB-INF/lib/asm.jar wrapper.java.classpath.10=../www/WEB-INF/lib/asm-attrs.jar wrapper.java.classpath.11=../www/WEB-INF/lib/ehcache-1.1.jar wrapper.java.classpath.12=../www/WEB-INF/lib/commons-logging-1.0.4.jar wrapper.java.classpath.13=../www/WEB-INF/lib/commons-collections-3.1.jar wrapper.java.classpath.14=../www/WEB-INF/lib/jta.jar wrapper.java.classpath.15=../www/WEB-INF/lib/mail.jar wrapper.java.classpath.16=../www/WEB-INF/lib/commons-email-1.0.jar wrapper.java.classpath.17=../www/WEB-INF/lib/activation.jar wrapper.java.classpath.18=../www/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) wrapper.java.library.path.1=../www/WEB-INF/lib # Java Additional Parameters #wrapper.java.additional.1=-DptHome=D:\pt # Initial Java Heap Size (in MB) #wrapper.java.initmemory=3 # Maximum Java Heap Size (in MB) #wrapper.java.maxmemory=64 # Application parameters. Add parameters as needed starting from 1 #wrapper.app.parameter.1= com.tne.nres.projectTracker.email.ProjectTrackerEmailServer #******************************************************************** # Wrapper Logging Properties #******************************************************************** # Format of output for the console. (See docs for formats) wrapper.console.format=PM # Log Level for console output. (See docs for log levels) wrapper.console.loglevel=INFO # Log file to use for wrapper output logging. wrapper.logfile=../log/wrapper.log # Format of output for the log file. (See docs for formats) wrapper.logfile.format=LPTM # Log Level for log file output. (See docs for log levels) wrapper.logfile.loglevel=INFO # Maximum size that the log file will be allowed to grow to before # the log is rolled. Size is specified in bytes. The default value # of 0, disables log rolling. May abbreviate with the 'k' (kb) or # 'm' (mb) suffix. For example: 10m = 10 megabytes. wrapper.logfile.maxsize=0 # Maximum number of rolled log files which will be allowed before old # files are deleted. The default value of 0 implies no limit. wrapper.logfile.maxfiles=0 # Log Level for sys/event log output. (See docs for log levels) wrapper.syslog.loglevel=NONE #******************************************************************** # Wrapper Windows Properties #******************************************************************** # Title to use when running as a console wrapper.console.title=Test Wrapper Sample Application #******************************************************************** # Wrapper Windows NT/2000/XP Service Properties #******************************************************************** # WARNING - Do not modify any of these properties when an application # using this configuration file has been installed as a service. # Please uninstall the service before modifying this section. The # service can then be reinstalled. # Name of the service wrapper.ntservice.name=ProjectTrackerEmailServer # Display name of the service wrapper.ntservice.displayname=ProjectTrackerEmailServer # Description of the service wrapper.ntservice.description=ProjectTrackerEmailServer # Service dependencies. Add dependencies as needed starting from 1 wrapper.ntservice.dependency.1= # Mode in which the service is installed. AUTO_START or DEMAND_START wrapper.ntservice.starttype=AUTO_START # Allow the service to interact with the desktop. wrapper.ntservice.interactive=false |