0 Replies Latest reply on Mar 28, 2011 8:25 AM by xibalban

    java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST

    xibalban

      I have few esb services which are used to fetch data from a ejb service running on Weblogic on a remote third party server. My esb services use a slightly modified version of org.jboss.soa.esb.actions.EJBProcessor as action class.

       

      Every time the remote Weblogic target host gets restarted I start getting the following errors on my JBoss:

       

      dummyMethodName() returned exception: java.rmi.NoSuchObjectException: CORBA OBJECT_NOT_EXIST 1330446337 
      No; nested exception is: org.omg.CORBA.OBJECT_NOT_EXIST:   vmcid: OMG  minor code: 1  completed: No
      

       

      I can get it to work again by restarting the local JBoss. What does that error mean and is there another way around it other than restart?

       

      I'm running jboss-5.1.0.GA with jbossesb-4.9 on 32-bit Windows Server 2003.