Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
After installing, upgrading to Qlik Sense Enterprise April 2019 or later, or changing the Central node hostname (or hostname for the postgreSQL server) the Qlik Sense node(s) remains offline.
Review the SERVERNAME_System_Repository log files located in C:\ProgramData\Qlik\Sense\Log\Repository\Trace\
Verify if one of the below errors can be found:
There was an error contacting the license service. Keep retrying... (1 failed requests) GET /v1/licenses/overview StatusCode: InternalServerError Response: Could not connect to the license service.
There was an error contacting the license service. Keep retrying... (60 failed requests) GET /v1/licenses/overview StatusCode: InternalServerError"
The Windows Event (Application) log may report the following:
The description for Event ID 300 from source Qlik Sense Service Dispatcher cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
The following information was included with the event:
Unexpected termination (0) for process 0
Facility = Resource Distribution
ExePath = Node\node.exe
Script = ..\ResourceDistributionService\server.js
A number of possible root causes have been identified.
Open a cmd prompt with elevated permission and run:
netstat -aon | findstr 9200
If port 9200 is running, verify that the PID listed connects from Licenses.exe, which shows the service is up.
Also check if the Qlik Sense node's License service is trying to connect to the correct FQDN and Port where the postgreSQL databases (Licenses and QSMQ) are located.
The services may not be communicating correctly due to network configuration issues, such as a proxy between the nodes. This will probably result in the logs containing "Unexpected character encountered while parsing value" in the error line.
On the Qlik Sense nodes do the following:
Note: Even if the other RIM are set up with a proxy server or proxy PAC and that works. Please disable it for testing purposes on the non-working node. If your problem is fixed by this action you will need to engage your proxy support team.
It can also be that the server's cryptographic settings are not compatible with the Qilk Sense Licensing service. A stable fix for this is planned by RnD for the February 2020 release of Qlik Sense.
This will align your Server, protocol and client cryptographic settings with common best practices, should allow the repository to communicate with the licenses server.
! This workaround is only applicable if a LEF is used to license Qlik Sense. If a Signed License key is used, the workaround cannot be used.
The following two parameters need to be added to the Repository Service in the Windows Registry:
-licensetestmode (April and June 2019)
-testmode=license (September 2019 and later)
Should neither of the above methods help, please contact Qlik Support at support.qlik.com. When submitting a ticket, include the Qlik Sense Repository log files and the License log files.