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
11-06-2018 03:40 AM
hi team,
we habe insatlled agent on a server which one MS CRM on prem application and two .net applications it was working fien while deployement and after some time it stopped working we cannot see the data generation on SAAS. this is second time, we are not sure whats the issue . we have below logs. please go through and advcie what can be done....
Warn MachineAgentManager Metrics Problem registering metrics: System.Exception: Connection back off limitation in effect:
Warn MachineAgentManager Metrics Error sending metric data to controller:System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
Error MachineAgentManager Metrics Error sending metrics - will requeue for later transmissionException: com.appdynamics.ee.agent.commonservices.metricgeneration.metrics.MetricSendException: System.Exception: Connection back off limitation in effect: https://xxxxxxxxxxxxxxxxxx:443/controller/instance/4233/metrics_PB
Warn ConfigurationChannel Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [xxxxxx.appdynamics.com], port[443], exception [System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
11-06-2018 04:03 AM
Hi Sasidhar,
<controller host="mycontroller.example.com">After configuring the proxy configuration. You would need to restart the Agent coordinator service and then restart the IIS/instrumented application services. After that apply the load and then check the behavior.
<application name="MyDotNetApplicaition"/>
<proxy host="myproxy.example.com"port="3128"enabled="true">
<authentication enabled="true"user_name="MyProxyUser"password="password"domain="mydomain.com"/>
</proxy>
</controller>
Thanks
Satyam
11-06-2018 04:38 AM
11-06-2018 04:44 AM
Please do not share the config file here as this community platform. As Satyam suggested please modify the config.xml to include
<proxy host="myproxy.example.com"port="3128"enabled="true">
<authentication enabled="true"user_name="MyProxyUser"password="password"domain="mydomain.com"/>
</proxy>
Thanks,
Raunak
11-06-2018 04:48 AM
we have already added those line in config for the previous installation istelf.
but , we are not able to see the data getting generated.
11-06-2018 04:53 AM
The error in the logs suggests that you have not provided proxy authentication information or the provided info is not correct. Can you please double check with your Network Team?
If you have access to the support system, please create a ticket directly. Otherwise, let us know so that we can share a SFTP location to get the logs from you.
Thanks,
Raunak
11-06-2018 04:56 AM
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form