1 Reply Latest reply on Jul 29, 2002 8:09 AM by fbiaggi

    3.0.1 problem accessing EJB from servles

    fbiaggi

      Hello,
      after installing JBoss 3.0.1 I receive following error accessing EJB from servlets (Working fine on JBoss 2.4.x):

      ...
      10:05:00,354 INFO [Jetty] JSP: init
      10:05:18,831 INFO [Jetty] VerifyUserLogin: init
      10:05:21,094 WARN [NamingContext] Failed to connect to iiop:1099
      javax.naming.CommunicationException: Failed to connect to server iiop:1099. Root exception is
      javax.naming.ServiceUnavailableException: Failed to connect to server iiop:1099. Root exception is
      java.net.UnknownHostException: iiop
      ...

      Why it try to go over iiop ?
      What I'm missing ?

      Thanks for help.