Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.4.2.0
-
None
-
Linux 2.6.16.60-0.34-bigsmp #1 SMP Fri Jan 16 14:59:01 UTC 2009 i686 i686 i386 GNU/Linux;
java -version:
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr3-20081106_07(SR3))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20081105_25433 (JIT enabled, AOT enabled)
J9VM - 20081105_025433_lHdSMr
JIT - r9_20081031_1330
GC - 20081027_AB)
JCL - 20081106_01Linux 2.6.16.60-0.34-bigsmp #1 SMP Fri Jan 16 14:59:01 UTC 2009 i686 i686 i386 GNU/Linux; java -version: java version "1.6.0" Java(TM) SE Runtime Environment (build pxi3260sr3-20081106_07(SR3)) IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20081105_25433 (JIT enabled, AOT enabled) J9VM - 20081105_025433_lHdSMr JIT - r9_20081031_1330 GC - 20081027_AB) JCL - 20081106_01
Description
I see the following stack trace on line 22615 of the redirected output:
Thread finished: 1
complete initial data
total memory: 50713600 free: 3130088 Tue Mar 31 23:39:47 PDT 2009
java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.utils.Datatypes.update_one_row(Datatypes.java:612)
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:387)
Exception in thread "Thread-9" java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:435)
java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.utils.Datatypes.update_one_row(Datatypes.java:612)
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:387)
Exception in thread "Thread-10" java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:435)
java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.utils.Datatypes.update_one_row(Datatypes.java:612)
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:387)
Exception in thread "Thread-11" java.lang.NullPointerException
at org.apache.derbyTesting.system.sttest.Sttest.run(Sttest.java:435)
quantity in pick_some is: 1
0 rows deleted
Matching this up with the derby.log - the first entry in derby.log is 2009-04-01 03:01:52.432 GMT, and ls -al shows 2009-03-31 20:01 PDT for the creation of testDB, so time diff was 7 hours - shows nothing of interest. The last entry in derby.log is at 2009-04-01 06:52:15.595 GMT, so only 3 hours later.
I've seen the same thing 3 times - this needs to be analyzed further.
I will also run on another machine, and run with sane jars to see if we get any stack trace of other help from derby.log.