Well, a tiny bit of logical thinking here...

If "localhost" doesn't work, but "127.0.0.1" does, that would suggest you have a 
naming issue resolving "localhost".

This is also bourne out by looking at the stack trace you have quoted. The most nested 
exception says "java.net.UnknownHostException: defaultE2RD", which says that Java 
cannot lookup the "defaultE2RD" name and resolve it to an IP address. Again - a naming 
issue.

So, can you "ping defaultE2RD"? I suspect not, and I therefore suspect that you have a 
DNS name lookup issue.

2 minutes of applying brain may well have saved waiting 2 weeks for somebody else to 
do your thinking for you. Or I may be wrong. But hey, I didn't charge $200 for the 
priviledge, right?

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826908#3826908";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826908>Reply 
to the post</a>


-------------------------------------------------------
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