My apologies if this is not the best forum for this question.
I have had this problem occur in a couple of applications which use the Apache Trinidad libraries. The applications will deploy to Tomcat 6 and run without error on the first deploy.
I then change something simple in the application, some text, rebuild the war file, and deploy it to the running Tomcat 6 container. The log file will contain the following error messages:
Mar 5, 2008 10:04:28 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Mar 5, 2008 10:04:28 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/trinidad-demo-1.2.6] startup failed due to previous errors
When I check the deployment, the war file is not fully exploded. It is necessary to remove the partial deployment, stop/restart the container, and then the war will deploy and the application will run successfully.
Any ideas what could be going on or how to debug this would be appreciated.
Thanks