[jboss-user] [EJB 3.0] - Re: Remote Not bound -- Help me !

Sukar1205 do-not-reply at jboss.com
Thu Sep 20 10:16:57 EDT 2007


THis is the error


  | javax.naming.NameNotFoundException: remote 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:296)
  |         at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
  |         at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  |         at sun.rmi.transport.Transport$1.run(Transport.java:153)
  |         at java.security.AccessController.doPrivileged(Native Method)
  |         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  |         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
  |         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
  |         at java.lang.Thread.run(Thread.java:595)
  |         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
  |         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
  |         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
  |         at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
  |         at javax.naming.InitialContext.lookup(InitialContext.java:351)
  |         at ejb.Client.lookupCustomerBean(Client.java:92)
  |         at ejb.Client.main(Client.java:39)
  | Exception in thread "main" java.lang.RuntimeException: javax.naming.NameNotFoundException: remote not bound
  |         at ejb.Client.lookupCustomerBean(Client.java:96)
  |         at ejb.Client.main(Client.java:39)
  | Caused by: javax.naming.NameNotFoundException: remote 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:296)
  |         at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
  |         at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  |         at sun.rmi.transport.Transport$1.run(Transport.java:153)
  |         at java.security.AccessController.doPrivileged(Native Method)
  |         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  |         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
  |         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
  |         at java.lang.Thread.run(Thread.java:595)
  |         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
  |         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
  |         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
  |         at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
  |         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
  |         at javax.naming.InitialContext.lookup(InitialContext.java:351)
  |         at ejb.Client.lookupCustomerBean(Client.java:92)
  |         ... 1 more
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086709#4086709

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086709



More information about the jboss-user mailing list