This week's book giveaway is in the Cloud/Virtualization forum.
We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

java.rmi.ConnectException

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends,
I'm facing a problem with RMI communication when my Server is running on Redhat Linux 7.0 and Client is running on Windows NT 4.0. I'm getting the following Error. On all other combinations of Linux and Windows it is working.
java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested excepti
on is:
java.net.ConnectException: Connection refused: no further information
I read some posts, and they say, it is problem with /etc/hosts file. I tried changing it but in vain.
Any Help is appreciated.
Thanks,
Ravi.
 
Ravikiran Choppalli
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hope somebody can address this issue.
I read somewhere that jdk1.3 on redhat7 is not supporting RMI correctly. How far is that true ?
Thanks,
Ravi.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i tested my application with redhat linux 7.1 running the server and Win2000 the client and it worked fine !i was running jdk1.3 installation on both the machines.
rmi works fine without any glitches on redhat 7.1/jdk1.3
cheers
pac
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic