13 Oct 2018 02:57 PM
Hello,
do you have any idea how to keep easytravel working endless using runEasyTravelNoGUI.sh
I'm starting it with nohup but after some time easyTravel is going down:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] CustomerBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] B2BBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] MobileBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] MobileBrowserBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HotDealBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HeadlessCustomerBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HeadlessAngularBaseLoad - Procedure inprocess DBMS state changed to STOPPING. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] CustomerBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] B2BBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] MobileBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] MobileBrowserBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HotDealBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HeadlessCustomerBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
2018-10-13 13:48:09 CmdLaunche TRACE [BaseLoad] HeadlessAngularBaseLoad - Procedure inprocess DBMS state changed to FAILED. Scenario hosts after change:
Regards,
Sebastian
Solved! Go to Solution.
14 Oct 2018 09:19 AM
Ok for those who also needs to run it continuesly, I've added this script to crontab to run on restart and in this way it works all the time. For Ubuntu:
@reboot /opt/easytravel-2.0.0-x64/runEasyTravelNoGUI.sh
09 Dec 2018 05:44 PM
You may want to run it this way.
This will make sure you are sending the standard out to /dev/null and running it the background.
09 Dec 2018 05:48 PM
Thx but actually I'm sending logs to file because of some reasons 🙂 I've posted my command as an example.