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 "Ramandeep Kaur (JIRA)" <de...@db.apache.org> on 2006/01/27 04:54:33 UTC

[jira] Created: (DERBY-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing 
---------------------------------------------------------------------------------------------

         Key: DERBY-881
         URL: http://issues.apache.org/jira/browse/DERBY-881
     Project: Derby
        Type: Test
  Components: Regression Test Failure  
    Versions: 10.2.0.0, 10.1.2.2    
 Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
    Reporter: Ramandeep Kaur


Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:

1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
 2. Set CLASSPATh to the jars in the above directories.
 3. Run suite derbynetclientmats by giving the following command:-
 java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats

Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)

*** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
18 del
< 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
18a18
> 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
23 del
< 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
23a23
> 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
41 del
< 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
41a41
> 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
46 del
< 	1 getCharacterStream   ->Object'   	: java.io.Reader


-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Andrew McIntyre updated DERBY-881:
----------------------------------

    Fix Version: 10.1.2.5
                     (was: 10.1.2.4)

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test

>   Components: Network Client
>     Versions: 10.1.2.2, 10.2.0.0
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>      Fix For: 10.1.2.5
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Kathey Marsden updated DERBY-881:
---------------------------------

    Component:     (was: Regression Test Failure)

Took out of regression test failure.   See comment in DERBY-880
 
https://issues.apache.org/jira/browse/DERBY-880#action_12365846


> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test
>   Components: Network Client
>     Versions: 10.2.0.0, 10.1.2.2
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>      Fix For: 10.1.2.3
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik updated DERBY-881:
--------------------------------

    Component/s: Test
     Issue Type: Bug  (was: Test)

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-881
>                 URL: https://issues.apache.org/jira/browse/DERBY-881
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Client, Test
>    Affects Versions: 10.1.3.1, 10.2.1.6
>         Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>            Reporter: Ramandeep Kaur
>         Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

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


[jira] Updated: (DERBY-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Andrew McIntyre updated DERBY-881:
----------------------------------

    Fix Version: 10.1.2.4
                     (was: 10.1.2.3)

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test
>   Components: Network Client
>     Versions: 10.1.2.2, 10.2.0.0
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>      Fix For: 10.1.2.4
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Rajesh Kartha updated DERBY-881:
--------------------------------

           type: Test  (was: Bug)
    Fix Version: 10.1.2.3
       Priority: Major  (was: Critical)

- Changing the priority from 'Critical' to 'Medium'.
- Since the tests in 10.1 branch needs to be updated, the fix verison should also reflect that - 10.1.2.3

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test
>   Components: Network Client, Regression Test Failure
>     Versions: 10.1.2.2, 10.2.0.0
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>      Fix For: 10.1.2.3
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Kathey Marsden updated DERBY-881:
---------------------------------

    Component: Network Client
         type: Bug  (was: Test)
     Priority: Critical  (was: Major)

Appears to be the same or related issue to DERBY-880

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Bug
>   Components: Network Client, Regression Test Failure
>     Versions: 10.1.2.2, 10.2.0.0
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>     Priority: Critical
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Ramandeep Kaur updated DERBY-881:
---------------------------------

    Attachment: LOBTest.diff
                LOBTest.tmp
                LOBTest.tmpmstr

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test
>   Components: Regression Test Failure
>     Versions: 10.2.0.0, 10.1.2.2
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

-- 
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-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-881:
--------------------------------

    Urgency: Normal

Triaged for 10.5.3: assigned normal urgency.

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-881
>                 URL: https://issues.apache.org/jira/browse/DERBY-881
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Client, Test
>    Affects Versions: 10.1.3.1, 10.2.1.6
>         Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>            Reporter: Ramandeep Kaur
>         Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

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


[jira] Updated: (DERBY-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew McIntyre updated DERBY-881:
----------------------------------

    Fix Version/s:     (was: 10.1.4.0)

Unsetting Fix Version on Unassigned issues. Sending mail for these because these should be reviewed to see if they are still valid issues.

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-881
>                 URL: https://issues.apache.org/jira/browse/DERBY-881
>             Project: Derby
>          Issue Type: Test
>          Components: Network Client
>    Affects Versions: 10.1.3.1, 10.2.1.6
>         Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>            Reporter: Ramandeep Kaur
>         Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

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


[jira] Updated: (DERBY-881) jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing

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

Andrew McIntyre updated DERBY-881:
----------------------------------

    Fix Version: 10.1.4.0
                     (was: 10.1.2.5)

> jdbcapi/LOBTest.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-881
>          URL: http://issues.apache.org/jira/browse/DERBY-881
>      Project: Derby
>         Type: Test

>   Components: Network Client
>     Versions: 10.1.2.2, 10.2.0.0
>  Environment: OS: Windows 2000, Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15
>     Reporter: Ramandeep Kaur
>      Fix For: 10.1.4.0
>  Attachments: LOBTest.diff, LOBTest.tmp, LOBTest.tmpmstr
>
> Ran derby suite "derbynetclientmats" with Server: 10.1.2.2 (372412), Client: 10.2.0.0(37212), Testing: 10.1.2.2 (372412), jvm: sun jdk15 as following:
> 1. Create directories for  10.1.2.2 jar files (all jar files except derbyclient.jar) and 10.2.0.0 jars files (only derbyClient.jar).
>  2. Set CLASSPATh to the jars in the above directories.
>  3. Run suite derbynetclientmats by giving the following command:-
>  java org.apache.derbyTesting.functionTests.harness.RunSuite derbynetclientmats
> Test case jdbcapi/LOBTest.java failed with following diff (pasting part of diff)
> *** Start: LOBTest jdk1.5.0_02 DerbyNetClient derbynetmats:jdbcapi 2006-01-26 00:11:56 ***
> 18 del
> < 	0 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 18a18
> > 	0 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 23 del
> < 	0 getCharacterStream   ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 23a23
> > 	0 getCharacterStream   ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 41 del
> < 	1 getBinaryStream      ->		EXCEPTION (Invalid data conversion: Wrong result column type for requested conversion.)
> 41a41
> > 	1 getBinaryStream      ->		EXCEPTION (Stream of column value in result cannot be retrieved twice)
> 46 del
> < 	1 getCharacterStream   ->Object'   	: java.io.Reader

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