Troubleshooting
|
Issue |
What is happening |
Solution |
|---|---|---|
|
Run |
Insufficient memory has been set for Docker on the local server. |
Increase Docker memory. |
|
In a Linux server/VM, run |
The |
Set the |
|
Running |
|
Run |
|
Run |
The container cannot connect to the SQL Server/instance. |
Fix the connection string - make sure to use IP. Make sure that the SQL Server allows SQL log in and that Port 1433, on the server where SQL is located, is open. |
|
Sonitrol CORE has been set up to use http, all containers are running, but Sonitrol CORE is not displaying in the browser. |
HTTP is being used by another service. |
Either stop the HTTP service (net stop http) or change the port. |
|
Some of the containers are not running. |
Either the correct images have not been loaded or are in the process of being loaded. |
Pull/load the images of the missing container using |
|
After updating Sonitrol CORE, the arcoservice container is erratic. One moment it is running, the next it is not. |
There has been a database schema change in the update which has not been implemented. |
Rebuild the views/state of the database. |
|
Docker cannot start because there is an instance already running. |
Docker is already being run as a server, so running Docker again causes this issue. |
Stop Docker from starting up on boot. Go to Docker > Settings and untick Start on Login. |
|
Running arcoservice using |
Secrets were removed (left swarm) or have not been created at all. |
Use |
|
When installing the gateway schemas, logs indicate that there is an unauthorized token. |
The gateway username or password has been changed. |
When installing the gateway schemas, supply the environment variables ARCO_USER and ARCO_PASSWORD. |
|
Sonitrol CORE occasionally crashes. |
The user who set up Docker is logged out from the server. |
Run Sonitrol CORE as a service using NSSM or remove the automatic log out. |