It doesn't look like it is binding correctly to the interface. It should look like this: 2004-04-24 13:25:06,734 INFO [org.jboss.naming.NamingService] Starting jnp server | 2004-04-24 13:25:06,886 INFO [org.jboss.naming.NamingService] Started jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, | Server [EMAIL PROTECTED] | 2004-04-24 13:25:06,915 INFO [org.jboss.naming.NamingService] Listening on port 1099 | 2004-04-24 13:25:06,925 INFO [org.jboss.naming.NamingService] Started jboss:service=Naming | 2004-04-24 13:25:06,925 INFO [org.jboss.naming.JNDIView] Started jboss:service=JNDIView Most likely the network configuration is not correctly configured for the Linux boxen. Make sure that the /etc/hosts is correctly configured - the server name should not be defined in the 127.0.0.1 line.
Otherwise, if you cannot work out the correct network configuration for your boxen, you can resort to defining jboss.bind.address - look at JBOSS_HOME/server/default/conf/jboss-service.xml. However, that would be a last resort as incorrectly configuring the Linux networking usually has ramifications on most Java network operations as the JVM is reliant on the underlying OS layer. Hope that helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832210#3832210 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832210 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
