Python Forum

Full Version: Cannot connect to CE path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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-cont...015-10.pdf
Is the "Central Engine" running?  On port 8010?  That doc says the default is 8000, fyi