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:53:50 UTC

[jira] Closed: (DERBY-589) hang on shutdown on zOS (os/390) with Network Server when starting and shutting down networkserver from the same class

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

Manjula Kutty closed DERBY-589.
-------------------------------

       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 

> hang on shutdown on zOS (os/390) with Network Server when starting and shutting down networkserver from the same class
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-589
>                 URL: https://issues.apache.org/jira/browse/DERBY-589
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.1.1.0
>         Environment: java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
> IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 z/OS s390x-64 j9mz641420-20040826
> (JIT enabled)
> J9VM - 20040825_0123_BHdSMr
> JIT  - r7_level20040824_1802)
>            Reporter: Myrna van Lunteren
>            Priority: Minor
>             Fix For: 10.3.1.5
>
>
> Network server tests hung in tests DerbyNetAutoStart and NSinSameJVM. Also duplicated when running java -Dframework=DerbyNet or -Dframework=DerbyNetClient org.apache.derbyTesting.functionTests.tests.derbynet.NSinSameJVM.
> The test fails on the final shutdown, with the following stack:
> -----------------------
> 3XMTHREADINFO      "main" (TID:0x3650B9B8, sys_thread_t:0x360B4A00, state:R, native ID:0x358796D0) prio=5
> 4XESTACKTRACE          at java.net.SocketInputStream.socketRead0(Native Method)
> 4XESTACKTRACE          at
> java.net.SocketInputStream.read(SocketInputStream.java:153)
> 4XESTACKTRACE          at
> java.net.SocketInputStream.read(SocketInputStream.java:114)
> 4XESTACKTRACE          at
> org.apache.derby.impl.drda.NetworkServerControlImpl.fillReplyBuffer(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derby.impl.drda.NetworkServerControlImpl.ping(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derbyTesting.functionTests.tests.derbynet.NSinSameJVM.<init>(Unknown Source)
> 4XESTACKTRACE          at
> org.apache.derbyTesting.functionTests.tests.derbynet.NSinSameJVM.main(Unknown Source)
> 3XHNATIVESTATE       Native Thread State: USER RUNNING
> 3XHNATIVEDATA        Native Stack Data: base: 354b7de4 top: 0 pointer:
> 35537de4 used(cab4821c) free(35537de4)
> 3XHMONITORHELD       Monitors Held: (not implemented)
> NULL
> NULL
> -----------------------

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