Quantcast
Channel: All AppDynamics Discussions posts
Viewing all 1667 articles
Browse latest View live

Re: data collectors

$
0
0

yes, i want to collect the data on first parameter which is LogOnModel instance.

 

and nothing at all is gathered.

 

i will check for the case sensitivity but the order is correct.

 

also let i will check for log files.

 

i will revert you soon.

 

also whenever i make any changes in the data collector configuration, popup comes and says 'need to restart CLR to take effect'...how can we do that?

 

thank you.


Re: 403 on npm install

$
0
0
Hold on, 0.12.9? 0.12.0 was released over a year ago and there has been an
LTS release since then. Just to be clear, you're telling me that I can't
use the -only- LTS release for this platform with Appdynamics?

.NET agent not able to connect to controller

$
0
0

Hi Experts,

 

We have few .NET agents which are not able to connect to the controller and are reported down on the dashboard. I am getting below error in the agent logs:

 

2016-04-01 04:30:29.4546 11844 w3wp 2 9 Warn MetricHandler Metric Reporter Queue full. Dropping metrics.
2016-04-01 04:30:31.8447 21492 w3wp 2 12 Warn ConfigurationChannel Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [controller02.abc.def.com], port[80], exception [System.Net.WebException: The operation has timed out
   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)

 

Belo is the Agent configuration :

 

<?xml version="1.0" encoding="UTF-8"?>

-<appdynamics-agent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


-<controller ssl="false" port="80" host="controller02.abc.def.com">

<application name="APPNAME"/>

<account name="customer1" password="faade46a-6cca-4861-ade1-9c6d01725fa8"/>

</controller>

<machine-agent/>


-<app-agents>


-<IIS>

<automatic/>

<applications/>

</IIS>

</app-agents>

</appdynamics-agent>

 

I need help in resolving this issue. Thanks

Re: 403 on npm install

$
0
0
I feel you.

I'm currently discussing with the problem with the maintener to see what to do with the current situation.

Re: 403 on npm install

$
0
0

Well I certainly won't be downgrading my 4.4.2 app to 0.12.9 just to use AppD

 

However, I think that is a separate issue. If the AppD plugin was not compatible with 4.4.2 I'd be getting a warning when it installed (lots of libraries do this, especially with the huge version jump after the iojs merge). It would probably (hopefully?) still install and work.

 

A 403 means I'm not even able to get the installer package to attempt to install. It's being stopped at step one. This sounds like a problem with the repo. 

.NET agent is not discovering all the services under Default Website

$
0
0

Hi Experts,

 

I have installed .NET agent (4.1) on one of the .NET application server on which i can see there are more than 10 different services listed under default website in the IIS manager. But i can see only "Default Website" getting listed under the appservers on the appd console.

 

What could be the reason for this ??

Standalone services not getting displayed in the controller dashboard

$
0
0

Hi Experts,

 

I configured the Standalone windows service instrumentation in the .NET agent configuration and restarted the APPD service and windows service, but still i am not able to see that service being displayed on the dashboard.

 

Thanks

 

email notification for custom dashboards

$
0
0

HiAll,

 

I have creeated custom dashboards in AppDynamics and I want to send a email notification on a daily basis.Could some one suggest a solution to send email using AppDynamis for the custom Dashboards created.

 

Thanks in Advance ..

 

Regards,

Aswin


difference between IIS performance counter value and Appdynamics

$
0
0

Hi

 

using AppDynamics.Extension.CCT.exe some IIS web services Performance counters sent to appdynamics,

the issue is the [Get request/s] counter on appdynamics is 2 time higher than the windows Performance monitor GUI values

any idea ?

 

Thanks

 

Android Network Request not getting displayed

$
0
0

Hi,

I have instrumented my android application with AppDynamics and getting its dashboard which only shows how many times the app has been loaded. It is not showing the network requests made by the application in Network Requests tab of the dashboard.

Can someone please help me?

Oracle Monitoring

$
0
0

Hi All,

 

our customer in Brazil ask for "Best Pratices" to monitoring Oracle Database with appDynamics. I mean, a simple excell with all metrics monitored by default with appDynamics x Oracle Manual Recommendations.

 

I'm looking for best recommendations of Oracle, and I saw a lot of "log monitoring recommendations", like alert.log.

 

Can I monitoring following the manual documentations? 

https://docs.oracle.com/cd/E11882_01/server.112/e10803/monitor.htm#HABPT4978

 

I know that is not health to do it, also our tool is great for this, but the customer use this doccument.

 

Best Regards,

ielo

Re: 403 on npm install

$
0
0

So, it looks like the repo explicitly checks "user-agent" from npm:

 

% npm config list
; cli configs
user-agent = "npm/3.7.3 node/v5.9.1 linux x64"

 

Here is the supported list of versions for 4.1:
https://docs.appdynamics.com/display/PRO41/Node.js+Supported+Environments

 

If you override the user-agent setting, downloads will work:

% npm config set user-agent "npm/3.7.3 node/v0.10.41 linux x64"
% npm install appdynamics@4.1.8

 

This only allowed me to download packages, I haven't tried loading this code yet with a spoofed node version.

 

Also, be careful: npm will write / update ~/.npmrc with this agent string. You'll probably want to delete this or update back to the original agent string.

 

 

