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.