Applicable to:
- SolusIO
Symptoms
- SolusIO displays blank page
- In browser DevTool(F12) there is the following error:
SVM_ERROR: Uncaught SyntaxError: malformed hexadecimal character escape sequence
Cause
nginx docker container corrupted on SolusIO Management node.
Resolution
- Connect to SolusIO Management node via SSH
- Backup SolusIO
- Fetch the nginx container image full name:
# docker ps | grep nginx | awk {'print $2'}
For example:
# docker ps | grep nginx | awk {'print $2'}
624819242197.dkr.ecr.eu-central-1.amazonaws.com/nxt/nginx:1.1.21754 - Reinstall the image using the full name:
# docker image rm 624819242197.dkr.ecr.eu-central-1.amazonaws.com/nxt/nginx:1.1.21754
# docker image pull 624819242197.dkr.ecr.eu-central-1.amazonaws.com/nxt/nginx:1.1.21754
Comments
0 comments
Please sign in to leave a comment.