4 Replies Latest reply on Aug 9, 2002 10:09 AM by cdkcdk

    Error in my first program

    jwildner

      I am getting the following error.I am using Jboss-3.0.0. Will someone help me out.



      javax.naming.CommunicationException. Root exception is java.rmi.ServerException
      : RemoteException occurred in server thread; nested exception is:
      java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
      tion is:
      java.net.MalformedURLException: unknown protocol: b
      java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:

      java.net.MalformedURLException: unknown protocol: b
      java.net.MalformedURLException: unknown protocol: b
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
      n Source)
      at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
      at sun.rmi.server.UnicastRef.invoke(Unknown Source)
      at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:445)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:429)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at com.helloclient.HelloClient.main(Unknown Source)