The same problem on 4.0.3 SP1. The problem seems to be related to ISA firewall client. You have to turn it off to make JBoss work.
I've found another solution though - you have to remove _ALL_ ${jboss.bind.address} encounters from jboss-service.xml: | <attribute name="Port">1099</attribute> | <attribute name="BindAddress">${jboss.bind.address}</attribute> | <attribute name="RmiPort">5098</attribute> | <attribute ame="RmiBindAddress">${jboss.bind.address}</attribute> | to: | <attribute name="Port">1099</attribute> | <attribute name="RmiPort">5098</attribute> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906559#3906559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906559 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user