[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - How to print or log the values in org.jboss.test.iiop.test.P
mp123
do-not-reply at jboss.com
Thu Feb 1 04:59:44 EST 2007
Hello,
I have encountered the error while running the Testsuite with HP-UX OS, jdk1.5, JBoss AS 4.0.5.GA in the testcase
org.jboss.test.iiop.test.ParameterPassingStressTestCase
in the test test_getException
Error:
anonymous wrote :
| Invalid indirection to offset 1704
|
| java.io.IOException: Invalid indirection to offset 1704
| at com.sun.corba.se.impl.io.IIOPInputStream$ActiveRecursionManager.getObject(IIOPInputStream.java:2684)
| at com.sun.corba.se.impl.io.IIOPInputStream.inputClassFields(IIOPInputStream.java:2218)
| at com.sun.corba.se.impl.io.IIOPInputStream.inputObject(IIOPInputStream.java:1221)
| at com.sun.corba.se.impl.io.IIOPInputStream.simpleReadObject(IIOPInputStream.java:400)
| at com.sun.corba.se.impl.io.ValueHandlerImpl.readValueInternal(ValueHandlerImpl.java:327)
| at com.sun.corba.se.impl.io.ValueHandlerImpl.readValue(ValueHandlerImpl.java:293)
| at org.jacorb.util.ValueHandler.readValue(ValueHandler.java:25)
| ...
|
I have given some System.out statements in the file
anonymous wrote : <JBOSS-SRC>/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java file and run the testcase.
#cd <JBOSS-SRC>/testsuite
| #ant tests-iiop
it doesn't log any details regarding my System.out.println statements on both server.log and also in the test.log files.
How can I make the program to log the values of the variables in the program ParameterPassingStressTestCase.java?
Please help me.
Thanks in Advance,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009297#4009297
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009297
More information about the jboss-dev-forums
mailing list