Problem:
- Product Name: VisiBroker for C
- Product Version: 4.5
- Product Component: ORB, Borland C Builder 5.0 IDE
- Platform/OS Version: Windows 2000
When application code calls boa->obj_is_ready() it gets the exception : PortableServer_POA::AdapterNonExistent
This exception is witnessed only when the application process is run under Borland C Builder 5.0 IDE. If the process is run outside the IDE, it runs without throwing this exception. How can this exception be prevented from being thrown when the process is run through the IDE ?
Resolution:
Since the exception witnessed does not impact the running of the process, and is only seen when the process is run through the IDE, you can instruct the IDE to ignore this exception. The debugger normally ignores most of the internal CORBA exceptions, and you can specify the Borland C Builder 5.0 IDE to ignore a particular exception as follows :
1) Select Tools | Debug Options | Language Exceptions
2) Press the "Add" button
3) Add the name "PortableServer_POA::AdapterNonExistent" without the quotes.
#Security
#VisiBroker




