Connection refused to host:
hi all
I am using rmi and previously I was running my code very successfully,
But today I am getting the error shown below .The same error is coming in linux.
When I run in local maching then it works fine, without any problem.
Suggest me waht to do and why is this happening so?
java.rmi.ConnectException: Connection refused to host: 192.168.6.13; nested exception is:
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:84)

