Common technical issues and quick debug solutions
The `git clone` command is not working.
Error when deploying: `docker.errors.DockerException`
Error when deploying: `Failed to execute script docker-compose`
Error when deploying: `Cannot start service proxy: Ports are not available`
Error when deploying: `Invalid memory configuration - exceeds physical memory`
Invalid memory configuration - exceeds physical memory
.This happens if ZeusCloud requires more memory than available on Docker Desktop. Some fixes includedocker-compose.yaml
file, reduce the values of NEO4J_dbms_memory_pagecache_size
, NEO4J_dbms.memory.heap.initial_size
, and NEO4J_dbms_memory_heap_max__size
. The default values are 250m
.Error when deploying: `botocore.exceptions.NoRegionError`
botocore.exceptions.NoRegionError
in the logs for the cartography container.This may be because you have not assigned a region to the named profile that ZeusCloud is using to connect to your AWS environment. Edit the AWS_CONFIG_FILE
(default is ~/.aws/config
) to specify a region for the named profile.No rules or alerts on the webpage
WEBSITE_DOMAIN
and REACT_APP_API_DOMAIN
environment variables in the .env
file before deploying. Examples are http://<your-vm-ip>:80
or https://<your-deployed-domain>:443
.I'd like to restart ZeusCloud from scratch.
make clean
and then redeploy.