NullPointerException in  updatelocks.sql encryption tests on IBM 1.6
--------------------------------------------------------------------

                 Key: DERBY-4973
                 URL: https://issues.apache.org/jira/browse/DERBY-4973
             Project: Derby
          Issue Type: Bug
            Reporter: Kathey Marsden


The IBM 1.6 results for Jan 13, 2011 show the following failure for IBM 1.6 on 
XP


*** End:   TestEnc jdk1.6.0 DerbyNetClient derbynetclientmats:encodingTests 
2011-01-14 00:05:38 ***
********* Diff file derbyall/encryptionAll/storemats/storemats/updatelocks.diff
*** Start: updatelocks jdk1.6.0 storemats:storemats 2011-01-14 00:18:37 ***
19859a19860,19868
> ERROR 38000: The exception 'java.lang.NullPointerException' was thrown while 
> evaluating an expression.
> ERROR XJ001: Java exception: ': java.lang.NullPointerException'.
> ij> next scan_cursor;
> A          |B          |C                                                     
>                                                                           
> --------------------------------------------------------------------------------------------------------------------------------------------------------
> -3         |-30        |-three                                                
>                                                                           
> ij> update a set a=3,b=30,c='three' where current of scan_cursor;
> 1 row inserted/updated/deleted
> ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname;
19861a19871
> APP     |UserTran|TABLE   |1   |IX  |A           |Tablelock |GRANT|ACTIVE  
19866,19876d19875
< -3         |-30        |-three                                                
                                                                          
< ij> update a set a=3,b=30,c='three' where current of scan_cursor;
< 1 row inserted/updated/deleted
< ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname;
< USERNAME|TRANTYPE|TYPE    |CNT |MODE|TABNAME     |LOCKNAME  |STATE|STATUS  
< ---------------------------------------------------------------------------
< APP     |UserTran|TABLE   |1   |IX  |A           |Tablelock |GRANT|ACTIVE  
< APP     |UserTran|TABLE   |1   |X   |A           |Tablelock |GRANT|ACTIVE  
< ij> next scan_cursor;
< A          |B          |C                                                     
                                                                          
< 
--------------------------------------------------------------------------------------------------------------------------------------------------------
Test Failed.
*** End:   updatelocks jdk1.6.0 storemats:storemats 2011-01-14 00:19:24 ***
------------------------------------------------------

I will look for and attach the stack trace.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to