You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/09/22 11:31:26 UTC

DO NOT REPLY [Bug 47884] New: getting this exception while starting the server

https://issues.apache.org/bugzilla/show_bug.cgi?id=47884

           Summary: getting this exception while starting the server
           Product: Tomcat 4
           Version: 4.1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: vini.m@tcs.com


as i start the server i get this exception.


0 [main] ERROR digester.Digester  - Begin event threw exception

java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer

      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
org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java:252)

      at org.apache.commons.digester.Digester.startElement(Digester.java:1237)

      at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)

      at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

      at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

      at org.apache.commons.digester.Digester.parse(Digester.java:1495)

      at org.apache.catalina.startup.Catalina.start(Catalina.java:449)

      at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)

      at org.apache.catalina.startup.Catalina.process(Catalina.java:180)

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

      at java.lang.reflect.Method.invoke(Unknown Source)

      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

Catalina.start: java.lang.ClassNotFoundException:
org.apache.catalina.core.StandardServer

java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer

      at
org.apache.commons.digester.Digester.createSAXException(Digester.java:2312)

      at
org.apache.commons.digester.Digester.createSAXException(Digester.java:2332)

      at org.apache.commons.digester.Digester.startElement(Digester.java:1240)

      at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)

      at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)

      at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)

      at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

      at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

      at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

      at org.apache.commons.digester.Digester.parse(Digester.java:1495)

      at org.apache.catalina.startup.Catalina.start(Catalina.java:449)

      at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)

      at org.apache.catalina.startup.Catalina.process(Catalina.java:180)

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

      at java.lang.reflect.Method.invoke(Unknown Source)

      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

Please help in providing the answers.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47884] getting this exception while starting the server

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47884

vini <vi...@tcs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ErrorMessage

--- Comment #1 from vini <vi...@tcs.com> 2009-09-22 02:35:27 PDT ---
jdk used is 1.4, tomcat 4.1, OS windows XP

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47884] getting this exception while starting the server

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47884

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> 2009-09-22 10:42:38 BST ---
Bugzilla is not a support forum. Please use the users list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org