1 Reply Latest reply on May 29, 2004 2:59 AM by max1

    problem when i try to run client application.

    yokivo

      Hi,
      i have installed jboss3.0.0 with JBuilder7 using a plugin. i tried an example given by jbuilder. i compiled the project successfully and also deployed my bean now when i try to run my client application it gives following error :


      ---------- error ------------------

      javax.naming.NameNotFoundException: Cart not bound

      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)

      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)

      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)

      at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)

      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:365)

      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)

      at javax.naming.InitialContext.lookup(InitialContext.java:350)

      at cart_sessio.CartTestClient1.(CartTestClient1.java:16)

      at cart_sessio.CartTestClient1.main(CartTestClient1.java:55)

      Could not create Cart session bean
      java.lang.NullPointerException

      ------------------------------------------

      some one help me is there some problem with jboss? do it support Nameing and JNDI?

      yokivo