[jboss-user] [JBoss Seam] - NameNotFoundException
stephenwilliams
do-not-reply at jboss.com
Tue Jun 5 11:22:00 EDT 2007
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051421#4051421
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051421
More information about the jboss-user
mailing list