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

Re: Where do I find documentation for version 3.7?


Re: mysql DB agent Issue

$
0
0

Hi Jay, 

 

you still have with this problem? The error happens when you start the database agent? Did you try to download from your UI a new database agent to validate?

 

Regards

Re: Need to pass custom value that needs to display in dash board

$
0
0

Hi Ramesh,

 

take a look in your EUM licence. You need to EUM PRO (not LITE) to see Page & Ajax requests.

 

Please let me know what kind of license you're using.

 

Regards

Re: Event List Drill-Down

$
0
0

The Event List widget in custom dashboards doesn't currently provide drilldowns.

There is already an enhancement request to add this feature in a future release.

 

Regards,

Brian Wheeldon

Re: Options for Getter Chain in Backend Auto Discovery

Re: Options for Getter Chain in Backend Auto Discovery

$
0
0

Hi Brian,

This is good info, but looking for some more in-depth options to help obscure database names from the front-end.  The regex examples are only pattern matching, but I was hoping for some more advanced find/replace functionality that would mimic something like UNIX "tr" capabilities.  Perhaps another way to ask -- are there any other customers who are uncomfortable with their database or systems names being transparently shown?  What solution did they find to obscuring this info while still being able to illustrate the traffic flow?

 

Thanks,

mike

How do you define the term 'call'

$
0
0

Hello - 

 

It's used everywhere in appdynamics and this might seem  like the most obvious question ever asked but I want to understand what makes up the specific defintion.    I've looked in the Glossery and throughout the documentation but I dont' see an actual defintion.   How would you define 'call'?  What makes up or constitutes a 'call'?    Without truely knowing the specific on what makes up  a call the term 'calls' or 'calls per minute' and other metrics/info dealing with CALLS leaves me a little unclear.  

 

Thanks

 

 

How can I change the Mobile App Name of the CrashSnapshot?

$
0
0

How is it possible to change the mobile app name in the CrashSnapshot overview?

I use AppDynamics version 4.1.

 

Where is the name come from? Does AppDynamics use the last part of the package name by default?

 

Thx for your help.

Mario


Re: Unable to Deploy AppDynamics App on Microsoft Azure

$
0
0

I apologize for the inconvenience. 

We are actively working on getting an active marketplace offering up and running. Stay tuned.

 

In the meantime, please feel free to sign up for a trial on our website.  The NuGet package available here: https://www.nuget.org/packages/AppDynamics.WindowsAzure.CloudServices/ can be used to download and install the agent with the instructions available here: https://docs.appdynamics.com/display/PRO42/Install+AppDynamics+for+Windows+Azure+with+NuGet 

 

Regards,

Meera

Re: App Agent with Owin + Katana

$
0
0

Yes, you can use the .NET agent without IIS installed. 

 

 

Meera

Re: Peoplesoft applications Monitoring

Re: NoClassDefFoundError: com.singularity.ee.agent.appagent

$
0
0

Hi,

 

Things you should check & try:

  • Verify you´re using the AppServer for IBM SDK
  • Downgrade your agent. I have my WebSphere(s) on version 4.2.3.1, they work flawlessly without the -Dorg.osgi.framework.delegation setting, just the -javaagent option.

 

Hope it helps, regards

 

Luis

Re: How do you define the term 'call'

$
0
0

Hi,

 

Calls are relatively simple.

 

They are the number of times in the time span selected that a:

  • Business Transaction get a hit on the entry point
  • Information Point is invoked (class & method)
  • Database and remote services receive a request
  • Queues get a message-in or a request-out
  • Caches get a hit
  • and so on ...

Calls per minute are the number of calls in the last minute. When you select the time selector in the GUI, AppDynamics sum up the number of calls in the period. For time spans <= 4 hours, granularity is 1 min. From 4 to 48 hs, data is summarized in 10 min intervals with the max, min, avg, sum and count of calls for the period. From 49 hs and up, data is summarized in 60 min intervals.

 

Hope it helps. Regards,

 

Luis

Access Denied permission on registering for Power User course

$
0
0

Hi Expert,

 

I just now created account on AppDynamics and want to enroll for Power User Training starting today. But I am getting error as "Permission Denied - AppDynamics University"

 

Has anyone face similar issue.

 

Regards,
Sagar.

Java Agent - NoHttpResponseException

$
0
0

Hi!

 

