0 Replies Latest reply on Feb 1, 2007 4:59 AM by mp123

    How to print or log the values in org.jboss.test.iiop.test.P

    mp123

      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:

      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
      <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,