0 Replies Latest reply on Mar 12, 2008 10:05 AM by ceene

    Problem with EJB3 Project in the Network

    ceene

      I have an EJB-project with JavaServerFaces. If i start my JBoss-Server (4.2.2) in the localhost-Mode my project works fine but if I start the Project in the Network-Modus ("run -b 192.....") i get the following error-message:

      exception
      
      javax.servlet.ServletException: #{personBean.Abgleich}: java.lang.Exception: Lookup of HWplz_dBean/remote failed
       javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
       org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      


      why can't the server find the Bean?