OS Name/Version: Win 10, 2004 (19041.804)
Product Name/Version: AMP 2.1.0.12
Problem Description:
ADS instance, installed as service, does not appear to start correctly. ampinstmgr -l
lists it as running, as does Windows Services tool. However, I cannot reach it via http://localhost:8080
and there is nothing in the logs to indicate that it restarted. The last log entry includes prior shutdown message that does not change after trying to restart the instance/service.
Steps to reproduce / Actions taken to resolve so far:
- Tried rebooting
- Tried restarting with
ampinstmgr -r AMPInstance1-ADS
- Tried restarting with Windows Services tool
- Instance logs do not update, even after changing
Monitoring.LogLevel=0
- Changing
Monitoring.ProduceStartupScripts=True
in AMPConfig.conf does not create a startup batch file netstat -an | find "LISTENING"
does not list anything listening on 8080
Given the above, I feel strongly that it is a startup problem rather than something like a firewall problem. (Also, because things were working before I upgraded everything.)
Any idea how else to troubleshoot this? Is there an easy way to try starting from the command line, given that ProduceStartupScripts=True
is not working?