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

Exception on DB Agent

$
0
0

Dear,

 

Getting an error whiie displaying info about DB on the Database Live View...

"We aren't able to load data from the event service. If this is a SaaS controller, please open a support ticket. If this is on-premise installation, please make sure that the event service is running. See the documentation for instructions on starting the event service. For more details on this error, please see the controller server log."

"Error occurred while getting wait state information."

 

I'm using a MariaDB 10.0.26 as a cluster of 3 actives nodes on CentOS Linux release 7.2.1511

 

Agent Log is attached

 

Best regards

 

Alexandre


Re: Exception on DB Agent

Re: Exception on DB Agent

$
0
0

Dear,

 

On Premise, Yes.

 

I've restarted the event-service and it worked, thanks a lot.

 

One more question... Do you know how app dynamics handle DB Cluster (MariaDB) ? I mean that I want to get database statistics on all nodes ? (you can only add one database with the same name...)

 

Regards

 

Alexandre

Re: Exception on DB Agent

$
0
0
Francophone? ;)

Normally, you monitor the physical nodes not the logical one. If you want
an aggregate perspective, you can look at the Database from an application
perspective, Have you deployed Java or .Net agents?

Are you already in touch with an AppDynamics sales or presales person?

A bientôt
JB

Re: Exception on DB Agent

$
0
0

Oui, Francais... mais basé au Maroc.

 

I'm using Java and deployed the agent on Tomcat 8.

 

It seems ok, but I've got a problem with the database link... as I'm using 3 databases in the cluster.

 

Not yet..., but I would appreciate some help and as well for the problem with the system agent (my previous post).

 

Alexandre

how to monitor file access by app

$
0
0

How to see what files a java application is accessing, especially, writing? I figure this is possible, but I am missing it, because appd can detect backend activities such as jms and jdbc. Thanks.

Re: how to monitor file access by app

$
0
0
Hi Kyu
I would do it by defining a custom exit point on the right class/method
making the file read or write. A single exit point (without split) should
be enough and you can collect additional information such as filename as a
snapshot data

https://docs.appdynamics.com/display/PRO42/Configure+Custom+Exit+Points

You would see the icon on the flow map

Or you could go with a Data Collector:

https://docs.appdynamics.com/display/PRO42/Collecting+Application+Data

You could search for a specific filename but only for BTs with a snapshot

So it all depends on what you need.
Best
JB

Re: how to monitor file access by app

$
0
0

Hi, JB,

Those are interesting ideas and would work if I had access to the code. The application I am dealing with is a blackbox that writes log/tmp files to locations that are dynamically set and have randomized pathnames. I'll need to grab stacktraces to identify the classname.methodname, but even that won't work if the classes are loaded dynamically from the network via a custom classloader.

Cheers

K


SLA reporting

$
0
0

How do I configure an SLA report that shows my Service uptime?

Re: how to monitor file access by app

$
0
0

JB,

lsof will work - but do I have to log in to the host or can appd help?

 

Thanks

Kenny

Re: APP DYNAMICS and splunk integration

$
0
0

i am using splunk as analytics paltform and want to add data from APPDYNAMICS to splunk 

 

do you know if this data will be available soon or not as i think other APMs solution already had this intgeariton 

Re: APP DYNAMICS and splunk integration

$
0
0
Hi
All AppDynamics metrics and data are available through our documented REST
API. So it should be easy to query AppDynamics from Splunk.
Our existing integration answers a different use case.
Hope it helps
JB

Re: APP DYNAMICS and splunk integration

$
0
0
Hi
All AppDynamics metrics and data are available through our documented REST
API. So it should be easy to query AppDynamics from Splunk.
Our existing integration answers a different use case.
Hope it helps
JB

AppDynamics .NET agent not collecting data

$
0
0

Hello,

 

I have problem collecting data from .NET-application in Azure Cloud Services.

 

Some background information

 

