Hello Friends,
i am facing the problem in VISIBROKER 4.5.1 in c++
the program is nut running..NameService is not running...
cout<<"Before Cosnaming Service"<<endl;
CORBA::Object_var obj1;
try
{
obj1 = orb->resolve_initial_references("NameService"
}
cout<<"After Cosnaming Service"<<endl;
CosNaming::NamingContext_var inc = CosNaming::NamingContext::_narrow(obj1);
if(CORBA::is_nil(inc))
{
printf("NameService binding failed\n"
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
i am facing the problem in VISIBROKER 4.5.1 in c++
the program is nut running..NameService is not running...
cout<<"Before Cosnaming Service"<<endl;
CORBA::Object_var obj1;
try
{
obj1 = orb->resolve_initial_references("NameService"
}
cout<<"After Cosnaming Service"<<endl;
CosNaming::NamingContext_var inc = CosNaming::NamingContext::_narrow(obj1);
if(CORBA::is_nil(inc))
{
printf("NameService binding failed\n"
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