Link to home
Start Free TrialLog in
Avatar of wilsontang
wilsontang

asked on

RMI Problem - Urgent

hi experts,

I'm writing an RMI application. The ServerRMI has been started successfully. When running the ClientRMI I get the following exception:

java.rmi.RemoteException: java.net.ConnectException: Connection refused; nested exception is:
        java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:301)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:121)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:108)
        at java.net.Socket.<init>(Socket.java:265)
        at java.net.Socket.<init>(Socket.java:94)
        at com.objectspace.voyager.LightProxy.newSocket(LightProxy.java:634)
        at com.objectspace.voyager.LightProxy.getCnxOS(LightProxy.java:588)
        at com.objectspace.voyager.LightProxy.osinv(LightProxy.java:453)
        at com.objectspace.voyager.LightProxy.osinvHC(LightProxy.java:406)
        at com.objectspace.voyager.LightProxy.inv(LightProxy.java:389)
        at com.objectspace.voyager.LightProxy.vI(LightProxy.java:294)
        at com.i2.iba.session.SessionServer_IProxy__Proxy__LightProxy.test(Unknown Source)
        at com.i2.iba.session.I2Session.main(I2Session.java:25)

I have already created and open a port(8888) for it and create the stubs and the skeletons using rmic tool. Do I need to set any security policy? I have already added two policy into java.policy.

permission java.net.SocketPermission "*:1024-65535", "connect,accept";
permission java.net.SocketPermission "*:8888", "connect";

It still doesn't work. Please give me help. Thanks!!
Avatar of Venci75
Venci75

It looks that your client tries to connect to a wrong port or this host (port) is not accessible from the client machine. May the problem is that you can't connect to the RMI registry. To check this, try to establish a connection with the telnet application from the client host:
telnet <registry host> <registry port>
Avatar of wilsontang

ASKER

hi Venci75,
     I tried to run "nmap" command and the output as follows:
Port       State       Service
21/tcp     open        ftp
25/tcp     open        smtp
135/tcp    open        loc-srv
139/tcp    open        netbios-ssn
465/tcp    open        smtps
1433/tcp   open        ms-sql-s
5800/tcp   open        vnc
5900/tcp   open        vnc
8888/tcp   open        sun-answerbook

So port 8888 is already open. I think the telnet service doesn't care. It uses tcp to make a connection via port 8888, right? How about rmi registry? Do i need to set it using a command "rmiregistry"? How can I check this table?
Thanks a lot!!
 
hi Venci75,
     I tried to run "nmap" command and the output as follows:
Port       State       Service
21/tcp     open        ftp
25/tcp     open        smtp
135/tcp    open        loc-srv
139/tcp    open        netbios-ssn
465/tcp    open        smtps
1433/tcp   open        ms-sql-s
5800/tcp   open        vnc
5900/tcp   open        vnc
8888/tcp   open        sun-answerbook

So port 8888 is already open. I think the telnet service doesn't care. It uses tcp to make a connection via port 8888, right? How about rmi registry? Do i need to set it using a command "rmiregistry"? How can I check this table?
Thanks a lot!!
 
In addition to the client and the server you have to start the rmi registry (rmiregistry from the java bin directory).
ADMINISTRATION WILL BE CONTACTING YOU SHORTLY.  Moderators Computer101 or Netminder will return to finalize these if they are still open in 14 days.  Please post closing recommendations before that time.

Below are your open questions as of today.  Questions which have been inactive for 21 days or longer are considered to be abandoned and for those, your options are:
1. Accept a Comment As Answer (use the button next to the Expert's name).
2. Close the question if the information was not useful to you, but may help others. You must tell the participants why you wish to do this, and allow for Expert response.  This choice will include a refund to you, and will move this question to our PAQ (Previously Asked Question) database.  If you found information outside this question thread, please add it.
3. Ask Community Support to help split points between participating experts, or just comment here with details and we'll respond with the process.
4. Delete the question (if it has no potential value for others).
   --> Post comments for expert of your intention to delete and why
   --> YOU CANNOT DELETE A QUESTION with comments; special handling by a Moderator is required.

For special handling needs, please post a zero point question in the link below and include the URL (question QID/link) that it regards with details.
https://www.experts-exchange.com/jsp/qList.jsp?ta=commspt
 
Please click this link for Help Desk, Guidelines/Member Agreement and the Question/Answer process.  https://www.experts-exchange.com/jsp/cmtyHelpDesk.jsp

Click you Member Profile to view your question history and please keep them updated. If you are a KnowledgePro user, use the Power Search option to find them.  

Questions which are LOCKED with a Proposed Answer but do not help you, should be rejected with comments added.  When you grade the question less than an A, please comment as to why.  This helps all involved, as well as others who may access this item in the future.  PLEASE DO NOT AWARD POINTS TO ME.

To view your open questions, please click the following link(s) and keep them all current with updates.
https://www.experts-exchange.com/questions/Q.11835018.html
https://www.experts-exchange.com/questions/Q.20006582.html
https://www.experts-exchange.com/questions/Q.20108618.html
https://www.experts-exchange.com/questions/Q.20130444.html
https://www.experts-exchange.com/questions/Q.20248693.html
https://www.experts-exchange.com/questions/Q.20268938.html
https://www.experts-exchange.com/questions/Q.20269858.html
https://www.experts-exchange.com/questions/Q.20284003.html


To view your locked questions, please click the following link(s) and evaluate the proposed answer.
https://www.experts-exchange.com/questions/Q.20131149.html

*****  E X P E R T S    P L E A S E  ******  Leave your closing recommendations if this item remains inactive another seven (7) days.  If you are interested in the cleanup effort, please click this link https://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=commspt&qid=20274643 
POINTS FOR EXPERTS awaiting comments are listed here -> https://www.experts-exchange.com/commspt/Q.20277028.html
 
Moderators will finalize this question if in @14 days Asker has not responded.  This will be moved to the PAQ (Previously Asked Questions) at zero points, deleted or awarded.
 
Thank you everyone.
 
Moondancer
Moderator @ Experts Exchange
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
PAQ'd and pts refunded
Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
Venci75
EE Cleanup Volunteer
ASKER CERTIFIED SOLUTION
Avatar of SpideyMod
SpideyMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial