<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 12/29/2011 10:20 AM, Rajesh Khan wrote:
    <blockquote
cite="mid:CAAESXAO1NEtK7kCkorFAdazSNrf77LBrYW6f-J3ZPs=Jfq8Rxw@mail.gmail.com"
      type="cite">Thanks for the reply Mark , however i am still unable
      to access the object. My java code is<br>
      <br>
      <span style="color:rgb(0,0,102)">Properties props = new
        Properties();</span><br style="color:rgb(0,0,102)">
      <span style="color:rgb(0,0,102)">
        props.put("org.omg.CORBA.ORBInitRef",
        "NameService=corbaname::XPA::2809");</span><span
        style="color:rgb(0,0,102)"></span><br>
    </blockquote>
    ...<br>
    <blockquote
cite="mid:CAAESXAO1NEtK7kCkorFAdazSNrf77LBrYW6f-J3ZPs=Jfq8Rxw@mail.gmail.com"
      type="cite">
      <div id=":69">could u spot any faults ?? or any suggestions on how
        to resolve this issue ??<br>
      </div>
    </blockquote>
    <br>
    Does the Java ORB require "corbaname::" or can you use the standard
    "corbaloc::"? And you probably have too many colons between the
    machine name and the port number. Using machine names without a
    fully qualified name is quite often a source of problems. And having
    trouble when using fully qualified names usually implies a DNS
    configuration problem.<br>
    <br>
    ORBs have debugging capabilities. You should probably figure out how
    to use them to help with these and future connectivity problems.<br>
    <br>
    hth<br>
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Tom<br>
    <br>
  </body>
</html>