PHP Agent Non Responsive

$
0
0

Hello All, 

  My boss gave me the honor of setting up and getting appdynamics working on our system but i am running into some serious issues that i hope the community can assist with.  

 

We have a 3 tier application that includes :

tier 1 : 2 php nodes

tier 2 : 2 java nodes

tier 3 : 2 java nodes

 

the current issue is that on tier 1 i have 1 node up and responding but i cannot get the second node to respond at all.

I have checked to make sure there are no connections issues (in fact the now non responsive node was working at one point) and no changes have been made to the system since installing java 8 before the agents were installed.

 

my agent.log shows the following over and over 

[config.ConfigChannel] could not send config request
[config.ConfigChannel] sending config request with version -1

 

and after restarting the apache server for that node 


2016-04-04 22:27:02.066 GMT INFO 14306 [agent.AgentKernel] starting up agent kernel [4.2.0.2GA.9829.xxxxxxxxxx]
2016-04-04 22:27:02.067 GMT INFO entwexprd02 14306 [config.ConfigChannel] sending config request with version -1
2016-04-04 22:27:03.068 GMT ERROR entwexprd02 14306 [config.ConfigChannel] could not send config request
2016-04-04 22:27:03.799 GMT INFO entwexprd02 3706 [config.ConfigChannel] sending config request with version -1
2016-04-04 22:27:04.799 GMT ERROR entwexprd02 3706 [config.ConfigChannel] could not send config request
2016-04-04 22:27:06.031 GMT INFO entwexprd02 26965 [config.ConfigChannel] sending config request with version -1
2016-04-04 22:27:07.031 GMT ERROR entwexprd02 26965 [config.ConfigChannel] could not send config request
2016-04-04 22:27:08.155 GMT INFO entwexprd02 8326 [agent] module shutdown start
2016-04-04 22:27:08.155 GMT INFO entwexprd02 8326 [agent] module shutdown end

 

I have been through the conf files the ini files and permissions for the entire system matching them up to the other node that works and i find absolutely no differences.  Every forum post i find on this says check permissions or make sure the config is the same.  

 

Anyone have some ideas or seen this before.  

 

my next step is to have our unix admis delete the agent and reinstall 

Data Model of AppDynamics

$
0
0

Hi All,

 

I am new to Appdynamics and  I am looking for  the schema of the data model , which will be present by default in the appdynamics database, where all the data will poured collected for any kind of processing .

 

Any information will be really helpful.

 

Thanks in Advance,

Amit

Http Data Collectors

$
0
0

Hello,

I need help  knowing what should be specified  as Http Parameter while creating Http request data collectors.

I am not able to get the values.

 


Issue is installtion of controller

$
0
0

Hi,

 

I want to install the Appdynamics Lite version on my system.After following all the steps I am getting below error:- 

 

[#|2016-04-04T20:31:04.917+0530|WARNING|glassfish3.1.2|com.appdynamics.licensing.file.LicenseFileReader|_ThreadID=1;_ThreadName=Thread-2;|Exception while reading license file
com.singularity.ee.controller.api.exceptions.LicenseException: License file is not specified. Please drop the license file in the controller installation directory.

 

Do I need License file if I want to install Lite version?If yes from where can I get the license file? 

 

Note: I have installed demo version.Also I have received following message during installation but I was not able to get the windows package installed.So I have sent an email to "help@appdynamics.com" but they have redirected me here mentioning that help@appdynamics.com is only for paid customer.

 

These warnings were found during validation. Please review them before proceeding to the next step.

A Microsoft Windows hotfix is required but is not detected on this system. Please install the hotfix from http://support.microsoft.com/kb/2549760 and restart the computer after you apply this hotfix. This hotfix ensures that the windows registry modifications made by this installer to extend the default service timeouts work as expected.

If you encounter an issue while installing the hotfix and are unable to install the hotfix, you can still proceed with the Controller installation. In this case, please send the following file to help@appdynamics.com after finishing the installation:
C:\Users\ajoshi1\AppData\Local\Temp\hotfix_status_14595193198922460491858903133211.txt

Re: Could not connect to the controller/invalid response from controller

$
0
0

Hi,

I'm having the exact same problem with java agents.

Is there any update on this problem?

 

Thanks

Re: Custom Dashboard - Generate PDF

$
0
0

hi Daniel,

 

I am using Appdynamics3.9 version i donot see the option there.Could you please let me know how to generate DPF for custom dashboard in 3.9 version.

 

regards,

Aswin

Re: PHP Agent Non Responsive

$
0
0

resolved: Uninstall and reinstall the agent fixed the issue.

Server Monitoring is not enabled on this Server - Machine Agent Linux

$
0
0

Hello friends,

 

I'm new with AppDynamics and have the following problem.

 

I configured an agent on a Linux server, but I can not monitor it.


In the Linux console, I see "Agent Started Successfully AppDynamics Machine" and in the log, no written errors.

But the manager I get "Server Monitoring is not enabled on This Server" (attached image).

 

I start the service with the following statement:

 

/opt/<PATH_JAVA>/jre/bin/java -Xms64m -Xmx64m -Dappdynamics.sim.enabled -jar /PATH_MACHINE_AGENT/machineagent/machineagent.jar

 

Thanks in advance.

Viewing all 1667 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>