12-04-2019, 02:28 PM
Hi an2050,
I've seen the maximum recursion error occur when the docs folder is not present in the TACTIC source code. You can download a copy from the TACTIC source code,
https://github.com/Southpaw-TACTIC/TACTIC
Also, did you follow all of the instructions for installing on Windows server here,
http://community.southpawtech.com/docs/s...ws-server/
It appears you have a PortNotFree error. Is there anything else on your server using port 8081? You can use the command "netstat" in cmd.exe to see processes listening to ports.
You can at least test that TACTIC installed correctly by running TACTIC on a port you know is free (ie. 9000),
TACTIC/src/bin/startup_dev.py -p 9000
Hope this helps!
Celton
I've seen the maximum recursion error occur when the docs folder is not present in the TACTIC source code. You can download a copy from the TACTIC source code,
https://github.com/Southpaw-TACTIC/TACTIC
Also, did you follow all of the instructions for installing on Windows server here,
http://community.southpawtech.com/docs/s...ws-server/
It appears you have a PortNotFree error. Is there anything else on your server using port 8081? You can use the command "netstat" in cmd.exe to see processes listening to ports.
You can at least test that TACTIC installed correctly by running TACTIC on a port you know is free (ie. 9000),
TACTIC/src/bin/startup_dev.py -p 9000
Hope this helps!
Celton