Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
3.2.0
-
7fb8bc589 (dev), 251118d56 (3.3), 0a92549b6 (dev), 00d48599f (dev), 0bc8c38b4 (dev), f8748c754 (dev), 971c228f4 (dev), f8118a917 (3.3), 28eba806b (3.3), d99538f02 (3.3), 0b997795a (3.3), c423ea600 (3.3), 1813f027f (dev), c18ea8c5d (3.3.0), 9364280f5 (dev)
-
License server development 34, License server development 35
Description
The messages that qt-license-server CLI shows users upon errors could be simplified a lot.
For example:
C:\Qt\LicenseManagementTools\QtLicenseServer\3.2.0\QtLicenseServer\Windows10_x86_64>qt-license-server.exe release -u 10.10.10.10 -ui jsmith
Encountered error during reservation releasing: connect ETIMEDOUT 10.10.10.10:80
Could become:
Cannot release reservation: cannot connect to <URL:port>
And then we could tell users what probably went wrong and how they can recover from the error. In the above, I had no license server running at the URL, so that is probably one thing the users could be asked to check.