You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Suresh Thalamati (JIRA)" <de...@db.apache.org> on 2006/08/16 00:23:17 UTC

[jira] Created: (DERBY-1702) lang/outparams.java and jdbcapi/parameterMapping.java fail on J9 ibm 131 jvm .

lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .
-------------------------------------------------------------------------------

                 Key: DERBY-1702
                 URL: http://issues.apache.org/jira/browse/DERBY-1702
             Project: Derby
          Issue Type: Test
          Components: Test
    Affects Versions: 10.2.2.0, 10.3.0.0
         Environment: ava user name:  cloudtest
Java user home:  C:\Documents and Settings\cloudtest
Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
java.specification.name: Java Platform API Specification
java.specification.version: 1.3

            Reporter: Suresh Thalamati
             Fix For: 10.2.2.0, 10.3.0.0
         Attachments: outparams.diff, outparams.out, parameterMapping.diff

diffs :

< 	Exception SQL Exception: No input parameters.
27a27
> 	Exception java.sql.SQLException: No input parameters.
29 del
< 	Exception SQL Exception: No input parameters.
29a29


most probaly a master update issues. 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1702) lang/outparams.java and jdbcapi/parameterMapping.java fail on J9 ibm 131 jvm .

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren updated DERBY-1702:
--------------------------------------

    Attachment: DERBY-1702-main_20060828.diff
                DERBY-1702_102_20060828.diff

2 patches - 1 for the trunk & 1 for 10.2 - with relevant master updates.

> lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .
> -------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren updated DERBY-1702:
--------------------------------------

        Summary: j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)  (was: lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .)
    Environment: 
ava user name:  cloudtest
Java user home:  C:\Documents and Settings\cloudtest
Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
java.specification.name: Java Platform API Specification
java.specification.version: 1.3
--------------

  was:
ava user name:  cloudtest
Java user home:  C:\Documents and Settings\cloudtest
Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
java.specification.name: Java Platform API Specification
java.specification.version: 1.3



> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1702) lang/outparams.java and jdbcapi/parameterMapping.java fail on J9 ibm 131 jvm .

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren updated DERBY-1702:
--------------------------------------

    Derby Info: [Patch Available, Regression]  (was: [Regression])

> lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .
> -------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1702?page=comments#action_12432088 ] 
            
Myrna van Lunteren commented on DERBY-1702:
-------------------------------------------

Thanks Andrew, for committing the iepnegative master patch...
May I also aks for a commit of the older patch which contained the outparams & parameterMapping masters - DERBY-1702_main_20060828.diff?
Apologies that I didn't make it clear the newer patch was in addition to the older one...


> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, DERBY-1702_102_iepneg_20060831.diff2, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1702?page=comments#action_12432071 ] 
            
Andrew McIntyre commented on DERBY-1702:
----------------------------------------

Committed DERBY-1702_102_iepneg_20060831.diff2 patch to trunk with revision 439209.

> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, DERBY-1702_102_iepneg_20060831.diff2, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (DERBY-1702) lang/outparams.java and jdbcapi/parameterMapping.java fail on J9 ibm 131 jvm .

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren reassigned DERBY-1702:
-----------------------------------------

    Assignee: Myrna van Lunteren

> lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .
> -------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren updated DERBY-1702:
--------------------------------------

    Attachment: DERBY-1702_102_iepneg_20060831.diff2

uploaded svn stat result by mistake. The real diff is now in DERBY-1702_102_iepneg_20060831.diff2. 
This patch was made on 10.2, but the same result is valid for trunk and the patch actually may apply against the trunk.

> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, DERBY-1702_102_iepneg_20060831.diff2, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1702) lang/outparams.java and jdbcapi/parameterMapping.java fail on J9 ibm 131 jvm .

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren updated DERBY-1702:
--------------------------------------

    Attachment: DERBY-1702_102_iepneg_20060831.diff

After a long time, finally we had a successful wctme5.7_foundation (aka j9_foundation) run, and with that jvm the test i18n/iepnegativetests_ES.sql also failed with this diff. I am attaching a master/canon update for the j9_foundation file, hopefully I don't need a separate jira entry for this...

> lang/outparams.java and jdbcapi/parameterMapping.java fail on  J9 ibm 131 jvm .
> -------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.3.0.0, 10.2.2.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren resolved DERBY-1702.
---------------------------------------

    Resolution: Fixed
    Derby Info: [Regression]  (was: [Patch Available, Regression])

Fixes for this issue went in to trunk with:
 439209 (iepnegativetests_ES.out)  to trunk, mega-merged as 439377; 
 439335 (outparams & parameterMapping) to trunk

I'll leave this one resolved but not closed until Rick's merged 439335 also.

> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0, 10.2.2.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.2.2.0, 10.3.0.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, DERBY-1702_102_iepneg_20060831.diff2, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DERBY-1702) j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1702?page=all ]

Myrna van Lunteren closed DERBY-1702.
-------------------------------------


last missing piece merged into 10.2 with 441540

> j9 canon update needed for SQLException string (outparams, parameterMapping, iepnegativetests_ES)
> -------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-1702
>                 URL: http://issues.apache.org/jira/browse/DERBY-1702
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.2.2.0, 10.3.0.0
>         Environment: ava user name:  cloudtest
> Java user home:  C:\Documents and Settings\cloudtest
> Java user dir:   C:\cloudtst\jartest\JarResults.2006-08-11\wsdd5.6_derbyall
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.3
> --------------
>            Reporter: Suresh Thalamati
>         Assigned To: Myrna van Lunteren
>             Fix For: 10.2.2.0, 10.3.0.0
>
>         Attachments: DERBY-1702-main_20060828.diff, DERBY-1702_102_20060828.diff, DERBY-1702_102_iepneg_20060831.diff, DERBY-1702_102_iepneg_20060831.diff2, outparams.diff, outparams.out, parameterMapping.diff
>
>
> diffs :
> < 	Exception SQL Exception: No input parameters.
> 27a27
> > 	Exception java.sql.SQLException: No input parameters.
> 29 del
> < 	Exception SQL Exception: No input parameters.
> 29a29
> most probaly a master update issues. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira