3 Replies Latest reply on Sep 28, 2006 5:43 AM by haplo_3

    problem installing RMISecurityManager under jboss

    haplo_3

      hey
      when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed

      i installed it in the code using
      if(System.getSecurityManager() == null) {
      System.setSecurityManager(new RMISecurityManager());
      }


      now i'm getting to many errors and exceptions from jboss mostly about permission deny.
      is there a different way to install seucrity manager?

        • 1. Re: problem installing RMISecurityManager under jboss
          jaikiran

           

          when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed


          Please post the exact exception stacktrace that you were seeing(before you wrote the code to install the RMISecurityManager). The root cause of the exception might be something else. Also in which case are you seeing the exception?

          • 2. Re: problem installing RMISecurityManager under jboss
            haplo_3

            i manage to fix the problem by adding

            set JAVA_OPTS=%JAVA_OPTS% -Djava.security.manager -Djava.security.policy=Security
            to run.bat

            now it seems i can't find my stub class since i set the security manager

            i manully copied the stub to my client directory
            any suggestions of how to set the codebase to find my stub?
            i've tried
            set JAVA_OPTS=%JAVA_OPTS% -Djava.rmi.server.codebase
            but with no seccuss mayb i'm doing something wrong




            p 28, 2006 4:46:31 PM sun.rmi.server.LoaderHandler loadClass
            NER: http-0.0.0.0-8080-2: class "java.rmi.server.RemoteObject" found via defaultLoader, defined by null
            :46:31,970 ERROR [STDERR] java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
            java.lang.ClassNotFoundException: VlabRequest_Stub
            :46:31,986 ERROR [STDERR] at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
            :46:31,986 ERROR [STDERR] at java.rmi.Naming.lookup(Unknown Source)
            :46:32,002 ERROR [STDERR] at com.lo.simaserver.connector.NS2Connector.getPTTable(NS2Connector.java:40)
            :46:32,002 ERROR [STDERR] at com.lo.simaserver.model.PacketQueueing.newSimulation(PacketQueueing.java:179)
            :46:32,002 ERROR [STDERR] at com.lo.simaserver.clientIF.Simulation.newSimulation(Simulation.java:67)
            :46:32,017 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            :46:32,017 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            :46:32,017 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            :46:32,033 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
            :46:32,033 ERROR [STDERR] at org.openlaszlo.data.JavaDataSource.execute(JavaDataSource.java:449)
            :46:32,033 ERROR [STDERR] at org.openlaszlo.data.JavaDataSource.getData(JavaDataSource.java:230)
            :46:32,048 ERROR [STDERR] at org.openlaszlo.data.DataSource.getAsSWF(DataSource.java:98)
            :46:32,048 ERROR [STDERR] at org.openlaszlo.servlets.responders.ResponderCache.respondImpl(ResponderCache.java:369)
            :46:32,048 ERROR [STDERR] at org.openlaszlo.servlets.responders.Responder.respond(Responder.java:217)
            :46:32,064 ERROR [STDERR] at org.openlaszlo.servlets.LZServlet._doGet(LZServlet.java:324)
            :46:32,064 ERROR [STDERR] at org.openlaszlo.servlets.LZServlet.doGet(LZServlet.java:259)
            :46:32,064 ERROR [STDERR] at org.openlaszlo.servlets.LZServlet.doPost(LZServlet.java:392)
            :46:32,080 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            :46:32,080 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
            :46:32,080 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            :46:32,095 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            :46:32,095 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            :46:32,095 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
            :46:32,111 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
            :46:32,111 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
            :46:32,111 ERROR [STDERR] at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
            :46:32,127 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
            :46:32,127 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
            :46:32,173 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
            :46:32,173 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
            :46:32,189 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
            :46:32,189 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
            :46:32,189 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
            :46:32,205 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
            :46:32,205 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            :46:32,205 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            :46:32,220 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            :46:32,220 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
            :46:32,220 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
            :46:32,236 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
            :46:32,236 ERROR [STDERR] at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
            :46:32,236 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
            :46:32,252 ERROR [STDERR] at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
            :46:32,252 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
            :46:32,267 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
            :46:32,267 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
            :46:32,267 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
            :46:32,283 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
            :46:32,283 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            :46:32,283 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            :46:32,298 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
            :46:32,298 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
            :46:32,298 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            :46:32,314 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            :46:32,314 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            :46:32,330 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            :46:32,330 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            :46:32,330 ERROR [STDERR] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            :46:32,345 ERROR [STDERR] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            :46:32,345 ERROR [STDERR] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
            :46:32,361 ERROR [STDERR] at java.lang.Thread.run(Unknown Source)
            :46:32,361 ERROR [STDERR] Caused by: java.lang.ClassNotFoundException: VlabRequest_Stub
            :46:32,361 ERROR [STDERR] at java.net.URLClassLoader$1.run(Unknown Source)
            :46:32,377 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
            :46:32,377 ERROR [STDERR] at java.net.URLClassLoader.findClass(Unknown Source)
            :46:32,377 ERROR [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
            :46:32,392 ERROR [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
            :46:32,392 ERROR [STDERR] at java.lang.ClassLoader.loadClassInternal(Unknown Source)
            :46:32,392 ERROR [STDERR] at java.lang.Class.forName0(Native Method)
            :46:32,408 ERROR [STDERR] at java.lang.Class.forName(Unknown Source)
            :46:32,408 ERROR [STDERR] at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
            :46:32,408 ERROR [STDERR] at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
            :46:32,423 ERROR [STDERR] at java.rmi.server.RMIClassLoader$2.loadClass(Unknown Source)
            :46:32,423 ERROR [STDERR] at org.jboss.system.JBossRMIClassLoader.loadClass(JBossRMIClassLoader.java:91)
            :46:32,439 ERROR [STDERR] at java.rmi.server.RMIClassLoader.loadClass(Unknown Source)
            :46:32,439 ERROR [STDERR] at sun.rmi.server.MarshalInputStream.resolveClass(Unknown Source)
            :46:32,455 ERROR [STDERR] at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
            :46:32,455 ERROR [STDERR] at java.io.ObjectInputStream.readClassDesc(Unknown Source)
            :46:32,455 ERROR [STDERR] at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            :46:32,470 ERROR [STDERR] at java.io.ObjectInputStream.readObject0(Unknown Source)
            :46:32,470 ERROR [STDERR] at java.io.ObjectInputStream.readObject(Unknown Source)
            :46:32,470 ERROR [STDERR] ... 61 more

            • 3. Re: problem installing RMISecurityManager under jboss
              haplo_3

              i set the

              set JAVA_OPTS=%JAVA_OPTS% -Djava.rmi.server.codebase=file:/C:\jboss-4.0.4.GA\server\default\deploy\lps.war\WEB-INF\classes\com\lo\simaserver\connector/
              in run.bat
              but i still can't figure out why i'm getting


              newSimulation remotecall onerror: {faultString: VlabRequest_Stub (wrong name: com/lo/simaserver/connector/VlabRequest_Stub), faultCode: -1}