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 "Vemund Østgaard (JIRA)" <ji...@apache.org> on 2007/05/24 14:52:17 UTC

[jira] Created: (DERBY-2688) Network server sometimes not available when tests in jdbcapi suite is run

Network server sometimes not available when tests in jdbcapi suite is run
-------------------------------------------------------------------------

                 Key: DERBY-2688
                 URL: https://issues.apache.org/jira/browse/DERBY-2688
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.2.2.1
         Environment: Suse Linux Enterprise Server 10, Linux 2.6.16.21-0.8-smp
Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)

            Reporter: Vemund Østgaard


Two runs of derbyall on a Suse Linux machine has shown two different tests in the jdbcapi part of derbyall failing in the same way, both times run in the derbynetclient framework. It seems that when the test is executed it expects a network server to allready have been started at "localhost", but this is probably not the case as the tests fail from the first statement with:

> ERROR 08001: java.net.ConnectException : Error connecting to server xxxFILTERED_HOSTNAMExxx on port 1527 with message Connection refused.
28a30
> IJ ERROR: Unable to establish connection
29a32
> IJ ERROR: Unable to establish connection
31 del

...

There are no logs available from the code that starts the network server, which might have shown the cause of why it (most likely) is not running. The logs from the derby database seems to either be missing or have been overwritten by later tests in the same suite.


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


[jira] Commented: (DERBY-2688) Network server sometimes not available when tests in jdbcapi suite is run

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648590#action_12648590 ] 

Vemund Østgaard commented on DERBY-2688:
----------------------------------------

I haven't been involved in testing Derby for several months, but cannot remember seeing this problem for a long time before that. I would think this issue can safely be closed.

> Network server sometimes not available when tests in jdbcapi suite is run
> -------------------------------------------------------------------------
>
>                 Key: DERBY-2688
>                 URL: https://issues.apache.org/jira/browse/DERBY-2688
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.2.1
>         Environment: Suse Linux Enterprise Server 10, Linux 2.6.16.21-0.8-smp
> Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
>            Reporter: Vemund Østgaard
>
> Two runs of derbyall on a Suse Linux machine has shown two different tests in the jdbcapi part of derbyall failing in the same way, both times run in the derbynetclient framework. It seems that when the test is executed it expects a network server to allready have been started at "localhost", but this is probably not the case as the tests fail from the first statement with:
> > ERROR 08001: java.net.ConnectException : Error connecting to server xxxFILTERED_HOSTNAMExxx on port 1527 with message Connection refused.
> 28a30
> > IJ ERROR: Unable to establish connection
> 29a32
> > IJ ERROR: Unable to establish connection
> 31 del
> ...
> There are no logs available from the code that starts the network server, which might have shown the cause of why it (most likely) is not running. The logs from the derby database seems to either be missing or have been overwritten by later tests in the same suite.

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


[jira] Commented: (DERBY-2688) Network server sometimes not available when tests in jdbcapi suite is run

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

Kathey Marsden commented on DERBY-2688:
---------------------------------------

Is this issue still a problem?


> Network server sometimes not available when tests in jdbcapi suite is run
> -------------------------------------------------------------------------
>
>                 Key: DERBY-2688
>                 URL: https://issues.apache.org/jira/browse/DERBY-2688
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.2.1
>         Environment: Suse Linux Enterprise Server 10, Linux 2.6.16.21-0.8-smp
> Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
>            Reporter: Vemund Østgaard
>
> Two runs of derbyall on a Suse Linux machine has shown two different tests in the jdbcapi part of derbyall failing in the same way, both times run in the derbynetclient framework. It seems that when the test is executed it expects a network server to allready have been started at "localhost", but this is probably not the case as the tests fail from the first statement with:
> > ERROR 08001: java.net.ConnectException : Error connecting to server xxxFILTERED_HOSTNAMExxx on port 1527 with message Connection refused.
> 28a30
> > IJ ERROR: Unable to establish connection
> 29a32
> > IJ ERROR: Unable to establish connection
> 31 del
> ...
> There are no logs available from the code that starts the network server, which might have shown the cause of why it (most likely) is not running. The logs from the derby database seems to either be missing or have been overwritten by later tests in the same suite.

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


[jira] Resolved: (DERBY-2688) Network server sometimes not available when tests in jdbcapi suite is run

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

Kathey Marsden resolved DERBY-2688.
-----------------------------------

    Resolution: Cannot Reproduce

Problem hasn't been seen for some time. Resolving CannotReproduce.


> Network server sometimes not available when tests in jdbcapi suite is run
> -------------------------------------------------------------------------
>
>                 Key: DERBY-2688
>                 URL: https://issues.apache.org/jira/browse/DERBY-2688
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.2.1
>         Environment: Suse Linux Enterprise Server 10, Linux 2.6.16.21-0.8-smp
> Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)
>            Reporter: Vemund Østgaard
>
> Two runs of derbyall on a Suse Linux machine has shown two different tests in the jdbcapi part of derbyall failing in the same way, both times run in the derbynetclient framework. It seems that when the test is executed it expects a network server to allready have been started at "localhost", but this is probably not the case as the tests fail from the first statement with:
> > ERROR 08001: java.net.ConnectException : Error connecting to server xxxFILTERED_HOSTNAMExxx on port 1527 with message Connection refused.
> 28a30
> > IJ ERROR: Unable to establish connection
> 29a32
> > IJ ERROR: Unable to establish connection
> 31 del
> ...
> There are no logs available from the code that starts the network server, which might have shown the cause of why it (most likely) is not running. The logs from the derby database seems to either be missing or have been overwritten by later tests in the same suite.

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