You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Robert Kowalski (JIRA)" <ji...@apache.org> on 2016/09/14 12:40:20 UTC

[jira] [Commented] (COUCHDB-3050) sometimes couchdb build from master returns 503 and does not boot up

    [ https://issues.apache.org/jira/browse/COUCHDB-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490339#comment-15490339 ] 

Robert Kowalski commented on COUCHDB-3050:
------------------------------------------

also applies to the docker image we use now:

[ * ] Setup environment ... ok
[ * ] Ensure CouchDB is built ... ok
[ * ] Prepare configuration files ... ok
[ * ] Start node node1 ... ok
[ * ] Start node node2 ... ok
[ * ] Start node node3 ... ok
[ * ] Check node at http://127.0.0.1:15984/ ... failed: [Errno socket error] [Errno 111] Connection refused
[ * ] Check node at http://127.0.0.1:25984/ ... failed: [Errno socket error] [Errno 111] Connection refused
[ * ] Check node at http://127.0.0.1:35984/ ... ok
[ * ] Check node at http://127.0.0.1:15984/ ... ok
[ * ] Check node at http://127.0.0.1:25984/ ... ok
[ * ] Running cluster setup ... failed: [Errno 111] Connection refused
Traceback (most recent call last):
  File "/usr/src/couchdb/dev/run", line 535, in <module>
    main()
  File "/usr/src/couchdb/dev/run", line 81, in main
    startup(ctx)
  File "/usr/src/couchdb/dev/run", line 308, in startup
    cluster_setup(ctx)
  File "/usr/src/couchdb/dev/run", line 65, in wrapper
    res = func(*args, **kwargs)
  File "/usr/src/couchdb/dev/run", line 397, in cluster_setup
    add_node(lead_port, node_port, *ctx['admin'])
  File "/usr/src/couchdb/dev/run", line 429, in add_node
    'Content-Type': 'application/json'})
  File "/usr/lib/python2.7/httplib.py", line 1001, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 1035, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 997, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 850, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 812, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 793, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
socket.error: [Errno 111] Connection refused

> sometimes couchdb build from master returns 503 and does not boot up
> --------------------------------------------------------------------
>
>                 Key: COUCHDB-3050
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3050
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 2.0.0
>            Reporter: Robert Kowalski
>
> sometimes a couchdb build from master with haproxy returns a 503 and does not boot up.
> example: https://travis-ci.org/apache/couchdb-fauxton/builds/141268935#L5878



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)