INSTALATION PROBLEM

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

INSTALATION PROBLEM

ivmafo
When I copy orbeon.war to my tomcat5.5/webapps/ops directory and my browser to http://localhost:8180/ops/ I got this error ....  what I have to do???

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: access denied (java.lang.RuntimePermission setContextClassLoader)
        org.orbeon.oxf.servlet.OPSServlet.init(OPSServlet.java:65)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        java.lang.reflect.Method.invoke(Method.java:597)
        org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
        java.security.AccessController.doPrivileged(Native Method)
        javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
        org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
        org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
        org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:114)
        org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        java.lang.Thread.run(Thread.java:619)

root cause

java.security.AccessControlException: access denied (java.lang.RuntimePermission setContextClassLoader)
        java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
        java.security.AccessController.checkPermission(AccessController.java:546)
        java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
        java.lang.Thread.setContextClassLoader(Thread.java:1351)
        org.orbeon.oxf.servlet.OPSServlet.init(OPSServlet.java:62)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        java.lang.reflect.Method.invoke(Method.java:597)
        org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
        java.security.AccessController.doPrivileged(Native Method)
        javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
        org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
        org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
        org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:114)
        org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        java.lang.Thread.run(Thread.java:619)
Reply | Threaded
Open this post in threaded view
|

Re: INSTALATION PROBLEM

Alessandro Vernet
Administrator
ivmafo wrote
When I copy orbeon.war to my tomcat5.5/webapps/ops directory and my browser to http://localhost:8180/ops/ I got this error ....  what I have to do???

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: access denied (java.lang.RuntimePermission setContextClassLoader)
        org.orbeon.oxf.servlet.OPSServlet.init(OPSServlet.java:65)
[...]
Do you have a policy file in place for Java? If you do, you might want to try to remove it and see if that solves the problem. Otherwise you can also try to use OPSServletDelegate instead of OPSServlet in the web.xml.

Alex