Common Issues
Last updated
Last updated
Problem An Internal Server error is displayed when trying to access the Qommentary Manager
Possible causes
Rewrite module missing
Install the URL Rewrite module included in the Software Dependencies section
Corrupted .NET Core Hosting Bundle
Try repairing the bundle. Otherwise, uninstalling and re-installing.
Qommentary Manager/Engine bindings to invalid or expired SSL certificates
Bind a valid SSL certificate to the Qommentary Manager/Engine sites.
Problem A Service Unavailable error is displayed when trying to access the Qommentary Manager.
Possible Causes
Qommentary Engine application pool stopped
Try re-starting the Engine service and accessing the Qommentary Manager again from a browser. If the service is stopped again, try the troubleshooting steps below.
.NET Core Framework or one of it's components might be corrupted
1. Open a cmd line terminal
2. CD into the Qommentary Engine folder under the installation path
3. Run "C:\Program Files\dotnet\dotnet.exe" "C:\Program Files\Qommentary\Qommentary Engine\Qommentary.Api.dll"
If you see the following screen, there is an issue with the .NET Core Framework installation:
Try repairing Microsoft Visual C++ Redistributable (x64). If you encounter any issues repairing the component, it might be related to missing Windows updates. Try updating Windows and repairing the component again
QlikClient certificate is not installed
Export certificates from Qlik Sense and install client.pfx
URL Rewrite version not compatible with Windows version
1. Open Event Viewer 2. Select Application Logs 3. Check if there's any errors related to rewrite.dll failing to load
Install the supported URL Rewrite module included in the Software Dependencies section.
Problem Extension hangs on spinning wheel when trying to update or delete a commentary.
Possible cause Wev Dav might be enabled in IIS and is interfering with PUT and DELETE methods.
To disable the module, follow these steps:
Open Server Manager
Click on Add Roles and Features
Jump to Server Roles
Look for Web Server (IIS) > Web Server > Common HTTP features
Untick WebDAV Publishing
Click on Next and Install
For more information on disabling Web Dav in IIS, please refer to this guide.