derbynet/DerbyNetAutoStart.java with DerbyNetClient fails intermittently on
iseries
-----------------------------------------------------------------------------------
Key: DERBY-3627
URL: https://issues.apache.org/jira/browse/DERBY-3627
Project: Derby
Issue Type: Bug
Components: Regression Test Failure
Affects Versions: 10.3.1.4, 10.4.1.1
Environment: iseries; seen with ibm142 & 10.3.1.4; now also ibm16 &
10.4.1.1
Reporter: Myrna van Lunteren
I've seen the test derbynet/DerbyNetAutoStart with DerbyNetClient fail on
iseries; but I've seen it pass too. Usually it passes when rerun separately by
itself, but not always.
Here's the diff:
*** Start: DerbyNetAutoStart jdk1.6.0 DerbyNetClient derbynetmats:derbynetmats
2008-04-08 20:01:31 ***
6 del
< PASSED.
6 add
> Server start failed: java.net.ConnectException : Error connecting to server
> xxxFILTERED_HOSTNAMExxx on port 1527 with message A remote host refused an
> attempted connect operation..
> java.sql.SQLException: java.net.ConnectException : Error connecting to server
> xxxFILTERED_HOSTNAMExxx on port 1527 with message A remote host refused an
> attempted connect operation..
> Caused by: org.apache.derby.client.am.DisconnectException:
> java.net.ConnectException : Error connecting to server
> xxxFILTERED_HOSTNAMExxx on port 1527 with message A remote host refused an
> attempted connect operation..
> ... 6 more
> Caused by: java.net.ConnectException: A remote host refused an attempted
> connect operation.
> ... 12 more
> FAILED.
Test Failed.
*** End: DerbyNetAutoStart jdk1.6.0 DerbyNetClient derbynetmats:derbynetmats
2008-04-08 20:02:32 ***
This looks quite similar to DERBY-2178 (which is logged as specific for ibm15,
but in fact has a comment about ibm142 also showing the problem, and there too,
the problem appears intermittent based on subsequent comments).
I think this may turn out to be a test issue, but for now marking as bug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.