Question
myQA Cockpit cannot be opened and the IBAWebserverWrapper service is not started. How can I solve this issue?
Answer
If the IBAWebserverWrapper cannot be restarted, it might be due to the port used by myQA Cockpit being blocked by another application. To solve this issue the port in the nginx.conf file has to be re-assigned.
Step 1
Open the nginx.conf file (folder: C:\Program Files (x86)\IBA Dosimetry\myQA-Cockpit\WebSite\conf)
Step 2
In case HTTP is used change the port in the following line (port number written in italic):
…
server {
listen 80;
…
In case HTTPS is used:
…
server {
listen 443 default ssl;
…
Step 3
Go back to the services and right-click on the row of IBAWebserverWrapper to restart it