I am trying to run an application using tomcat on a debian based livecd
(Morphix).
I installed tomcat 5.5 using apt-get. The README.debian help file says
that debian is using dynamic links, so I wrote ' allowLinking="true" '
to server.xml.

I built the war file on another machine, where I tested it before
copying to the live-environment. When I start tomcat, I get the
following error message:

Oct 27, 2006 9:31:24 AM org.apache.catalina.core.StandardContext processTlds

SEVERE: Error reading tld listeners javax.servlet.ServletException:
Exception processing TLD at resource path /WEB-INF/tlds/ppc.tld in context

javax.servlet.ServletException: Exception processing TLD at resource
path /WEB-INF/tlds/ppc.tld in context

I was googling around and also searching this mailinglist, but couldn't
find any solution for this problem. Even though it appears that many
users have it, it obviously might have many different causes.
What I've noticed comparing my error message to others on the net, is
that there is no context after the word "context" in my error message.

System information:
Using CATALINA_BASE:   /usr/share/tomcat5.5
Using CATALINA_HOME:   /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME:       /usr/share/jdk1.5.0_09
Server version: Apache Tomcat/5.5
Server built:   Oct 23 2006 05:06:19
Server number:  5.5.20.0
OS Name:        Linux
OS Version:     2.6.17-morphix
Architecture:   i386
JVM Version:    1.5.0_09-b03
JVM Vendor:     Sun Microsystems Inc.


Catalina.out:
Using CATALINA_BASE:   /var/lib/tomcat5.5
Using CATALINA_HOME:   /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /var/lib/tomcat5.5/temp
Using JRE_HOME:       /usr/share/jdk1.5.0_09/jre
Using Security Manager
/etc/host.conf: line 2: bad command `127.0.0.1 MorphingMorphix localhost'
Oct 27, 2006 9:31:20 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Oct 27, 2006 9:31:20 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Oct 27, 2006 9:31:20 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-2712
Oct 27, 2006 9:31:20 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2952 ms
Oct 27, 2006 9:31:20 AM org.apache.catalina.core.StandardService start
INFO: Starting service PPC-HTTPS
Oct 27, 2006 9:31:20 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5
Oct 27, 2006 9:31:20 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger
(org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
Oct 27, 2006 9:31:24 AM org.apache.catalina.core.StandardContext processTlds
SEVERE: Error reading tld listeners javax.servlet.ServletException:
Exception processing TLD at resource path /WEB-INF/tlds/ppc.tld in context
javax.servlet.ServletException: Exception processing TLD at resource
path /WEB-INF/tlds/ppc.tld in context
        at
org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:555)
        at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:301)
        at
org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4302)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4139)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

...


Any hint?


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to