22 Sep 2023 08:20 AM
I tried to work the easytravel app in the VM of Azure (ubuntu 20.04), but after installation, the below status appeared and it does not work the function of credit auth.
So, I checked the logs, it is the error message in the console log below
Solved! Go to Solution.
22 Sep 2023 09:02 AM
Hello,
You need to check the permissions on the VM, seems that the web launcher can't execute the creditcardauthorize process.
Thanks,
Islam
26 Sep 2023 10:02 AM
Thanks! I tried to install it as root, executed successfully.
26 Sep 2023 10:04 AM
Great 🙂
22 Sep 2023 09:53 AM
I recommend using ET with root rights (then you will avoid such situations) - unfortunately this software is quite unreliable and generates a large number of problems.
26 Sep 2023 10:04 AM
Thanks! I tried as you suggested and was able to successfully run ET.
25 Sep 2023 07:13 AM
Hi DXC_Yoshi,
Is the same user (azureuser) is used to install and run easyTravel? easyTravel should not be installed & run as root.
It may help if you send a listing from the easyTravel installation directory (/home/azureuser/app/easytravel/easytravel-2.0.0-x64) containing file owners and permissions.
26 Sep 2023 10:13 AM
Thanks to your answer, my problem is solved.