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 "Manjula Kutty (JIRA)" <ji...@apache.org> on 2007/09/27 22:35:50 UTC

[jira] Closed: (DERBY-2938) DataSourceReference Test fails with I/O Error on ZOS with ibm15

     [ https://issues.apache.org/jira/browse/DERBY-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Kutty closed DERBY-2938.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 10.3.1.5

The issue didn't show up in the recent tests ran on the Zos with derby build number 576651 

> DataSourceReference Test fails with I/O Error on ZOS with ibm15
> ---------------------------------------------------------------
>
>                 Key: DERBY-2938
>                 URL: https://issues.apache.org/jira/browse/DERBY-2938
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>    Affects Versions: 10.3.1.4
>         Environment: OS/390 AQH8 18.00 03 2084
> sysinfo:
> $ java org.apache.derby.tools.sysinfo
> ------------------ Java Information ------------------
> Java Version:    1.5.0
> Java Vendor:     IBM Corporation
> Java home:       /Z18HF1/usr/lpp/java/J5.0
> Java classpath:  .:/u/vanlm/103/myjars/derby.jar:/u/vanlm/103/myjars/derbytools.
> jar:/u/vanlm/103/myjars/derbyclient.jar://u/vanlm/103/myjars/derbynet.jar:/u/van
> lm/103/myjars/derbyLocale_de_DE.jar:/u/vanlm/103/myjars/derbyLocale_es.jar:/u/va
> nlm/103/myjars/derbyLocale_fr.jar:/u/vanlm/103/myjars/derbyLocale_it.jar:/u/vanl
> m/103/myjars/derbyLocale_ja_JP.jar:/u/vanlm/103/myjars/derbyLocale_ko_KR.jar:/u/
> vanlm/103/myjars/derbyLocale_pt_BR.jar:/u/vanlm/103/myjars/derbyLocale_zh_CN.jar
> :/u/vanlm/103/myjars/derbyLocale_zh_TW.jar:/u/vanlm/103/myjars/functionTests.jar
> :/u/vanlm/103/myjars/derbyTesting.jar:/u/vanlm/103/myjars/derbyrun.jar:/u/vanlm/
> 103/myjars/jakarta-oro-2.0.8.jar:/u/vanlm/103/myjars/junit.jar:/u/vanlm/103/myja
> rs/derbyrun.jar
> OS name:         z/OS
> OS architecture: s390
> OS version:      01.08.00
> Java user name:  VANLM
> Java user home:  /u/vanlm
> Java user dir:   /u/vanlm/103tmptst
> java.specification.name: Java Platform API Specification
> java.specification.version: 1.5
> --------- Derby Information --------
> JRE - JDBC: J2SE 5.0 - JDBC 3.0
> [/u/vanlm/103/myjars/derby.jar] 10.3.1.1 beta - (551289M)
> [/u/vanlm/103/myjars/derbytools.jar] 10.3.1.1 beta - (551289M)
> [/u/vanlm/103/myjars/derbynet.jar] 10.3.1.1 beta - (551289M)
> [/u/vanlm/103/myjars/derbyclient.jar] 10.3.1.1 beta - (551289M)
> ------------------------------------------------------
> ----------------- Locale Information -----------------
> Current Locale :  [English/United States [en_US]]
> Found support for locale: [cs]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [de_DE]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [es]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [fr]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [hu]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [it]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [ja_JP]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [ko_KR]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [pl]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [pt_BR]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [ru]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [zh_CN]
>          version: 10.3.1.1 - (551289M)
> Found support for locale: [zh_TW]
>          version: 10.3.1.1 - (551289M)
> ------------------------------------------------------
>            Reporter: Manjula Kutty
>             Fix For: 10.3.1.5
>
>
> The failing test is testDSReference. The test took a very long time and my first guess was the test is hanging. Nohup command was not functioning properly on ZOS. So tried without the nohup and finally I got the error. I could reproduce the same more than one time. Here is the stack trace
> 111     testDSReference(org.apache.derbyTesting.functionTests.tests.jdbcapi.Data
> SourceReferenceTest)
> java.net.SocketException: EDC5122I Input/output error.
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:155)
>         at java.net.SocketInputStream.read(SocketInputStream.java:116)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.fillReplyBuffer(U
> nknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknow
> n Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.pingWithNoOpen(Un
> known Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.ping(Unknown Sour
> ce)
>         at org.apache.derby.drda.NetworkServerControl.ping(Unknown Source)
>         at org.apache.derbyTesting.junit.NetworkServerTestSetup.pingForServerSta
> rt(NetworkServerTestSetup.java:388)
>         at org.apache.derbyTesting.junit.NetworkServerTestSetup.pingForServerSta
> rt(NetworkServerTestSetup.java:445)
>         at org.apache.derbyTesting.junit.NetworkServerTestSetup.waitForServerSta
> rt(NetworkServerTestSetup.java:357)
>         at org.apache.derbyTesting.junit.NetworkServerTestSetup.setUp(NetworkSer
> verTestSetup.java:128)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.extensions.TestSetup.run(TestSetup.java:23)
>         at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57
> )        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.extensions.TestSetup.run(TestSetup.java:23)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>         at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.extensions.TestSetup.run(TestSetup.java:23)
>         at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57
> )
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at TimeRunner4.main(TimeRunner4.java:34)
> DataSourceReferenceTest:client failed:

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