I am trying to run the standalone jndi server and I have followed the following two documentation links to the letter. I am getting the following error. Any help would be appreciated.
Documentation Links Used ====================== http://jboss.org/?module=bb&op=viewtopic&t=102727 http://www.javaworld.com/javaworld/jw-04-2002/jw-0419-jndi.html?page=4 Error ===== 0 [main] DEBUG org.jboss.naming.Naming - Creating NamingServer stub, theServer=null,rmiPort=0,clientSocketFactory=null,[EMAIL PROTECTED] Exception in thread "main" java.lang.NullPointerException at org.jnp.server.Main.getNamingInstance(Main.java:301) at org.jnp.server.Main.initJnpInvoker(Main.java:354) at org.jnp.server.Main.start(Main.java:316) at org.jnp.server.Main.main(Main.java:104) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111323#4111323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111323 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
