[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread poorboy
I had been setting the properties through the JNLP, and then through the lib/jnpi.properties file for the command line test. I removed those, and tried a command line test using the example code you gave. The first time was a timeout, after I forgot to change the server name (oops) but after fi

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
I am a little bit confused. I think the authenticateAgainstServer is called cause you try to instantiate a Bean, right ? Here how i set the properties: anonymous wrote : | Properties prop = new Properties(); | prop.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread poorboy
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 |

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
Does the client software work if you install it on the client (not using JNLP) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831905#3831905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831905

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread raja05
Can you just ping from the client machine to the server? Are u able to get a response. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831904#3831904 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831904 --

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread poorboy
I'm using Mandrake Linux on the client, and Adamantix on the server. All hosts resolve properly on all machines. The same error happens with a Windows client too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831902#3831902 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread poorboy
It's not done through a remote X session, but rather through the RMI mechanism. The client app runs on client machine and sends/receives messages to the server app. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831896#3831896 Reply to the post : http://www.

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
Which OS do you use ? If you use redhat, check the host table. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831894#3831894 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831894 --

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread raja05
have u enabled remote connections to be contacted . i mean xhost + View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831890#3831890 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831890 ---

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread poorboy
Small correction - should be "connection refused" not a time out. Would be nice to make these forums editable... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831876#3831876 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply