• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic