| Author |
Java RMI Connection Problem
|
pavan bellari
Greenhorn
Joined: Sep 19, 2003
Posts: 24
|
|
I am connecting Windows and Linux machine thru Java RMI. and my server files are in Linux Server. when I connect Linux machine(144.16.75.124) thru Java on Windows It is showing error: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: java.net.ConnectException: Connection refused: no further information although I have given the ip-address of the linux machine(here it is 144.16.75.124). The error is Connection refused to host: 127.0.0.1 and I haven't mentioned 127.0.0.1 or localhost any where in the program
|
 |
raimondas zemaitis
Ranch Hand
Joined: Feb 23, 2001
Posts: 104
|
|
|
post some code, it is not clear what you actually do.
|
 |
Chris Shepherd
Ranch Hand
Joined: Jun 27, 2000
Posts: 286
|
|
it looks like your problem is the server address. Your exception says the connection is refudes to 127.0.0.1 (loopback) not you linux box IP. You've stated the problem yourself. Here's is the code I use to connect to the server from the client: Maybe you can compare that to yours and get it working. Chris
|
 |
debasis chakraborty
Greenhorn
Joined: Nov 08, 2003
Posts: 4
|
|
i am also doing same type of project. can you send your code .So can test your problem.I am sure i will solve your prob.Mail j2ee_j2me@yahoo.com
|
 |
 |
|
|
subject: Java RMI Connection Problem
|
|
|