java.rmi.ConnectException question

This is the place for general discussion of the RMI plugin for Eclipse and support questions

java.rmi.ConnectException question

Postby bingcat » Wed Jan 09, 2008 5:17 am

Hi,

I tried to run sun-tutorial example on two computers. One computer as the server and another one as the client. The server is running on IP port: 111.111.111

I changed the server ComputEngine.java code as below:
String name = "//111.111.111/Compute";
try {
Compute engine = new ComputeEngine();
Naming.rebind(name, engine);
System.out.println("ServerComputeEngine bound");

When I tried to run it, it says:

ComputeEngine exception: Connection refused to host: 111.111.111; nested exception is:
java.net.ConnectException: Connection refused: connect


Is there any tutorial on how to configure both server side and client side eclipse? The example file seems all the client and server are running on the same computer.

Thank you very much!

bing
bingcat
 
Posts: 2
Joined: Wed Jan 09, 2008 5:03 am

Return to General discussion and support

Who is online

Users browsing this forum: No registered users and 1 guest

cron