RE: web.xml parsing error SEVERE

2005-01-18 Thread Carlos Martins
Thank you François!

Reinstalled tomcat and it worked!!

Regards
Carlos

-Original Message-
From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] 
Sent: segunda-feira, 17 de Janeiro de 2005 16:12
To: Tomcat Users List
Subject: RE: web.xml parsing error SEVERE



 java.lang.ClassNotFoundException: org.apache.catalina.Container

Ouch! Are you sure your tomcat installtion is OK? You could have a version
mismatch (between TC4 and TC5) or a jar found at two places or any other
reason why tomcat can't find this class. This is not an XML issue, this is a
class loading problem.

François.

Décharge / Disclaimer 

Ce message et toutes les pièces jointes (ci-après le message) sont 
confidentiels et établis à l'intention exclusive des destinataires. Toute 
utilisation ou diffusion non autorisée est interdite. Tout message électronique 
étant susceptible d'altération, 123Multimédia et ses filiales déclinent toute 
responsabilité au titre de ce message s'il a été altéré, déformé ou falsifié.

This message and any attachments (the message) are confidential and intended 
solely for the addressees. Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration. Therefore neither 123Multimédia nor any 
of its subsidiaries or affiliates shall be liable for the message if altered, 
changed or falsified.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Esta mensagem e quaisquer anexos são confidenciais, podendo conter
informação sujeita a sigilo profissional ou qualquer outro dever de
confidencialidade ou de segredo. Caso não seja o destinatário deste e-mail,
não deverá usar, copiar ou revelar o seu conteúdo, solicitando-se que
contacte o emissor com a brevidade possível e apague esta mensagem.
Obrigado pela colaboração.
--
The information transmitted is intended for the person or entity to
which it is addressed only and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
Thank you for your cooperation.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: web.xml parsing error SEVERE

2005-01-17 Thread Allistair Crossley
personally it looks ok to me ;) probably a character out of place. i would try 
this ..

1) run it through an XML validator
2) gradually remove elements and see when the error goes away. start with the 
servlet mappings and servlets and continue ...

A.

 -Original Message-
 From: Carlos Martins [mailto:[EMAIL PROTECTED]
 Sent: 17 January 2005 15:31
 To: tomcat-user@jakarta.apache.org
 Subject: web.xml parsing error SEVERE
 
 
 Dear subscribers,
 
 I am having a strange problem starting tomcat.
 Catalina.out says I have an error at the closing tag /servlet
 
 Any clue on what the problem might be?
 
 Your comments will be most appreciated.
 
 Sincerely yours
 Carlos
 
 The error reads as follows:
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 949 ms Jan 17, 2005 12:01:28 PM
 org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 Jan 17, 2005 12:01:28 PM org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/5.0.28 Jan 17, 2005
 12:01:28 PM org.apache.catalina.core.StandardHost start
 INFO: XML validation disabled
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.ContextConfig
 defaultConfig
 INFO: No default web.xml
 Jan 17, 2005 12:01:28 PM org.apache.commons.digester.Digester 
 endElement
 SEVERE: End event threw exception
 java.lang.ClassNotFoundException: org.apache.catalina.Container
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC
 lassLoader
 .java:1340)
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC
 lassLoader
 .java:1189)
   at
 org.apache.commons.digester.SetNextRule.end(SetNextRule.java:243)
   at org.apache.commons.digester.Rule.end(Rule.java:276)
   at
 org.apache.commons.digester.Digester.endElement(Digester.java:1058)
   at
 org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
   at
 org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown
 Source)
   at
 org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown
 Source)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown
 Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndE
 lement(Unk
 nown Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$Fragment
 ContentDis
 patcher.dispatch(Unknown Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu
 ment(Unkno
 wn Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
 Source)
   at org.apache.xerces.parsers.XML11Configuration.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:1548)
   at
 org.apache.catalina.startup.ContextConfig.applicationConfig(Co
 ntextConfi
 g.java:263)
   at
 org.apache.catalina.startup.ContextConfig.start(ContextConfig.
 java:624)
   at
 org.apache.catalina.startup.ContextConfig.lifecycleEvent(Conte
 xtConfig.j
 ava:216)
   at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(L
 ifecycleSu
 pport.java:119)
   at
 org.apache.catalina.core.StandardContext.start(StandardContext
 .java:4290
 )
   at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at
 org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at
 org.apache.catalina.core.StandardService.start(StandardService
 .java:480)
   at
 org.apache.catalina.core.StandardServer.start(StandardServer.j
 ava:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.jav
 a:39)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessor
 Impl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at
 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at
 org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.ContextConfig
 applicationConfig
 SEVERE: Parse error in application web.xml
 java.lang.ClassNotFoundException: org.apache.catalina.Container
   at
 org.apache.commons.digester.Digester.createSAXException(Digest
 er.java:25
 40)
   at
 org.apache.commons.digester.Digester.createSAXException(Digest
 er.java:25
 66)
   at
 org.apache.commons.digester.Digester.endElement(Digester.java:1061)
   at
 org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
   at
 

RE: web.xml parsing error SEVERE

2005-01-17 Thread Carlos Martins
One more thing you might want to consider: The web app was working fine until 
the server admin did an upgrade on the cpanel app that's what started this 
all...



-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED] 
Sent: segunda-feira, 17 de Janeiro de 2005 15:38
To: Tomcat Users List
Subject: RE: web.xml parsing error SEVERE

personally it looks ok to me ;) probably a character out of place. i would try 
this ..

1) run it through an XML validator
2) gradually remove elements and see when the error goes away. start with the 
servlet mappings and servlets and continue ...

A.

 -Original Message-
 From: Carlos Martins [mailto:[EMAIL PROTECTED]
 Sent: 17 January 2005 15:31
 To: tomcat-user@jakarta.apache.org
 Subject: web.xml parsing error SEVERE
 
 
 Dear subscribers,
 
 I am having a strange problem starting tomcat.
 Catalina.out says I have an error at the closing tag /servlet
 
 Any clue on what the problem might be?
 
 Your comments will be most appreciated.
 
 Sincerely yours
 Carlos
 
 The error reads as follows:
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 949 ms Jan 17, 2005 12:01:28 PM
 org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 Jan 17, 2005 12:01:28 PM org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/5.0.28 Jan 17, 2005
 12:01:28 PM org.apache.catalina.core.StandardHost start
 INFO: XML validation disabled
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.ContextConfig
 defaultConfig
 INFO: No default web.xml
 Jan 17, 2005 12:01:28 PM org.apache.commons.digester.Digester 
 endElement
 SEVERE: End event threw exception
 java.lang.ClassNotFoundException: org.apache.catalina.Container
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC
 lassLoader
 .java:1340)
   at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC
 lassLoader
 .java:1189)
   at
 org.apache.commons.digester.SetNextRule.end(SetNextRule.java:243)
   at org.apache.commons.digester.Rule.end(Rule.java:276)
   at
 org.apache.commons.digester.Digester.endElement(Digester.java:1058)
   at
 org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
   at
 org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown
 Source)
   at
 org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown
 Source)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown
 Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndE
 lement(Unk
 nown Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$Fragment
 ContentDis
 patcher.dispatch(Unknown Source)
   at
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocu
 ment(Unkno
 wn Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
 Source)
   at org.apache.xerces.parsers.XML11Configuration.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:1548)
   at
 org.apache.catalina.startup.ContextConfig.applicationConfig(Co
 ntextConfi
 g.java:263)
   at
 org.apache.catalina.startup.ContextConfig.start(ContextConfig.
 java:624)
   at
 org.apache.catalina.startup.ContextConfig.lifecycleEvent(Conte
 xtConfig.j
 ava:216)
   at
 org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(L
 ifecycleSu
 pport.java:119)
   at
 org.apache.catalina.core.StandardContext.start(StandardContext
 .java:4290
 )
   at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at
 org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at
 org.apache.catalina.core.StandardService.start(StandardService
 .java:480)
   at
 org.apache.catalina.core.StandardServer.start(StandardServer.j
 ava:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.jav
 a:39)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessor
 Impl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at
 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at
 org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
 Jan 17, 2005 12:01:28 PM org.apache.catalina.startup.ContextConfig
 applicationConfig
 SEVERE: Parse error in application web.xml
 java.lang.ClassNotFoundException: org.apache.catalina.Container

RE: web.xml parsing error SEVERE

2005-01-17 Thread Francois JEANMOUGIN


 java.lang.ClassNotFoundException: org.apache.catalina.Container

Ouch! Are you sure your tomcat installtion is OK? You could have a version
mismatch (between TC4 and TC5) or a jar found at two places or any other
reason why tomcat can't find this class. This is not an XML issue, this is a
class loading problem.

François.

Décharge / Disclaimer

Ce message et toutes les pièces jointes (ci-après le message) sont 
confidentiels et établis à l'intention exclusive des destinataires. Toute 
utilisation ou diffusion non autorisée est interdite. Tout message électronique 
étant susceptible d'altération, 123Multimédia et ses filiales déclinent toute 
responsabilité au titre de ce message s'il a été altéré, déformé ou falsifié.

This message and any attachments (the message) are confidential and intended 
solely for the addressees. Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration. Therefore neither 123Multimédia nor any 
of its subsidiaries or affiliates shall be liable for the message if altered, 
changed or falsified.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]