0 Replies Latest reply on Dec 10, 2007 5:27 AM by s.de.kaper

    Remote Queue: RMIException

    s.de.kaper

      To set up a remote queue, I followed the steps on http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue

      When I try to deploy the MDB, I get the following exception:

      10:55:08,571 [WARN ] [ServiceController ] Problem starting service jboss.j2ee:ear=Earname.ear,jar=Jarname.jar,name=MyMDBName,service=EJB3
      javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table]
      


      followed by an unhelpful stacktrace.

      JNDI view lists all the right objects, so I can't really figure out why I get the exception. Google and the forum search function didn't make things any clearer.

      Can anyone help me?