1 Reply Latest reply on Oct 27, 2002 6:16 PM by joelvogt

    java.net.ConnectException

    gongqin

      I tried to lookup an EJB (running in jboss) on a remote box. My code is a stateless session bean running in jboss on localhost. I accidentally used a wrong port for looking up the remote EJB and got java.net.ConnectException, ServiceUnavailableException, etc. I expect that I would get a java.rmi.RemoteException for this type of situation. Did I do something wrong or this is a jboss bug?

      Thanks.

        • 1. Re: java.net.ConnectException
          joelvogt

          well, I would expect the connect exception, as this is the problem before it can even make the rmi connection. I'm guessing the exception told you your problem which is what you wanted anyways