CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Oct 2002
    Posts
    12

    Exclamation CORBA configurations

    Hi,

    I was trying to run a server which uses the naming service to communicate with the client.........some how.......I receive this run-time error:

    Stock server error: org.omg.CORBA.ORBPackage.InvalidName
    org.omg.CORBA.ORBPackage.InvalidName
    at com.inprise.vbroker.orb.ORB.resolve_initial_references(ORB.java:712)
    at StockServer.main(StockServer.java:37)

    So anyone of you can tell me what configuration I miss until this error occur when I try to use naming service in my server program???
    Last edited by Eek; January 15th, 2003 at 10:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured