You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org> on 2010/04/22 12:05:50 UTC

[jira] Created: (QPID-2532) stale lock file

stale lock file
---------------

                 Key: QPID-2532
                 URL: https://issues.apache.org/jira/browse/QPID-2532
             Project: Qpid
          Issue Type: Test
          Components: C++ Broker
    Affects Versions: 0.7
         Environment: Fedora Rawhide
            Reporter: Jan Sarenik
             Fix For: 0.7


This happents quite regularly in last week but still pretty randomly
(sometimes whole make checks works well on the same revision
on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
before every compilation. And still cluster_read_credit test fails because
of following error:

(relevant part of `make check' output follows)

2010-04-22 11:54:31 warning Connection closed
2010-04-22 11:54:31 warning Connect failed: Connection refused
2010-04-22 11:54:31 warning Connection closed
Failed: Cannot establish a connection
2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
Errors stopping brokers on ports:  41519
FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2532) stale lock file

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864856#action_12864856 ] 

Alan Conway commented on QPID-2532:
-----------------------------------

The stale lock file is just a symptom. The real problem here is that the broker is crashing or exiting before the client connects. The stale lock file just indicates that we tried to stop a broker that was not running.

I have not been able to reproduce this so far. If you can reproduce it I'd like to see if the cluster0.log file has any useful information. I'll keep trying to reproduce it.


> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859768#action_12859768 ] 

Jan Sarenik commented on QPID-2532:
-----------------------------------

If it is caused by the previous test, the previous is

PASS: run_cluster_test

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>             Fix For: 0.7
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik updated QPID-2532:
------------------------------

    Attachment: core-analyze-1.txt

After all it really seems to be related to QPID-2552 and new Glibc.
See this gdb backtrace.

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log, core-analyze-1.txt
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865750#action_12865750 ] 

Jan Sarenik commented on QPID-2532:
-----------------------------------

Thanks for feed-back, Alan. I realized now that it is probably connected to
https://issues.apache.org/jira/browse/QPID-2552

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik reassigned QPID-2532:
---------------------------------

    Assignee: Alan Conway

I found this issue already reported, reassigning to you
as requested in e-mail Message-ID: <4B...@redhat.com>

You can find my unsuccessful try to cope with this issue at
http://github.com/jsarenik/qpid/commit/23713b2fc999a1fc4119ba06a7296ecd3f8260d4

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik updated QPID-2532:
------------------------------

    Attachment:     (was: core-analyze-1.txt)

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik updated QPID-2532:
------------------------------

    Comment: was deleted

(was: Cleansed output.)

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log, core-analyze-1.txt
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Issue Comment Edited: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865793#action_12865793 ] 

Jan Sarenik edited comment on QPID-2532 at 5/10/10 11:02 AM:
-------------------------------------------------------------

I am attaching a recent cluster0.log file which should contain
some relevant info because the cluster_read_credit failed
during that run.

This was done on qpid r942293.

      was (Author: jasan):
    I am attaching a recent cluster0.log file which should contain
some relevant info because the cluster_read_credit failed
during that run.
  
> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863764#action_12863764 ] 

Jan Sarenik commented on QPID-2532:
-----------------------------------

>From the e-mail I sent recently, the error message is generally the same:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PASS: run_cluster_test
2010-04-29 20:27:17 warning Connection closed
2010-04-29 20:27:17 warning Connect failed: Connection refused
2010-04-29 20:27:17 warning Connection closed
Failed: Cannot establish a connection
2010-04-29 20:27:17 critical Unexpected error: Removing stale lock file /tmp/qpidd.46939.pid
Errors stopping brokers on ports:  46939
FAIL: cluster_read_credit
PASS: test_watchdog
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

And this was run on qpid-r939184.

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik updated QPID-2532:
------------------------------

    Attachment: core-analyze-1.txt

Cleansed output.

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log, core-analyze-1.txt
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2532) stale lock file

Posted by "Jan Sarenik (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Sarenik updated QPID-2532:
------------------------------

    Attachment: cluster0.log

I am attaching a recent cluster0.log file which should contain
some relevant info because the cluster_read_credit failed
during that run.

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2532) stale lock file

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway closed QPID-2532.
-----------------------------

    Resolution: Duplicate

Closed as duplicate of QPID-2552

> stale lock file
> ---------------
>
>                 Key: QPID-2532
>                 URL: https://issues.apache.org/jira/browse/QPID-2532
>             Project: Qpid
>          Issue Type: Test
>          Components: C++ Broker
>    Affects Versions: 0.7
>         Environment: Fedora Rawhide
>            Reporter: Jan Sarenik
>            Assignee: Alan Conway
>             Fix For: 0.7
>
>         Attachments: cluster0.log, core-analyze-1.txt
>
>
> This happents quite regularly in last week but still pretty randomly
> (sometimes whole make checks works well on the same revision
> on which it did not a while ago). I do `rm -rf ~/.qpidd; qpid clean -xfd'
> before every compilation. And still cluster_read_credit test fails because
> of following error:
> (relevant part of `make check' output follows)
> 2010-04-22 11:54:31 warning Connection closed
> 2010-04-22 11:54:31 warning Connect failed: Connection refused
> 2010-04-22 11:54:31 warning Connection closed
> Failed: Cannot establish a connection
> 2010-04-22 11:54:31 critical Unexpected error: Removing stale lock file /home/jsarenik/.qpidd/qpidd.41519.pid
> Errors stopping brokers on ports:  41519
> FAIL: cluster_read_credit

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org