With any luck, there should be root cause buried in the stack trace too. Otherwise - you should probably ask the Axis-user list.

-Tim

MKW wrote:

I'm using Tomcat 5.5 (installed as a manually started service) with the latest Axis release as a webapp and have defined a MySQL data source (as a context in server.xml and a resource-ref in the Axis web.xml) with to which an Axis web service (and an ordinary jsp page) can both connect successfully. At the end of my web service I close the Connection Statement, ResultSet and Context instances with no problems - no exceptions are thrown. But, after I have used the MySQL connection in my web service program, Tomcat throws the exception I've added beneath (which doesn't happen e.g. with a jsp page). Does anyone have any idea why this should be happening?

Thanks.

Madeleine

This is the exception thrown when Tomcat closes:

INFO: ContextListener: contextDestroyed()
- Servlet AxisServlet threw unload() exception
javax.servlet.ServletException: Servlet.destroy() for servlet AxisServlet threw exception
at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1306)
at


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



Reply via email to