Python Forum
Cannot connect to CE path - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Cannot connect to CE path (/thread-5441.html)



Cannot connect to CE path - maolvera - Oct-03-2017

Hi,
I've been trying to install Twister testing for a while now, and I get getting this error: *ERROR* Cannot connect to CE path 127.0.0.1:8010! Exiting!
The manual for Twister says to run this command: ExecutionProcess.py -u username -e EP-name -s 127.0.0.1:8010, which I did.

This is what I put in my command window:
------------------------------------------------------------------------------------------------------------------------------------
C:\Users\username>cd C:\Users\username\DocumentsTwister-git_hub_branch\client\executionprocess

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

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

Catching Ctrl + C signal OK.

Portable mode: Appending C:\Users\username\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!

------------------------------------------------------------------------------------------------------------------------------------
I got the directions from their (twister) manual, section 14.21.
http://twistertesting.luxoft.com/wp-content/uploads/2015/10/Telecom_Twister_User-Guide_2015-10.pdf


RE: Cannot connect to CE path - nilamo - Oct-04-2017

Is the "Central Engine" running?  On port 8010?  That doc says the default is 8000, fyi