Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello Friends, i am facing the

Status
Not open for further replies.

parida

Programmer
Jul 13, 2001
2
IN
Hello Friends,

i am facing the problem in VISIBROKER 4.5.1 in c++

the program is nut running..NameService is not running...


cout<<&quot;Before Cosnaming Service&quot;<<endl;
CORBA::Object_var obj1;
try
{
obj1 = orb->resolve_initial_references(&quot;NameService&quot;);
}
cout<<&quot;After Cosnaming Service&quot;<<endl;


CosNaming::NamingContext_var inc = CosNaming::NamingContext::_narrow(obj1);
if(CORBA::is_nil(inc))
{
printf(&quot;NameService binding failed\n&quot;);
exit(1);
}


And giving the problems below....



Before Cosnaming Service
After Cosnaming Service
Exception: CORBA::UNKNOWN
Minor: 1330446336
Completion Status: NO




So give me the possible solution as soon as possible/.....



sridhar


 
Hi,
I'm facing the same problem, so if you find a solution
please send me mail.

thanks in advance,

Daniel Or

daniel.or@emblaze.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top