0 Replies Latest reply on Mar 5, 2003 7:45 AM by rune

    Topic lookup problem (no security manager)

    rune

      Hello
      I have a MDB deployed on one JBoss 3.0.x, and when I try to do a topic lookup from a session bean deployed on another JBoss 3.0.x on the same machine, I get the following error:
      13:57:56,023 INFO [STDOUT] Topic: message-gatewayTopic
      13:57:56,089 ERROR [STDERR] javax.naming.CommunicationException. Root exception is
      13:57:56,089 ERROR [STDERR] java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
      java.lang.ClassNotFoundException: org.jnp.interfaces.FastNamingProperties (no security manager: RMI class loader disabled)
      13:57:56,090 ERROR [STDERR] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
      13:57:56,090 ERROR [STDERR] at sun.rmi.transport.Transport$1.run(Transport.java:148)
      13:57:56,090 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
      13:57:56,090 ERROR [STDERR] at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
      13:57:56,090 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
      13:57:56,091 ERROR [STDERR] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
      13:57:56,091 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)
      13:57:56,091 ERROR [STDERR] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
      13:57:56,105 ERROR [STDERR] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
      13:57:56,105 ERROR [STDERR] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
      13:57:56,105 ERROR [STDERR] at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      13:57:56,105 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:484)
      13:57:56,105 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:463)
      13:57:56,106 ERROR [STDERR] at javax.naming.InitialContext.lookup(InitialContext.java:347)
      13:57:56,106 ERROR [STDERR] at com.mobinor.j2ee.message.client.MessageClientWebImpl.(MessageClientWebImpl.java:57)

      Anyone have an idea what can be the problem ?

      Rune Hamnvik
      Mobinor AS
      Norway