1) We are using Azure Cloud Services (Web & Worker roles)
2) We deploy our application to staging slot. We are using AppDynamics NuGet-package and startup.cmd is run after every deployment. After
deployment we swap staging & production slots and shutdown staging machine. This means one virtual machine does not live long.
3) Our Worker role we launches several executables we want to monitor. Executables are named Visma.AutoReport.ServiceHost.Loader64.exe and
have have 16 of these processes running. We also have one Visma.AutoReport.ServiceHost.Loader32.exe running.

 

Current situation with AppDynamics is:

- Website role is gathering data ok
- Data from worker role is not always delivered to AppDynamics. We see nodes in Tiers & Nodes, but they are randomly reporting data

 

We see following errors in log files:

 

 

2016-12-14 09:08:32.1633 2032 Visma.AutoReport.ServiceHost.Loader64 2 13 Warn MetricHandler Metric Reporter Queue full. Dropping metrics.
2016-12-14 09:08:40.2303 2032 Visma.AutoReport.ServiceHost.Loader64 2 13 Warn ConfigurationChannel Problem with appagent registration. 
Status:Application Component Node with name [Visma.AutoReport.Service_IN_0] already exists for Component with name 
[Visma.AutoReport.CoreService]. The existing Application Component Node has id [29811]. If you specified the JVM property 
[appdynamics.agent.uniqueHostId] for the Application Agent, you MUST set this JVM property to the same value for the Machine Agent that is 
associated with this Application
2016-12-14 09:08:40.2303 2032 Visma.AutoReport.ServiceHost.Loader64 2 13 Warn ConfigurationChannel Auto agent registration FAILED! Check the 
controller log for details.
2016-12-14 09:08:58.8761 2908 WaWorkerHost 2 22 Warn ConfigurationChannel Problem with appagent registration. Status:Application Component 
Node with name [Visma.AutoReport.Service_IN_0] already exists for Component with name [Visma.AutoReport.WorkerHost]. The existing Application 
Component Node has id [29857]. If you specified the JVM property [appdynamics.agent.uniqueHostId] for the Application Agent, you MUST set this 
JVM property to the same value for the Machine Agent that is associated with this Application
2016-12-14 09:08:58.8761 2908 WaWorkerHost 2 22 Warn ConfigurationChannel Auto agent registration FAILED! Check the controller log for 
details.

Can you help us? For me it's not clear why metric reporter queue is full and why appagent registration fails.

 

Here is agentlog attached. I removed all sensitive data. In 09:18 there is couple of exceptions during VIP swapping due network connectivity drops for couple of seconds. In this setup we only have two Visma.AutoReport.ServiceHost.Loader64 executables running.

AppDynamics support bytecode instrumentation for Java code in AWS lambda services

$
0
0

Dear Experts,

Does AppDynamics support bytecode instrumentation for Java code in AWS lambda services also?

Kindly point me to the related documentation. I am not able to get the documentation related to implementation in AWS platform.


Re: Analyze thread dumps

$
0
0

Hi, we have the same problem, can you provide this tool/script?

Re: APP DYNAMICS and splunk integration

$
0
0

Hi JB,

 

what is the current use case of splunk dbAPM integration? Do you have some documentary about it?

 

Best,

Daniel

Re: APP DYNAMICS and splunk integration

Re: APP DYNAMICS and splunk integration

$
0
0

Dears,

 

First many thanks for your reply 

second what i want to have every Buissness transaction to be send from appdyanmics to Splunk 

 

as per my search i found that APPdynamics will not have this info if you don't enable APPdyanmics Analytics ADD-on and then we May use APPdyanics API from splunk to query this data . AM i right ? 

Re: APP DYNAMICS and splunk integration

$
0
0

Hi,

 

I am unsure if you will be able to get these from API after enabling analytics as well.

 

But the data you want to ingest is BT then I do not see a point in getting analytics just to do this ingestion. I propose raising this with appdynamics support for a solution.

 

 

 

Viewing all 1667 articles
Browse latest View live


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