3 Replies Latest reply on Jul 4, 2003 12:44 PM by petertje

    RemoteException occurred in server thread; nested exception

    madooreddy

      Dear All
      I am getting Remote Exception which accessing the bean
      PLs let me know if any one have idea on this
      Any help is appreciated


      here is the exception

        • 1. Re: RemoteException occurred in server thread; nested except
          jboss1604

          hi
          you have to create oracle-xa-service.xml file if you are using Oracle database.
          Sample file attached.you don't get confused ,it is same oracle-service.xml file
          with
          vijay

          • 2. Re: RemoteException occurred in server thread; nested except
            madooreddy

            Thanks for u r reply

            Well .. I am using DB2 database and my Jboss 2.4.4

            I have created 2 datasources since we are using .. in jboss.jcml under $JBOSS_HOME/conf/default/ directory


            here are the my jboss.jcml file where i added the datasources



            COM.ibm.db2.jdbc.app.DB2Driver



            DefaultDS
            org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

            jdbc:db2:acs
            1200000
            acs
            10
            acs
            false
            false
            false
            true
            120000
            1800000
            false
            false
            1.0
            0



            SmsDBDS
            org.jboss.pool.jdbc.xa.wrapper.XDataSourceImpl

            jdbc:db2:smsdb
            1200000
            smsdb
            10
            smsdb
            false
            false
            false
            true
            120000
            1800000
            false
            false
            1.0
            0

            Pls let me know if you have idea/suggestion
            strucked on this since 5 days

            thanks

            madhu REDDY

            • 3. Re: RemoteException occurred in server thread; nested except

              public class ClassFormatError extends LinkageError:
              Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.

              That com.wizit.util.EJBUtility stuff seems to be corrupted. Did you compile it yourself, or just downloaded the bytecode? Can it be read in a standalone application?