Got it, it seems like the ADS instance, which manages authentication, is not running or not reachable. Let’s make sure the ADS instance is up and running.
1. Start the ADS Instance
First, start the ADS instance since it’s crucial for managing other instances:
ampinstmgr -s ADS01
2. Verify ADS is Running
Make sure the ADS instance is actually running:
ampinstmgr -l
3. Restart Other Instances
Once the ADS instance is up, restart the other instances:
ampinstmgr --restartallinstances
4. Check the Auth Server URL
If you still face issues, verify the Auth Server URL:
- Go to the AMP web interface.
- Navigate to Configuration.
- Go to New Instance Defaults.
- Ensure the Auth Server URL points to your main AMP installation (e.g.,
http://localhost:8080/
).
Let’s get the ADS instance up and running first. Give these steps a try and let me know how it goes!