• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

unable to communicate over virtual LAN using Java IDL

 
Ranch Hand
Posts: 595
6
jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am running Hello World example using Java IDL Corba . It ran perfectly on local system and between two linux machines. Now my requirement is to run it on two linux machines which have windows in virtual box. These virtual windows have IP address as : 172.xx.xx.xx.

now when i try to run the example on these vm's, I get either of these errors:
1. some comm_failure error showing the physical IP( 192.xx.xx.xx) of the corba server. and showing connection error issue.

2. some comm_failure error showing ERROR : org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 completed: No .

I am not sure how to fix it. all the virtual systems are able to ping each other...

Can anyone throw some light on possible causes here.. I would like to mention that I am generated oldimplbase code while generating corba stubs.
Thanks!
 
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic