Hi,

Can somebody help me with the following null pointer which is happening
when I am trying to run tomcat as embedded application.


java.lang.NullPointerException
        at
org.apache.catalina.startup.DigesterFactory.register(DigesterFactory.jav
a:174)
        at
org.apache.catalina.startup.DigesterFactory.registerLocalSchema(Digester
Factory.java:139)
        at
org.apache.catalina.startup.DigesterFactory.newDigester(DigesterFactory.
java:92)
        at
org.apache.catalina.startup.ContextConfig.createWebXmlDigester(ContextCo
nfig.java:435)
        at
org.apache.catalina.startup.ContextConfig.createWebDigester(ContextConfi
g.java:422)
        at
org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.ja
va:499)
        at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:623)
        at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.j
ava:216)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
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.startup.Embedded.start(Embedded.java:846)
        at
com.tellabs.metrowatch.server.startup.EmbeddedTomcat.startTomcat(Embedde
dTomcat.java:97)
        at
com.tellabs.metrowatch.server.startup.EmbeddedTomcat.main(EmbeddedTomcat
..java:172)


Thanks


Kamal

-----------------------------------------
============================================================  The
information contained in this message may be privileged   and confidential
and protected from disclosure.  If the   reader of this message is not the
intended recipient, or an   employee or agent responsible for delivering
this message to   the intended recipient, you are hereby notified that any
reproduction, dissemination or distribution of this   communication is
strictly prohibited. If you have received   this communication in error,
please notify us immediately by   replying to the message and deleting it
from your computer.    Thank you.  Tellabs
============================================================


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

Reply via email to