Thanks Larry, you put me on track. I added the following two lines to wrapper.properties, which were apparently missing, and now the service starts!
wrapper.class_path=$(wrapper.tomcat_home)\lib\ant.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\crimson.jar Larry Isaacs wrote: > Note that while tomcat.bat can build the CLASSPATH setting > from the jars found in TOMCAT_HOME/lib, the classpath is > specified explicitly in wrapper.properies. Review the > "wrapper.class_path" entries in wrapper.properties to see > if any updates are needed. > > Cheers, > Larry > > > -----Original Message----- > > From: DONNIE HALE [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 12:31 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Cannot start Tomcat service (error 1067) > > > > > > I think you're looking at the error right there. A SAX parser > > isn't in the classpath, perhaps? You can see if anything is > > listening on port 8007 by running "netstat -an" and looking > > at the local address column. > > > > Donnie > > > > > > >>> [EMAIL PROTECTED] 11/29/01 11:28AM >>> > > Could you tell me how to check if the specified port (8007) > > is already in use? > > > > The contents of the \logs\jvm.stderr (after starting the > > service fails) is: > > > > java.lang.NoClassDefFoundError: org/xml/sax/HandlerBase > > at java.lang.ClassLoader.defineClass0(Native Method) > > at java.lang.ClassLoader.defineClass(ClassLoader.java:486) > > at > > java.security.SecureClassLoader.defineClass(SecureClassLoader. > > java:111) > > at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) > > at java.net.URLClassLoader.access$100(URLClassLoader.java:56) > > at java.net.URLClassLoader$1.run(URLClassLoader.java:195) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:297) > > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) > > at java.lang.ClassLoader.loadClass(ClassLoader.java:253) > > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) > > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:178) > > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240) > > Exception in thread "main" > > > > DONNIE HALE wrote: > > > > > Is there any info in the Tomcat log files? Is perhaps > > another process listening on the specified port already? > > > > > > Donnie > > > > > > >>> [EMAIL PROTECTED] 11/29/01 11:09AM >>> > > > I installed Tomcat 3.2.4 on a Windows 2000 Prof SP2 box,, specified > > > the correct JAVA_HOME and TOMCAT_home in the wrapper.properies and > > > workers.properties, and created an service, all according to > > > instructions found in this mail archive. But I cannot start the > > > Jakarta NT service; I get an a System Error 1067, " The process > > > terminated unexpectedly". > > > > > > I double-checked the specified paths and environment > > variables, and it > > > all seems right. I also tried it with J2SDK 1.2.2 and 1.3.1. The NT > > > service won't start in both cases. > > > > > > What did I miss here? It there an incompatibility of the NT service > > > program with Windows 2000? > > > > > > Thx. Joep Luijten > > > > > > _________________________________________________________ > > > Do You Yahoo!? > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > -- > > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > ====================================================== > > Joep Luijten, Ph.D. > > GIS Specialist / Project Manager > > Natural Resources Defense Council > > 1200 New York Avenue, NW, Suite 400 > > Washington, DC 20005-6166 > > Tel (work): 1 (202) 289-2379 > > Fax (work): 1 (202) 289-1060 > > E-mail (work): [EMAIL PROTECTED] > > E-mail (personal): [EMAIL PROTECTED] > > ====================================================== > > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- ====================================================== Joep Luijten, Ph.D. GIS Specialist / Project Manager Natural Resources Defense Council 1200 New York Avenue, NW, Suite 400 Washington, DC 20005-6166 Tel (work): 1 (202) 289-2379 Fax (work): 1 (202) 289-1060 E-mail (work): [EMAIL PROTECTED] E-mail (personal): [EMAIL PROTECTED] ====================================================== _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>