You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Saurabh Shukla <sa...@cysphere.com> on 2000/11/26 10:21:48 UTC

RE: Shutdown problem

Even i get problems with shutting down tomcat both on Linux and in Windows
NT machine, you can just kill the damn window. :-)
  -----Original Message-----
  From: Tomas Marek [mailto:tomasm@ozemail.com.au]
  Sent: Sunday, November 26, 2000 12:28 PM
  To: Tomcat
  Subject: Shutdown problem


  Guys,
  I start Tomcat 3.1 perfectly and when I run Shutdown.bat script, the Java
window is still on with the following content:
  Out of environment space
  Out of environment space
  Out of environment space
  Out of environment space
  Out of environment space
  Using classpath: C:\Tomcat\classes;C:\Tomcat\lib\webserver.jar
  Stop tomcat
  Exception in thread "main" java.lang.NoClassDefFoundError:
org/xml/sax/DocumentH
  andler
          at java.lang.ClassLoader.defineClass0(Native Method)
          at java.lang.ClassLoader.defineClass(Unknown Source)
          at java.security.SecureClassLoader.defineClass(Unknown Source)
          at java.net.URLClassLoader.defineClass(Unknown Source)
          at java.net.URLClassLoader.access$100(Unknown Source)
          at java.net.URLClassLoader$1.run(Unknown Source)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClass(Unknown Source)
          at java.lang.ClassLoader.loadClassInternal(Unknown Source)
          at org.apache.tomcat.startup.Tomcat.stopTomcat(Tomcat.java:180)
          at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:130)
          at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)

  Looks like something wrong with configuration of JVM? Why still "Out of
environment space if I've set the Initial environment memory property to
recommended 2816?
  Second question is why I can't run .jsp file in browser when offline?
  (W98, T/C 3.1 as standalone)

  I've searched the mailinglist archive and several FAQs on the topic but
found nothing helpful. Did anybody encounter with same problem? Any
suggestions will be appreciated.
  Tom.