Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
07-24-2018 03:48 AM - last edited on 11-03-2021 09:15 AM by Ryan.Paredez
Hi,
I am trying to install the DB agent in a machine(server) where App agent is running successfully.
But I am getting the below error at the time of DB agent installation
652 ERROR ControllerHttpRequestResponse - Fatal transport error while connecting to URL [/controller/instance/UNKNOWN_MACHINE_ID/systemagentregistration]: java.net.SocketException: Connection reset
Please help me with this.
Thanks,
Bindu
08-14-2018 12:00 PM
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)
Thanks
Sandeep
01-05-2021 10:18 PM
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 java socket, 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.
There are several possible causes.
06-23-2023 12:17 PM
Hello everyone,
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.
I hope it works for you, greetings.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form