3 Replies Latest reply on Apr 25, 2014 7:16 AM by wdfink

    JBoss EAP 6.2

    narendra_bodeddula

      I am using JBoss EAP 6.2. Iam facing the below error. Can you please anyone provide the solution for this.

       

      RemoteException occurred in server thread; nested exception is:

      java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:

      java.lang.ClassNotFoundException: org.apache.xerces.dom.DocumentImpl (no security manager: RMI class loader disabled)

      sun.rmi.server.UnicastServerRef.dispatch:353

          sun.rmi.transport.Transport$1.run:177

          sun.rmi.transport.Transport$1.run:174

          java.security.AccessController.doPrivileged:-2

          sun.rmi.transport.Transport.serviceCall:173

          sun.rmi.transport.tcp.TCPTransport.handleMessages:556

          sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0:811

          sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run:670

          java.util.concurrent.ThreadPoolExecutor.runWorker:1145

          java.util.concurrent.ThreadPoolExecutor$Worker.run:615

          java.lang.Thread.run:744

        • 1. Re: JBoss EAP 6.2
          ctomc

          At least *some* context would be useful

          • 2. Re: JBoss EAP 6.2
            narendra_bodeddula

            Hi Tomaz...Thanks for your reply.

             

            Previously we used apache tomcat for my application. Recently we changed the webserver from tomcat to JBoss EAP 6.2. I deployed the web application(war file) on cloud where the JBoss is running. while performing some actions on my application, I am getting the above error.

             

             

            Kindly provide your valuable suggestion

             

             

            Thanks in advance

            • 3. Re: JBoss EAP 6.2
              wdfink

              Looks like you send Objects to the server which can not de serialized because of that missing class.

              You should provide a bit more information,

              I suppose that tomcat include the missing classes and the version/API has changed or you need to add dependencies.