1 Reply Latest reply on Jun 8, 2007 5:41 AM by stephenwilliams

    NameNotFoundException

    stephenwilliams

      Hi!

      I generated a new eclipse project using seam-gen (1.2.1.GA) and added a simple helloworld remoting example like the example in the documentation.

      Whilst the same code worked on a previous version (1.1.0.GA?) I get the following error upon calling the after calling my javascript proxy function.

      Caused by: javax.naming.NameNotFoundException: AlgodesRenderServer not bound
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
       at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
       at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
       at javax.naming.InitialContext.lookup(Unknown Source)
       at org.jboss.seam.Component.instantiateSessionBean(Component.java:1107)
       at org.jboss.seam.Component.instantiate(Component.java:1093)
       at org.jboss.seam.Component.newInstance(Component.java:1736)
       ... 41 more
      



      I have no idea what this actually means and didn't get any smarter by googling. Can someone please tell me what I am missing?


      cheers,
      Stephen