Splunk AppDynamics

Could not connect to the controller/invalid response from controller, controller host [SaaS domain], port[443]

Yatphiroon_Prem
Engager

Hi,

I have an issue of the connection between an installed AppAgent (Java) in Application Server (On-Premise, Linux CentOS), which is already mapped to Public IP, and SaaS Controller (License expires : 14/02/2024)

By the way I've already set up proxy on /etc/profile, and my Application Server be able to curl the SaaS Controller,
but the following errors still occur like there's another configures i need to set up more but I have no idea Y_Y :

[AD Thread Pool-Global0]  WARN ConfigurationChannel - Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [SaaS domain], port[443]

[AD Thread Pool-Global0] ERROR NetVizAgentRequest -  Fatal transport error while connecting to URL [http://127.0.0.1:3892/api/agentinfo?timestamp=0&agentType=APP_AGENT&agentVersion=2.4.0]: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:3892 [/127.0.0.1] failed: Connection refused (Connection refused)

[AD Thread Pool-Global1] WARN NetVizConfigurationChannel - NetViz-ConfigChannel-039 : NetViz configuration retrieval failed with reason [Connection back off limitation in effect: /controller/instance/null/netvizagentconfiguration]

Labels (3)
0 Karma
1 Solution

Sunil_Agarwal
Communicator

Hi @Yatphiroon.Prempree ,

[AD Thread Pool-Global0] ERROR NetVizAgentRequest - Fatal transport error while connecting to URL [http://127.0.0.1:3892/api/agentinfo?timestamp=0&agentType=APP_AGENT&agentVersion=2.4.0]: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:3892 [/127.0.0.1] failed: Connection refused (Connection refused)

Do you have network agent running? App agent appears to be attempting connection with network agent. You can disable the following to stop these error messages if you don't have network agent.
OR
You can ignore those errors as it should  not have any impact.

Disable Socket Instrumentation

  1. In the Controller, click the gear icon in the top right  and choose AppDynamics Agents > App Server Agents.
  2. Select the agent in the table and click Configure. The App Server Agent Configuration page appears.
  3. Select the application, tier, and node in the treeview (left).
  4. Select Use Custom Configuration and then click + (the "plus-sign" button) Create Agent Property.
  5. In the Edit Agent Property dialog box, specify:
    1. Name = socket-enabled
    2. Type = Boolean
    3. Value = false

View solution in original post

Sunil_Agarwal
Communicator

Hi @Yatphiroon.Prempree ,

[AD Thread Pool-Global0] ERROR NetVizAgentRequest - Fatal transport error while connecting to URL [http://127.0.0.1:3892/api/agentinfo?timestamp=0&agentType=APP_AGENT&agentVersion=2.4.0]: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:3892 [/127.0.0.1] failed: Connection refused (Connection refused)

Do you have network agent running? App agent appears to be attempting connection with network agent. You can disable the following to stop these error messages if you don't have network agent.
OR
You can ignore those errors as it should  not have any impact.

Disable Socket Instrumentation

  1. In the Controller, click the gear icon in the top right  and choose AppDynamics Agents > App Server Agents.
  2. Select the agent in the table and click Configure. The App Server Agent Configuration page appears.
  3. Select the application, tier, and node in the treeview (left).
  4. Select Use Custom Configuration and then click + (the "plus-sign" button) Create Agent Property.
  5. In the Edit Agent Property dialog box, specify:
    1. Name = socket-enabled
    2. Type = Boolean
    3. Value = false
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...