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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR : org.omg.CORBA.UNKNOWN: minor code: 1398079491

Status
Not open for further replies.

gopalshah

Programmer
Dec 18, 2001
1
0
0
US
I am getting this error as I am passing a sequence as a out parameter in a function. How should I implement this function as I have the sequence as only parameter. Any suggestion will be helpful. Thanks.

ERROR : org.omg.CORBA.UNKNOWN: minor code: 1398079491 completed: No
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(ReplyMessage.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 iBankApp._iBankStub.SessionAllocRec(_iBankStub.java:74)
at iBankClient.main(iBankClient.java:25)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top