Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

org.omg.CORBA.UNKNOWN: minor code: 1398079491 completed: No

0 views
Skip to first unread message

Nader

unread,
Aug 17, 2001, 4:27:06 PM8/17/01
to
I am getting the following error when a server is trying to call a
mehtod on a client and passing its reference.

Any help would be most appreciated.

org.omg.CORBA.UNKNOWN: minor code: 1398079491 completed: No
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at com.sun.corba.se.internal.iiop.ReplyMessage.getSystemException(ReplyM
essage.java:93)
at com.sun.corba.se.internal.iiop.ClientResponseImpl.getSystemException(
ClientResponseImpl.java:83)
at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.
java:204)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:459)
at _ExposedObjectStub.setProxy(_ExposedObjectStub.java:87)
at EventRouter.init(EventRouter.java:87)
at EventRouter.main(EventRouter.java:115)

Suhas Mansingh

unread,
Aug 17, 2001, 4:51:01 PM8/17/01
to
Your server is throwing an exception that is not declared in the IDL (could be
nullpointerException or any other such exception)
-Suhas
0 new messages