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 "Kathey Marsden (JIRA)" <ji...@apache.org> on 2008/04/02 23:43:28 UTC

[jira] Created: (DERBY-3590) Hang in suites.All on Linux with IBM 1.6

Hang in suites.All  on Linux with IBM 1.6
-----------------------------------------

                 Key: DERBY-3590
                 URL: https://issues.apache.org/jira/browse/DERBY-3590
             Project: Derby
          Issue Type: Bug
          Components: Network Server
    Affects Versions: 10.5.0.0
         Environment: SUSE LInux with java version:
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr1-20080307_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20080305_17755 (JIT enabled, AOT enabled)
J9VM - 20080305_017755_lHdSMr
JIT  - r9_20080304_1821
GC   - 20080305_AB)
JCL  - 20080301_01

            Reporter: Kathey Marsden


With IBM 1.6 suites.All will hang after finishing testUpdatePurgedTuple1  with the following message in the derby.log
Could not listen on port 1527 on host 127.0.0.1:
 java.net.BindException: Address already in use
An exception was thrown during network server startup. DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
 java.net.BindException: Address already in use
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.apache.derby.iapi.jdbc.DRDAServerStarter.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:735)
Caused by: java.lang.Exception: DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
 java.net.BindException: Address already in use
        at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
        at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
        at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source)
        ... 5 more

The server seems to be partially  up.   Any attempt to ping it will hang  I will attach the javacore with the thread dump.



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


[jira] Commented: (DERBY-3590) Hang in suites.All on Linux with IBM 1.6

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585267#action_12585267 ] 

Kathey Marsden commented on DERBY-3590:
---------------------------------------

Sorry accidentally put this comment on DERBY-3110 the first time.
I am thinking this may be a problem with synchronization with Derby rather than a problem with the JVM. The thread dump shows a ping thread waiting for response from the server and ClientThread waiting to accept connections.  If I try to ping the server once the hang occurs my client hangs, as though, the ClientThread is accepting connections, but not designating a thread to pick them up.



> Hang in suites.All  on Linux with IBM 1.6
> -----------------------------------------
>
>                 Key: DERBY-3590
>                 URL: https://issues.apache.org/jira/browse/DERBY-3590
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.5.0.0
>         Environment: SUSE LInux with java version:
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build pxi3260sr1-20080307_01)
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20080305_17755 (JIT enabled, AOT enabled)
> J9VM - 20080305_017755_lHdSMr
> JIT  - r9_20080304_1821
> GC   - 20080305_AB)
> JCL  - 20080301_01
>            Reporter: Kathey Marsden
>         Attachments: javacore.zip
>
>
> With IBM 1.6 suites.All will hang after finishing testUpdatePurgedTuple1  with the following message in the derby.log
> Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> An exception was thrown during network server startup. DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.derby.iapi.jdbc.DRDAServerStarter.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:735)
> Caused by: java.lang.Exception: DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source)
>         ... 5 more
> The server seems to be partially  up.   Any attempt to ping it will hang  I will attach the javacore with the thread dump.

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


[jira] Closed: (DERBY-3590) Hang in suites.All on Linux with IBM 1.6

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

Kathey Marsden closed DERBY-3590.
---------------------------------

    Resolution: Invalid

Closing this issue because it is a JVM issue.  There should be a fix with the upcoming IBM 1.6 SR2 release.


> Hang in suites.All  on Linux with IBM 1.6
> -----------------------------------------
>
>                 Key: DERBY-3590
>                 URL: https://issues.apache.org/jira/browse/DERBY-3590
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.5.0.0
>         Environment: SUSE LInux with java version:
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build pxi3260sr1-20080307_01)
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20080305_17755 (JIT enabled, AOT enabled)
> J9VM - 20080305_017755_lHdSMr
> JIT  - r9_20080304_1821
> GC   - 20080305_AB)
> JCL  - 20080301_01
>            Reporter: Kathey Marsden
>            Assignee: Kathey Marsden
>         Attachments: javacore.zip
>
>
> With IBM 1.6 suites.All will hang after finishing testUpdatePurgedTuple1  with the following message in the derby.log
> Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> An exception was thrown during network server startup. DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.derby.iapi.jdbc.DRDAServerStarter.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:735)
> Caused by: java.lang.Exception: DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source)
>         ... 5 more
> The server seems to be partially  up.   Any attempt to ping it will hang  I will attach the javacore with the thread dump.

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


[jira] Updated: (DERBY-3590) Hang in suites.All on Linux with IBM 1.6

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

Kathey Marsden updated DERBY-3590:
----------------------------------

    Attachment: javacore.zip

javacore with the threads at the time of the hang.


> Hang in suites.All  on Linux with IBM 1.6
> -----------------------------------------
>
>                 Key: DERBY-3590
>                 URL: https://issues.apache.org/jira/browse/DERBY-3590
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.5.0.0
>         Environment: SUSE LInux with java version:
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build pxi3260sr1-20080307_01)
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20080305_17755 (JIT enabled, AOT enabled)
> J9VM - 20080305_017755_lHdSMr
> JIT  - r9_20080304_1821
> GC   - 20080305_AB)
> JCL  - 20080301_01
>            Reporter: Kathey Marsden
>         Attachments: javacore.zip
>
>
> With IBM 1.6 suites.All will hang after finishing testUpdatePurgedTuple1  with the following message in the derby.log
> Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> An exception was thrown during network server startup. DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.derby.iapi.jdbc.DRDAServerStarter.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:735)
> Caused by: java.lang.Exception: DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source)
>         ... 5 more
> The server seems to be partially  up.   Any attempt to ping it will hang  I will attach the javacore with the thread dump.

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


[jira] Assigned: (DERBY-3590) Hang in suites.All on Linux with IBM 1.6

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

Kathey Marsden reassigned DERBY-3590:
-------------------------------------

    Assignee: Kathey Marsden

> Hang in suites.All  on Linux with IBM 1.6
> -----------------------------------------
>
>                 Key: DERBY-3590
>                 URL: https://issues.apache.org/jira/browse/DERBY-3590
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.5.0.0
>         Environment: SUSE LInux with java version:
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build pxi3260sr1-20080307_01)
> IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260-20080305_17755 (JIT enabled, AOT enabled)
> J9VM - 20080305_017755_lHdSMr
> JIT  - r9_20080304_1821
> GC   - 20080305_AB)
> JCL  - 20080301_01
>            Reporter: Kathey Marsden
>            Assignee: Kathey Marsden
>         Attachments: javacore.zip
>
>
> With IBM 1.6 suites.All will hang after finishing testUpdatePurgedTuple1  with the following message in the derby.log
> Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> An exception was thrown during network server startup. DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.derby.iapi.jdbc.DRDAServerStarter.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:735)
> Caused by: java.lang.Exception: DRDA_ListenPort.S:Could not listen on port 1527 on host 127.0.0.1:
>  java.net.BindException: Address already in use
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
>         at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source)
>         ... 5 more
> The server seems to be partially  up.   Any attempt to ping it will hang  I will attach the javacore with the thread dump.

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