users
[Top] [All Lists]

Please Help: remote RMI connection problem

To: users@xxxxxxxxxx
Subject: Please Help: remote RMI connection problem
From: Manisha Kode <mkkode@xxxxxxxxx>
Date: Thu, 2 Jun 2005 13:33:36 -0400
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t04aAjkAysXowCdHGKPoIQw/gfFVZMXIpVpXBAToeprKCef2G2dQ+oHhqNNAoaaFJPLCD9oxbMP2IRFI3Nfnd6slq76UZLXkO2+skvoeOgNwSaG3uG2TzYOIhB1+7MURcEaqUe7QNgtA56LLhhcWnlheF1ehwm+GoBw374iCobw=
In-reply-to: <20050601211846.40121.qmail@web42007.mail.yahoo.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <491D53C8-C108-41A2-8BF0-67DF4B8A6F00@metaphorstudio.com> <20050601211846.40121.qmail@web42007.mail.yahoo.com>
Reply-to: Manisha Kode <mkkode@xxxxxxxxx>
Hello,

We have an application which uses RMI. The application is deployed on
Tomcat 5.0.  There is an applet which tries connecting to teh
application using RMI

Working on the server... everything works fine. Trying to access same
application remotely gives us an error.
java.rmi.ConnectException: Connection refused to host: 10.10.10.10;
nested exception is:

We did not have a command line option in the beginning to specify the
rmi host ip address. when we add that we get
java.rmi.ConnectException: Connection refused to host: 24.111.111.114;
nested exception is:

thats the ip address of the server (changed for example). Since we
added this option the application does not work on the server either..
so i guess that is not the solution..

Where does it get the 10.10.10.10.. Why the naming.lookup is not able
to find the correct remote object id?

i have been trying different things to get this working ..my brain is
dead now.. cant think straight.. all help is appreciated..

Manisha K Kode.

<Prev in Thread] Current Thread [Next in Thread>