[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

RMI Problem - Urgent

Asked by wilsontang in Java Programming Language

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!!
[+][-]02/19/03 02:52 PM, ID: 7984153Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Java Programming Language
Sign Up Now!
Solution Provided By: SpideyMod
Participating Experts: 3
Solution Grade: B
 
[+][-]04/02/02 05:41 AM, ID: 6912828Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/02/02 07:36 PM, ID: 6914836Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/02/02 07:49 PM, ID: 6914854Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/02/02 10:50 PM, ID: 6915155Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/22/02 04:15 PM, ID: 6961434Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/12/03 02:10 AM, ID: 7932516Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92