[jboss-dev-forums] [Design of JBoss IIOP on JBoss] - Re: CORBA_BAD_INV_ORDER running AS 5 IIOP tests with JDK 6
Jeff Zhang
do-not-reply at jboss.com
Wed Apr 23 21:30:00 EDT 2008
I had tested both JDK5 and JDK6 and mix them.
AS Server Tests
JDK5 JDK5 PASS
JDK6 JDK6 FAIL
JDK5 JDK6 FAIL
JDK6 JDK5 PASS
So JDK6/JacORB client failed the tests.
There are log information in test.log:
=================
2008-04-22 21:20:23,546 DEBUG [jacorb.orb.giop] ClientConnectionManager: cannot release ClientGIOPConnection to 127.0.0.1:3528 (115d06c) (still has 1 client(s))
2008-04-22 21:20:23,546 DEBUG [jacorb.orb.delegate] Delegate released!
2008-04-22 21:20:23,546 INFO [jacorb.orb] prepare ORB for shutdown...
2008-04-22 21:20:23,546 INFO [jacorb.orb] ORB going down...
2008-04-22 21:20:23,546 DEBUG [jacorb.orb.giop.conn] GIOPConnectionManager.shutdown(), 0 connections
2008-04-22 21:20:23,546 DEBUG [jacorb.giop.conn] ClientGIOPConnection to 127.0.0.1:3528 (115d06c): close()
==================
Please see the log "prepare ORB for shutdown..."
If we use JDK5, we can't find the same information in the log file.
Some code call the shutdown() somewhere.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146381#4146381
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146381
More information about the jboss-dev-forums
mailing list