<?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 Re: Problem in DB agent installation in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736853#M10105</link>
    <description>&lt;P&gt;Connection reset simply means that a TCP RST was received. This happens when your peer receives data that it can't process, and there can be various reasons for that. A reset packet is simply one with no payload and with the RST bit set in the TCP header flags. The simplest is when you close the &lt;A href="http://net-informations.com/java/err/reset.htm" target="_self" rel="nofollow noopener noreferrer"&gt;java socket&lt;/A&gt;, and then write more data on the output stream. By closing the socket, you told your peer that you are done talking, and it can forget about your connection. When you send more data on that stream anyway, the peer rejects it with an RST to let you know it isn't listening.&lt;/P&gt;&lt;P&gt;There are several possible causes.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The other end has deliberately reset the connection.&lt;/LI&gt;&lt;LI&gt;Writing to a connection that the other end has already closed.&lt;/LI&gt;&lt;LI&gt;Closing a socket when there is unread data in the socket receive buffer.&lt;/LI&gt;&lt;LI&gt;In Windows, 'software caused connection abort', which is not the same as 'connection reset', is caused by network problems sending from your end.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 06 Jan 2021 06:18:49 GMT</pubDate>
    <dc:creator>jefry_arch</dc:creator>
    <dc:date>2021-01-06T06:18:49Z</dc:date>
    <item>
      <title>Problem with DB agent installation</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736851#M10103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to install the DB agent in a machine(server) where&amp;nbsp;App agent is running successfully.&lt;/P&gt;
&lt;P&gt;But I am getting the below error at the time of DB agent installation&lt;/P&gt;

&lt;P&gt;652 ERROR ControllerHttpRequestResponse - Fatal transport error while connecting to URL [/controller/instance/UNKNOWN_MACHINE_ID/systemagentregistration]: java.net.SocketException: Connection reset&lt;/P&gt;

&lt;P&gt;Please help me with this.&lt;/P&gt;



&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Bindu&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 10:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736851#M10103</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-07-24T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DB agent installation</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736852#M10104</link>
      <description>&lt;P&gt;Do you have ssl certificate installed on server? I am guessing it is Digi.cert provided by Appdynamics or you can download it from browser (controller URL)&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 19:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736852#M10104</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-14T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in DB agent installation</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736853#M10105</link>
      <description>&lt;P&gt;Connection reset simply means that a TCP RST was received. This happens when your peer receives data that it can't process, and there can be various reasons for that. A reset packet is simply one with no payload and with the RST bit set in the TCP header flags. The simplest is when you close the &lt;A href="http://net-informations.com/java/err/reset.htm" target="_self" rel="nofollow noopener noreferrer"&gt;java socket&lt;/A&gt;, and then write more data on the output stream. By closing the socket, you told your peer that you are done talking, and it can forget about your connection. When you send more data on that stream anyway, the peer rejects it with an RST to let you know it isn't listening.&lt;/P&gt;&lt;P&gt;There are several possible causes.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The other end has deliberately reset the connection.&lt;/LI&gt;&lt;LI&gt;Writing to a connection that the other end has already closed.&lt;/LI&gt;&lt;LI&gt;Closing a socket when there is unread data in the socket receive buffer.&lt;/LI&gt;&lt;LI&gt;In Windows, 'software caused connection abort', which is not the same as 'connection reset', is caused by network problems sending from your end.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 06 Jan 2021 06:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736853#M10105</guid>
      <dc:creator>jefry_arch</dc:creator>
      <dc:date>2021-01-06T06:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DB agent installation</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736854#M10106</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;In my case the same problem, leaving through a proxy, the solution was simple, they enabled the permissions for the PROXY to accept SSL connections without certificates, and it worked perfectly.&lt;/P&gt;&lt;P&gt;I hope it works for you, greetings.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 19:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Problem-with-DB-agent-installation/m-p/736854#M10106</guid>
      <dc:creator>Wilfer</dc:creator>
      <dc:date>2023-06-23T19:17:45Z</dc:date>
    </item>
  </channel>
</rss>

