Jump to content

error hosting


quanpq

Recommended Posts

HTTP Status 500 -type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionjavax.servlet.ServletException: No connection pool php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:135) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) java.lang.Thread.run(Thread.java:619)note The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs.

Link to comment
Share on other sites

javax.servlet.ServletException: No connection pool

This implies that there is a problem somewhere with the database connection pool. Without some more information its going to be hard to diagnose though. Is this an application that you've written yourself, or is it something you've found / purchased and are trying to install. If its the latter case, then can you tell us what it is?Does it work on another server? If it does, you'll need to try and work out what's different between the two.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...