[jboss-user] [Clustering/JBoss] - Re: clustering/JMS problem among machines not using same par

bstansberry@jboss.com do-not-reply at jboss.com
Mon Feb 9 18:33:59 EST 2009


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



More information about the jboss-user mailing list