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

CORBA UNKNOWN 0 exception

48 views
Skip to first unread message

C. L.

unread,
Oct 22, 2001, 11:32:15 AM10/22/01
to
Running test " Test"...
Test failed because of an exception:
java.rmi.RemoteException: CORBA UNKNOWN 0 Maybe; nested exception is:
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe
at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:543)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:250)
at adminEJB._IAEAlertAdmin_Stub.start(_IAEAlertAdmin_Stub.java:489)
at test(StateTransitionTest.java:169)
at TestDriver.main(TestDriver.java:176)


------------------------------------------


I got this excpetion some time. most time, this test works fine.

What can possible cause this exception
java.rmi.RemoteException: CORBA UNKNOWN 0 Maybe; nested exception is:
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe
org.omg.CORBA.UNKNOWN: minor code: 0 completed: Maybe


Anyway to detect and fix it?


Purnendu

unread,
Oct 23, 2001, 9:36:24 AM10/23/01
to
I don't see an specific reason why this error will show up. it might
happen for a number of reasons. You can refer to WAS Inforcenter. Also
you can switch on the trace and look for more specific exception.
Excuse me if you know these steps.

1. start your Appserver and right click on it.
2. Select Trace->>>Right click on Components and select All->>Set.
3. run your application and reapeat the steps till you reproduce the
error.
4. Select Appserver->right click on it to select Trace-->Give a file
name in Dump file box and Click on Dump. This will dump the trace to
the named file.
5. Now select component-->right click and select None-->Set.

6. open the dump file in a text editor and look for the first
apperance of the exception and move forward till you get more specific
error.

hope this will help you.


---------------------------------
"C. L." <c....@utoronto.ca> wrote in message news:<9r1gj3$h1s$1...@news.boulder.ibm.com>...

0 new messages