Perhaps the whole "wizard" thing is a red-herring due to a reverse DNS problem? The word "wizard" appears here in the message of a java.rmi.ConnectIOException; perhaps that's getting created with a call to InetAddress.getHostName() which does a reverse lookup and says "wizard" when it should say "cars"?
The other strange is why it's trying to make a remote connection to do the JNDI lookup at all. With no properties passed to new InitialContext() and the jndi.properties you listed, a NamingContext running inside the AS should be making a direct call against the local NamingServer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208316#4208316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208316 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user