At 05:22 PM 11/21/2001 -0700, you wrote: >error: 500 >Location: /gallery.jsp >Error Location: /categorymenu.jsp >Internal Servlet Error: > >javax.servlet.ServletException: Fatal Error while attempting to Configure >PoolMan: access denied (java.lang.RuntimePermission exitVM) >java.security.AccessControlException: access denied >(java.lang.RuntimePermission exitVM) > at >org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp [ . . .] > at java.lang.Thread.run(Thread.java:484) > >I am running java 3.2.3 on my RAQ4 and have a client that wishes to use >poolman to access the database. When he tries to access the database. We >are using the jdbc mysql driver and are getting the previous error. Does >anybody have any suggestions as to why? >Thanks in advance. > >Mike Atlee
I've never used Poolman, but from the look of your stack trace, the user by which this is being accessed (or the user under which Tomcat is being executed) does not have the appropriate permissions defined in the SecurityManager that has been implemented. I'd start looking there. Brian ------------------------------ Brian Baxter Executive Director of Technologies GraffitiWorkz.com [EMAIL PROTECTED] ------------------------------ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
