Problem testing corba application
"Decoster Jean Louis" <[email protected]> Mon, 5 Dec 2005 14:44:48 +0100
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am testing some codes using a c++ server and a java client with
orbacus solution.
When I perform a request from the client, the server side stops with the
following:
C++ console:
Warning: Servant method raised a non-CORBA exception
Client receives this exception as CORBA::UBKNOWN
Operation name:"getNew"
Id: iiop
Locale address: ...:2480
Remote address: .....2490
Debug window:
Thread 0xE94 wurde mit Code 0 (0x0) beendet.
Nicht abgefangene Ausnahme in Cons.exe (OB430D.DLL): 0xC0000005: Access
Violation.
Nicht abgefangene Ausnahme in Cons.exe: 0xC0000005: Access Violation.
Nicht abgefangene Ausnahme in Cons.exe (KERNEL32.DLL): 0xE06D7363:
Microsoft C++ Exception.
Nicht abgefangene Ausnahme in Cons.exe (KERNEL32.DLL): 0xE06D7363:
Microsoft C++ Exception.
Skeleton trace:
void
POA_TestIdl::placetableCorba::_OB_op_getNew(OB::Upcall_ptr _ob_up)
{
_OB_preUnmarshal(_ob_up);
_OB_postUnmarshal(_ob_up);
::TestIdl::placeCorba_var _ob_r = getNew();
_OB_postinvoke(_ob_up);
OB::OutputStreamImpl* _ob_out = _OB_preMarshal(_ob_up);
OBMarshal(_ob_r.in(), _ob_out);
_OB_postMarshal(_ob_up);
}
void
OBMarshal(TestIdl::placeCorba_ptr _ob_v, OB::OutputStreamImpl* _ob_out)
{
_ob_out -> write_Object(_ob_v); System crash during execution of
this statement !
}
I am confused with this failure. Can you help me or send me
information's how to proceed to solve such failures?
Thank you very much for your prompt answer.
Sincerely yours
Jean-Louis Decoster
_______________________________________________
OB-Users Mailing List - [email protected]
http://mail.ooc.nf.ca/mailman/listinfo/ob-users
Visit our support FAQ before you send a message.
http://www.orbacus.com/faq/support.html