This article provides a guide for how to fix JetBackup Stuck on Loading Screen.
Error Information
Sometimes, an error occurs when accessing JetBackup in WHM. This error involves the loading screen being stuck and not advancing to the JetBackup management interface.
How to Fix JetBackup Stuck on Loading Screen
To resolve this issue, follow the steps provided below:
- Login to SSH as root user for the JetBackup server.
- Run the following command:
service jetmongod restart
- Check the status, by running the following command:
service jetmongod status
- If the service still fails, verify that jetmongod has the correct socket permissions:
chmod +X /tmp/mongodb-27217.sock;chmod +X /tmp/;chown mongod:mongod /tmp/mongodb-27217.sock;
- Run the following command:
service jetmongod restart
- Verify the fix by accessing the JetBackup plugin from WHM interface.
Congratulations, you have now fixed JetBackup stuck on loading screen error.