Yes, networking is fine - pings and things work as per normal. The app behaves equally 
badly from the command line. 
anonymous wrote : 
  | java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception 
is:
  |         java.net.ConnectException: Connection refused
  |         at 
com.freedomwigs.client.gui.app.LoginScreen.manageException(LoginScreen.java:96)
  |         at 
com.freedomwigs.client.gui.app.LoginScreen.authenticateAgainstServer(LoginScreen.java:179)
  |         at com.freedomwigs.client.gui.app.LoginScreen.doLogin(LoginScreen.java:156)
  |         at 
com.freedomwigs.client.gui.app.LoginScreen.access$0(LoginScreen.java:149)
  |         at 
com.freedomwigs.client.gui.app.LoginScreen$1.actionPerformed(LoginScreen.java:198)
  | 
The doLogin method is ok, then calls authenticateAgainstServer which fails. It can 
lookup the LoginBeanHome interface but fails when creating the LoginBean EJB. The 
127.0.0.1 is referring to the client machine.

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

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


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