0 Replies Latest reply on Apr 4, 2003 7:39 PM by jj

    306 jbossall-client.jar fails

      I have a little program to test jms. It works fine if I run with the 304 jbossall-client.jar when connecting to jboss306 on redhat linux 7.2 or connecting to jboss304 running on Windows.

      However, when I try to run the same test program using the 306 jbossall-client.jar, the program fails when trying to connect to either 306jboss or 304 jboss. The trace follows. I'd appreciate any help.

      Thanks,
      jj

      tampopo% /home/JDK/sol2/j2sdk1.4.1_01/bin/java -cp "log4j.jar;jbossall-client.jar" -jar JMSChat.jar
      Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
      JNDI lookup failed: javax.naming.CommunicationException [Root exception is 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)]
      Publisher(): Exception occurred: javax.naming.CommunicationException [Root exception is 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)]
      JNDI lookup failed: javax.naming.CommunicationException [Root exception is 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)]
      Connection problem: javax.naming.CommunicationException [Root exception is 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)]
      Exception in thread "main" java.lang.NullPointerException
      at AsynchSubscriber.(AsynchSubscriber.java:84)
      at ChatFrame.initPubSub(ChatFrame.java:36)
      at ChatFrame.main(ChatFrame.java:60)