1
0
-1

Here,I try to deploy the nsinit.BPMN20.xml while the pod(nslcm) gets started.So I set DEPLOY_WORKFLOW_WHEN_START = True for auto deploy.But while the pod gets started,it throws connection refused error for auto_deploy.The vfc-workflow pod is running fine in 10550,but it throws socket error.

ERROR INFO:

File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1609, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1351, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1272, in _conn_request
conn.connect()
File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 928, in connect
raise socket.error, msg
error: [Errno 111] Connection refused

And,in the workflow pod 10550 is in listen state only

Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 :::10550 :::* LISTEN


    CommentAdd your comment...