1 Reply Latest reply on Feb 9, 2006 1:13 AM by girishprasad

    java:comp/env fails with communication exception

    pmlogan

      Running with JBoss 4.0.3RC2 on Suse Linux. Including all of the
      correct properties as mentioned in many of the other postings.
      Client is doing the looking up of the EJB.

      When I look up an ejb with "java:comp/env/ejb/TestEJB" it fails with
      a NamingException: Could not dereference object [ RootException is
      CommunicationException: No such device [ SocketException: No
      such device]

      However, when I look up the ejb with just "ejb/TestEJB" it is successful.

      Does anyone know what the problem might be? Any suggestions.

      I have the isolated and call by value flags set to true. I also have the
      UseJbossWebLoader and the Java2ClassLoadingCompliance flags set
      to false.