3 Replies Latest reply on Sep 20, 2004 9:43 PM by rolfz

    java.rmi.RemoteException: Service unavailable with SFSB

    rolfz

      I have got a simple SFSB in a client , which lives in a tomcat instance. When I create the remote interface I always experience the error message below but when I debug through the SFSB create method everything seems fine but still receive this error message in the client.

      It must be an obvious mistake I make. Any help is very much appreciated

      Cheers
      Rolf


      java.rmi.RemoteException: Service unavailable.
      at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA.invoke(JRMPIn
      vokerProxyHA.java:291)
      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
      a:87)
      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
      java:46)
      at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:4
      5)
      at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:173)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
      at $Proxy5.create(Unknown Source)
      at au.com.psa.edoc.dts.client.DesignerGeneratedClient.create(DesignerGen
      eratedClient.java:94)