Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on 06-01-2021 09:46 AM
This article outlines the initial troubleshooting steps to take when you can’t access your Enterprise Console's user interface.
The following are the troubleshooting steps AppDynamics Support Engineers start with, but customers can certainly self-test using the same process.
<platform>/platform-admin/logs/platform-admin-server.log
<platform>/mysql/logs/database.log
/opt/appdynamics/platform/platform-admin/conf/PlatformAdminApplication.yml
ps -ef | grep mysql
ps -ef | grep java
netstat -anp | grep 9191
curl -v http://<ec_host>:9191/service/version
curl -v https://<ec_host>:9191/service/version
cat /etc/hosts
ping -c1 $(hostname)
If you complete the preceding steps and the results were all positive, with no issues observed, then the network that connects your workstation and the Enterprise Console needs an in-house inspection from your network or Unix team.
It will help continued troubleshooting if you capture some additional detail by executing the following commands to stop and then start the EC using bash -x.
<platform-admin>/bin/platform-admin.sh stop-platform-admin
bash -x <platform-admin>/bin/platform-admin.sh start-platform-admin
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form