1 Reply Latest reply on May 6, 2004 1:17 PM by geoff74

    javax.naming.NameNotFoundException: StoreAccessBean not boun

    bharathpu

      Hi All,

      I'm using Jboss, Xdoclet and Eclipse and the tutorial on www.tusc.com.au. when i run the client program StareAccessBean i encountered this problem

      javax.naming.NameNotFoundException: StoreAccessBean not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
      at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
      at sun.rmi.transport.Transport$1.run(Transport.java:148)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
      at java.lang.Thread.run(Thread.java:536)
      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:133)
      at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:492)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at au.com.tusc.client.SessionClient.getHome(SessionClient.java:26)
      at au.com.tusc.client.SessionClient.testBean(SessionClient.java:47)
      at au.com.tusc.client.SessionClient.main(SessionClient.java:66)


      i am new to J2EE. please give the solution...and please explain me why this exception is thrown.


      waiting for ur replies...


      thanx
      Bharath

        • 1. Re: javax.naming.NameNotFoundException: StoreAccessBean not
          geoff74

          It means that the EJB's home interface cannot be found on the JNDI server. This probably means that the bean is not properly deployed, but may also mean that the client is using the wrong name to attempt the lookup. Without more information (deployment descriptors, code, etc.), I can't tell you any more than that.