Hello,
I have an application say app1 which binds an objects at the jini
lookup service
running at my server(ip= 72.X.X.X). The interaction between my server
and app1
takes place through this object.
My client connect from there device to the server. The server picks
the object binded at the lookup service and call some method on the
app1. The app1
runs at ip(192.X.X.X).
My server is able to pick the object reference from the lookup service
running on its
localhost. But when it is calling some method on app1 it is throughing the
following like
raised remote exception in connect:
connection refust to host 192.168.0.107 nested exception is
java.net.ConnectionException:
connection timed out: connect
Can anybody helpme out why i am getting this error.