This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cannot connect to CE path `127.0.0.1:8010`
Type: Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: maolvera, zach.ware
Priority: normal Keywords:

Created on 2017-10-03 22:11 by maolvera, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg303656 - (view) Author: Monica (maolvera) Date: 2017-10-03 22:11
Is there any reason it cannot connect to CE path?

C:\Users\Documents\Twister-git_hub_branch\client\executionprocess>ExecutionProcess.py -u user -e EP-name -s 127.0.0.1:8010

TWISTER_PATH is set to `C:\Users\Documents\Twister-git_hub_branch\client\executionprocess`.

Catching `Ctrl + C` signal OK.

Portable mode: Appending `C:\Users\Documents\Twister-git_hub_branch` to python path.

EP Info: Connecting to the Central Engine...
*ERROR* Cannot connect to CE path `127.0.0.1:8010`! Exiting!
Cannot connect to server! Farewell!
msg303659 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-10-03 23:11
This issue does not appear to have anything to do with the CPython interpreter or standard library, and this issue tracker is not a help forum.  Please try python-list@python.org for assistance, but you'll need to provide the other users of the list significantly more detail about what you're trying to do and how to get any kind of meaningful help.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75866
2017-10-03 23:11:26zach.waresettype: compile error ->
components: - Demos and Tools
2017-10-03 23:11:13zach.waresetstatus: open -> closed

nosy: + zach.ware
messages: + msg303659

resolution: not a bug
stage: resolved
2017-10-03 22:11:19maolveracreate