10-11-2019, 07:20 PM
You should get a final line saying:
Starting TACTIC v4.7.0.a11 ...
For some reason, if your run startup.py, it gives more information:
[03/Oct/2019:21:53:14] ENGINE Bus STARTING
[03/Oct/2019:21:53:14] ENGINE Serving on http://127.0.0.1:8081
[03/Oct/2019:21:53:14] ENGINE Bus STARTED
What does it say when you run startup.py. My guess is that TACTIC is not able to secure whatever port you have it set to in your tactic config file ($TACTIC_DATA_DIR/config/tactic-conf.xml) and it is waiting for that port to free up.
Starting TACTIC v4.7.0.a11 ...
For some reason, if your run startup.py, it gives more information:
[03/Oct/2019:21:53:14] ENGINE Bus STARTING
[03/Oct/2019:21:53:14] ENGINE Serving on http://127.0.0.1:8081
[03/Oct/2019:21:53:14] ENGINE Bus STARTED
What does it say when you run startup.py. My guess is that TACTIC is not able to secure whatever port you have it set to in your tactic config file ($TACTIC_DATA_DIR/config/tactic-conf.xml) and it is waiting for that port to free up.