Hi,
- We could access your saas account and paid139 host fine from our end ,but it looks the issue is from agent instance, please check if there are any proxy or firewall rules at your network end, in case of proxy we need to add below args before -javaagent and this change needs a restart, Hope that information helps:
-Dappdynamics.http.proxyHost= -Dappdynamics.http.proxyPort=
We can check from shell console on host "imb-web" to check connectivity:
shell> telnet paid139.saas.appdynamics.com 443
shell> telnet JscBankofGeorgia.saas.appdynamics.com 443
[Thread-0] 06 Oct 2015 17:26:58,563 INFO XMLConfigManager - Default Host Identifier Resolver using host name for unique host identifier [imb-web]
[AD Thread Pool-Global1] 06 Oct 2015 17:28:00,461 WARN ConfigurationChannel - Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [paid139.saas.appdynamics.com], port[443], exception [Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]]
..[AD Thread Pool-Global1] 06 Oct 2015 17:28:00,461 ERROR ConfigurationChannel - Exception: Connect to paid139.saas.appdynamics.com:443 [paid139.saas.appdynamics.com/69.27.44.204] failed: Connection refused
org.apache.http.conn.HttpHostConnectException: Connect to paid139.saas.appdynamics.com:443 [paid139.saas.appdynamics.com/69.27.44.204] failed: Connection refused
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:140)
Regards,
Arun
Hi,
- We could access your saas account and paid139 host fine from our end ,but it looks the issue is from agent instance, please check if there are any proxy or firewall rules at your network end, in case of proxy we need to add below args before -javaagent and this change needs a restart, Hope that information helps:
-Dappdynamics.http.proxyHost= -Dappdynamics.http.proxyPort=
We can check from shell console on host "imb-web" to check connectivity:
shell> telnet paid139.saas.appdynamics.com 443
shell> telnet JscBankofGeorgia.saas.appdynamics.com 443
[Thread-0] 06 Oct 2015 17:26:58,563 INFO XMLConfigManager - Default Host Identifier Resolver using host name for unique host identifier [imb-web]
[AD Thread Pool-Global1] 06 Oct 2015 17:28:00,461 WARN ConfigurationChannel - Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [paid139.saas.appdynamics.com], port[443], exception [Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]]
..[AD Thread Pool-Global1] 06 Oct 2015 17:28:00,461 ERROR ConfigurationChannel - Exception: Connect to paid139.saas.appdynamics.com:443 [paid139.saas.appdynamics.com/69.27.44.204] failed: Connection refused
org.apache.http.conn.HttpHostConnectException: Connect to paid139.saas.appdynamics.com:443 [paid139.saas.appdynamics.com/69.27.44.204] failed: Connection refused
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:140)
Regards,
Arun
Thank you akumar. Thats it!