<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic #appdynamics db agent Connection issue with controller using DB agent in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/appdynamics-db-agent-Connection-issue-with-controller-using-DB/m-p/743920#M11848</link>
    <description>&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Im using Java 8&lt;/STRONG&gt;&lt;BR /&gt;java version "1.8.0_202"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_202-b08)&lt;BR /&gt;Java HotSpot(TM) Client VM (build 25.202-b08, mixed mode)&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Downloaded DB agent from the Controller and extraced,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;while starting the DB agent it throws exception:&amp;nbsp;&lt;/STRONG&gt;&lt;U&gt;&lt;EM&gt;Could not connect to the controller/invalid response from controller&lt;/EM&gt;&lt;/U&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Error Message&lt;/STRONG&gt;&lt;BR /&gt;] ControllerHttpRequestResponse:25 - Fatal transport error while connecting to URL [/controller/instance/UNKNOWN_MACHINE_ID/systemagentregistration]: org.apache.http.NoHttpResponseException: grace202504080038013.saas.appdynamics.com:443 failed to respond&lt;BR /&gt;10 Apr 2025 10:10:52,716 WARN [DBAgent-1] RegistrationChannel:128 - Could not connect to the controller/invalid response from controller, cannot get registration information&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 10 Apr 2025 05:07:46 GMT</pubDate>
    <dc:creator>indhumathys</dc:creator>
    <dc:date>2025-04-10T05:07:46Z</dc:date>
    <item>
      <title>#appdynamics db agent Connection issue with controller using DB agent</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/appdynamics-db-agent-Connection-issue-with-controller-using-DB/m-p/743920#M11848</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Im using Java 8&lt;/STRONG&gt;&lt;BR /&gt;java version "1.8.0_202"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_202-b08)&lt;BR /&gt;Java HotSpot(TM) Client VM (build 25.202-b08, mixed mode)&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Downloaded DB agent from the Controller and extraced,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;while starting the DB agent it throws exception:&amp;nbsp;&lt;/STRONG&gt;&lt;U&gt;&lt;EM&gt;Could not connect to the controller/invalid response from controller&lt;/EM&gt;&lt;/U&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Error Message&lt;/STRONG&gt;&lt;BR /&gt;] ControllerHttpRequestResponse:25 - Fatal transport error while connecting to URL [/controller/instance/UNKNOWN_MACHINE_ID/systemagentregistration]: org.apache.http.NoHttpResponseException: grace202504080038013.saas.appdynamics.com:443 failed to respond&lt;BR /&gt;10 Apr 2025 10:10:52,716 WARN [DBAgent-1] RegistrationChannel:128 - Could not connect to the controller/invalid response from controller, cannot get registration information&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 10 Apr 2025 05:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/appdynamics-db-agent-Connection-issue-with-controller-using-DB/m-p/743920#M11848</guid>
      <dc:creator>indhumathys</dc:creator>
      <dc:date>2025-04-10T05:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: #appdynamics db agent Connection issue with controller using DB agent</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/appdynamics-db-agent-Connection-issue-with-controller-using-DB/m-p/743935#M11849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/309215"&gt;@indhumathys&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error indicates the DB agent cannot establish a connection with the AppDynamics Controller, likely due to network issues, incorrect configuration, or SSL/TLS problems.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Verify the Controller URL and port in controller-info.xml or startup parameters are correct (grace202504080038013.saas.appdynamics.com:443).&lt;/LI&gt;&lt;LI&gt;Ensure the Controller is reachable from the DB agent host (test with telnet or curl). e.g.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;curl -v https://grace202504080038013.saas.appdynamics.com​&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;Check if your Java version supports the required TLS version (Java 8u202 supports TLS 1.2 by default).&lt;/LI&gt;&lt;LI&gt;Validate the account name, access key, and application name in the agent configuration.&lt;/LI&gt;&lt;LI&gt;If using a proxy, ensure proxy settings are correctly configured.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Check out the following docs for more info: &lt;A href="https://docs.appdynamics.com/appd/24.x/latest/en/database-visibility/administer-the-database-agent/install-the-database-agent" target="_blank" rel="noopener"&gt;https://docs.appdynamics.com/appd/24.x/latest/en/database-visibility/administer-the-database-agent/install-the-database-agent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; &lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt; If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Apr 2025 09:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/appdynamics-db-agent-Connection-issue-with-controller-using-DB/m-p/743935#M11849</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-10T09:08:17Z</dc:date>
    </item>
  </channel>
</rss>

