Please stop and think for one second before posting useless information.

You don't have an entry for your host name or ip address in your host table,
so where it is coming from? DNS/DHCP?
Wherever it is coming from has broken configuration.

Try running a basic test like

  | import java.net.InetAddress;
  | 
  | public class WhatIsMyAddress
  | {
  |    public static void main(String[] args) throws Exception
  |    {
  |       System.out.println(InetAddress.getLocalHost());
  |    }
  | }
  | 

If you can't figure it out, grab the guy who comes around your office
plugging cables into the floor.
He is your network admin.

You might also want to read the FAQ topic.
It is the one with BLOCK CAPTIALS trying to attract attention.

Regards,
Adrian

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830665#3830665

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830665


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to