cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need help on installation of agent

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.

6 REPLIES 6

Satyam.Jaitely
AppDynamics Team

Hi Sasidhar,

  • From the shared error "The remote server returned an error: (407) Proxy Authentication Required", looks like there is any proxy configured on the Machine level or instrumented application level or network level and your proxy needs credentials.
    Could you please verify and configure proxy in the config.xml  for the communication between Agent and controller. You can find more information related to this in Proxy Element section link below 
    https://docs.appdynamics.com/display/PRO45/.NET+Agent+Configuration+Properties
    For example - 
    <controller host="mycontroller.example.com">
    <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>
    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.

Thanks

Satyam

Below is config file that we are using .. please let us know if any changes needed to be made.
















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 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

we have already added those line in config for the previous installation istelf.

but , we are not able to see the data getting generated.

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



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Raunak,
Please share the SFTP so that I can share the logs.