3 Replies Latest reply on Feb 27, 2002 9:18 AM by eustace

    help, please! (monson-haefel examples)

    eustace

      has anyone successfully deployed the monson-haefel examples as per the jboss docs(http://www.jboss.org/online-manual/HTML/ch14.html#d0e12038)?

      if so, could you send me/post the pertinent bits of code?

      i've tried getting this to work several different times and have posted to the forum already (http://main.jboss.org/thread.jsp?forum=46&thread=9380) with no luck. i've made all the changes indicated in the docs, and am still getting class not found exceptions:

      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.ServerException: null
      Embedded Exception
      null; nested exception is:
      javax.ejb.EJBException: nested exception is: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.titan.cabin.CabinHomeRemote]
      java.rmi.ServerException: null
      Embedded Exception
      null; nested exception is:
      javax.ejb.EJBException: nested exception is: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.titan.cabin.CabinHomeRemote]
      javax.ejb.EJBException: nested exception is: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.titan.cabin.CabinHomeRemote]
      javax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: com.titan.cabin.CabinHomeRemote
      <<no stack trace available>>
      javax.ejb.EJBException: nested exception is: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.titan.cabin.CabinHomeRemote]
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
      at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown Source)
      at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:357)
      at org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(StatelessSessionProxy.java:123)
      at $Proxy1.listCabins(Unknown Source)
      at com.titan.clients.Client_43.main(Client_43.java:31)

      if anyone can help with this they'll be making my day. it's driving me crazy.

      many thanks
      -e