ALM-1033 Redis Process Exception on eUDC
Some of the possible causes:
- The server is suddenly powered off.
- The user terminates the Redis process by running a kill command, or the OS crashes.
To fix it please follow these steps:
- Log in to the server as user ubp.
- Run the following command to switch to user root:
su - root
- Restart the Redis database service as user root.
service redis restart
Stopping... Redis stopped Starting Redis server... Redis is running...