Im trying to configure Java Agent for IBM WebSphere it show me an error. 

 

My conf.xml:

 

<controller-host>avatarglobalsac.saas.appdynamics.com</controller-host>

<controller-port>443</controller-port>

<controller-ssl-enabled>true</controller-ssl-enabled>

<use-simple-hostname>false</use-simple-hostname>

<application-name>ABC Prueba</application-name>

<tier-name>ACME Backend Service</tier-name>

<node-name>server1</node-name>

<account-name>rzevallos@avatar-global.com</account-name>

<account-access-key>******</account-access-key>

<force-agent-registration>false</force-agent-registration>

 

Generic JVM Args:

-Dappdynamics.http.proxyHost=avatarglobalsac.saas.appdynamics.com -Dappdynamics.http.proxyPort=443 -javaagent:C:\opt\appdynamics\appagent\javaagent.jar

 

THE ERROR:

 

[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 ERROR ConfigurationChannel - Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]: org.apache.http.NoHttpResponseException: avatarglobalsac.saas.appdynamics.com:443 failed to respond
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN ConfigurationChannel - Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [avatarglobalsac.saas.appdynamics.com], port[443], exception [Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]]
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN AgentErrorProcessor - Agent error occurred, [name,transformId]=[com.singularity.CONFIG.ConfigurationChannel - org.apache.http.NoHttpResponseException,2147483647]
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN AgentErrorProcessor - 0 instance(s) remaining before error log is silenced
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 ERROR ConfigurationChannel - Exception: avatarglobalsac.saas.appdynamics.com:443 failed to respond
org.apache.http.NoHttpResponseException: avatarglobalsac.saas.appdynamics.com:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:153)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at org.apache.http.impl.execchain.MainClientExec.createTunnelToTarget(MainClientExec.java:455)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at com.singularity.ee.util.httpclient.l.a(l.java:275)
at com.singularity.ee.util.httpclient.l.a(l.java:190)
at com.singularity.ee.rest.d.y(d.java:387)
at com.singularity.ee.rest.d.x(d.java:340)
at com.singularity.ee.rest.controller.request.nb.x(nb.java:98)
at com.singularity.ee.rest.controller.request.ob.a(ob.java:35)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:1280)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:108)
at com.singularity.ee.agent.appagent.kernel.config.xml.p.a(p.java:617)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:420)
at com.singularity.ee.agent.appagent.kernel.config.xml.ab.run(ab.java:660)
at com.singularity.ee.util.javaspecific.scheduler.n.run(n.java:122)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:450)
at com.singularity.ee.util.javaspecific.scheduler.z.e(z.java:335)
at com.singularity.ee.util.javaspecific.scheduler.a.b(a.java:152)
at com.singularity.ee.util.javaspecific.scheduler.b.a(b.java:119)
at com.singularity.ee.util.javaspecific.scheduler.b.b(b.java:206)
at com.singularity.ee.util.javaspecific.scheduler.b.run(b.java:236)
at com.singularity.ee.util.javaspecific.scheduler.i.a(i.java:694)
at com.singularity.ee.util.javaspecific.scheduler.i.run(i.java:726)
at java.lang.Thread.run(Thread.java:761)

 

I can telnet avatarglobalsac.saas.appdynamics.com 443.

cmd goes all black. Is it correct, right?

 

Please Help me! Thanks for your time.

Regards.


Re: How can I change the Mobile App Name of the CrashSnapshot?

$
0
0

Could you attach a picture of the name that you wish to change?

Re: HP Operations Manager - Alerting Extension

$
0
0

I replaced the whitespaces in my application names with underscores "_" - Customer_Application. I had a similar issue when my server start script read the conf file with the application name system property and after wasting several days I decided I would be better off avoiding more trouble down the road by getting rid of the whitespaces now.

 

When you move your nodes to the new app, the business transactions statistics are available in the Metric Browser at the tier level but you will no longer be able to drill down to the node level.

How do you use the API?

$
0
0

I am curious how other users are implementing the API. A script with different curl commands? I certainly wouldn't want to retype these url's. Thanks.

Re: Java Agent - NoHttpResponseException

Re: Java Agent - NoHttpResponseException

$
0
0

Hi,

 

I'm already using 4.2.5 ver. Anyway.. it isn't my error i guess.

 

Thanks for response.

 

Regards.

Viewing all 1667 articles
Browse latest View live


Latest Images

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