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 "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2008/04/16 03:14:21 UTC

[jira] Created: (DERBY-3627) derbynet/DerbyNetAutoStart.java with DerbyNetClient fails intermittently on iseries

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.


[jira] Updated: (DERBY-3627) derbynet/DerbyNetAutoStart.java with DerbyNetClient fails intermittently on iseries

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

Myrna van Lunteren updated DERBY-3627:
--------------------------------------

    Attachment: derbynet.log
                derby.log

Attaching all files that may have info of the one time I saw when a rerun of the test by itself also failed.

> 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
>         Attachments: derby.log, derbynet.log, DerbyNetAutoStart.diff, DerbyNetAutoStart.out, DerbyNetAutoStart.tmp
>
>
> 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.


[jira] Updated: (DERBY-3627) derbynet/DerbyNetAutoStart.java with DerbyNetClient fails intermittently on iseries

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

Myrna van Lunteren updated DERBY-3627:
--------------------------------------

    Attachment: DerbyNetAutoStart.diff
                DerbyNetAutoStart.out
                DerbyNetAutoStart.tmp

> 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
>         Attachments: derby.log, derbynet.log, DerbyNetAutoStart.diff, DerbyNetAutoStart.out, DerbyNetAutoStart.tmp
>
>
> 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.