Go to documentation repository
Installation
Attention!
- License Server cannot be installed on the same computer as Axxon One. If you have Axxon One installed on your computer, you must dedicate a separate computer to install the License Server.
- Port 443 must be open.
To install the private License Server in Windows OS, do the following:
- Create an activation request (see Creating an activation request).
- Contact an AxxonSoft manager to get the necessary License-server_InstallerWix.zip package and the keyfile.zip license key package for the private License Server.
The keyfile.zip key package contains:Certificate: ngp.licserver.crt
- Private key: ngp.licserver.key
Server key: server.license.key
Client key: license.key
- Run the License-server.msi file from the package, received from an AxxonSoft manager. The installation will be performed in the C:\Program Files\Common Files\VMS\VMS License Server directory.
After the installation, the following will be added:- The VMS License Server program will be added to Programs and Features.
- The VMS_License_Service will be added to Services. It will start immediately after the installation. After restarting the Server, the service will start automatically. In Task Manager in Processes, the process of the running service is called license_service.exe. After the process is finished, a new process will start in one minute.
- Add the LEASE_ACCOUNTER_TLS_AUTH_ENABLED system variable with the value true (see Appendix 9. Creating system variable).
- Stop the VMS_License_Service in Services.
- Add the server.license.key to the C:\Program Files\Common Files\VMS\VMS License Server\keys folder.
- Rename the ngp.licserver.key private key to ls.key and the ngp.licserver.crt certificate to ls.crt and add them to the C:\Program Files\Common Files\VMS\VMS License Server folder. Confirm the file replacement.
- Start the VMS_License_Service.
- Stop the VMS_License_Service.
- In the C:\Program Files\Common Files\VMS\VMS License Server\keys folder, delete the server.license.key. Only the key named as the system ID must remain in the folder.
- Start the VMS_License_Service.
Installing the private License Server in Windows OS is complete. The License Server web interface will be available at https://127.0.0.1:444/ (see Logging in to the License Server web interface).
Possible issues
Connection error
Axxon One may fail to establish a connection with License Server. This can occur due to network-level connection blocking.
In such cases, it is recommended to disable the firewall on both the Axxon One computer and the License Server computer.
Additionally, ensure that port 443 is not occupied by another process.
License Server certificate replacement
In some cases, antivirus software may replace the certificate received from the License Server (including public certificates), leading to errors in the logs:
~[22384]; 2024-05-28; 10:34:59.557; DEBUG; /LicenseService/App/: ngp certificate path: C:/ProgramData\ITV\IntellectX\Tickets\ngp.ca ~[22384]; 2024-05-28; 10:34:59.620; ERROR; /LicenseService/App/: HttpClient: error in performing http request - err:Peer certificate cannot be authenticated with given CA certificates, method:POST, headers:
To resolve this, it is recommended to disable traffic interception in the antivirus software. This will ensure that the License Server's certificate is accepted without modifications, allowing the system to function correctly.
License Server error: port 8080 is occupied
The following error may appear in the License Server logs:
{"app":"LicenseServer","err":"listen tcp :8080: bind: An attempt was made to access a socket in a way forbidden by its access permissions.","level":"error","msg":"exited with error","time":"2022-06-09T09:23:59.471","version":{"PlanKey":"ASIP-LSG","BranchName":"develop","BuildNumber":"69","RevisionNumber":"e89e4088018e47ed982d6f74ed9c4abecde94859"}}
This error indicates that the server cannot use port 8080 due to operating system-level restrictions.
To fix this, it is recommended to disable the IIS (Internet Information Services) service. This will free up port 8080, allowing the License Server to function properly.