tomcat application startup error java.lang.reflect.InvocationTargetException

V

vk02720

Hi,
I am getting the following error when I start tomcat 4.1.31 on Linux
after deploying a war file :
Aug 4, 2005 2:41:04 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

Albeit the error, the app is deployed.

Following are the issues :
1. If the war file is already expanded, I dont get this error.
2. I have context defined for myproj in myproj.xml in webapps
directory. If I dont define this context in seperate file, then I dont
get this error.
3. Tomcat does not expand the war file dynamically. It has to be
restarted to do so although following options are in server.xml :
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">


Any help appreciated.

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top