Problems with setting up rmi on two linux systems

Source: Internet
Author: User
For more information about how to set up rmi on two linux systems-Linux Enterprise applications-Linux server applications, see the following. Setting up rmi in two linux systems often causes the following exceptions: Naming. in lookup (url), the ip address of the url is clearly the ip address of the server, but the returned information is rejected by the local ip address. It is really weird. The exception is as follows:

Java. rmi. ConnectException: Connection refused to host: 127.0.0.1; nested exception is: java.net. ConnectException: Connection refused

The solution is to add a line of code to the server code:

System. setProperty ("java. rmi. server. hostname", server ip address); // Add this line of code
LocateRegistry. createRegistry (1099 );
RemoteImpl service = new RemoteImpl ();
Naming. rebind ("RmiServer", service );
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.