Hi,
I want to show Benchmark line (Horizontal line) on the dashboard along with metrics graph.
Do we have that capability in AppD.
Thanks
Hi,
I want to show Benchmark line (Horizontal line) on the dashboard along with metrics graph.
Do we have that capability in AppD.
Thanks
Hi There,
I'm evaluating AppDynamics and packages.appdynamics.com host is returning a 403 on npm install. I've tried npm installing various versions to no avail. Here's the output if it's helpful:
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-native.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-zmq.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-protobuf.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 403
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-native.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-protobuf.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.2.1.0/appdynamics-zmq.tgz
npm ERR! Linux 3.19.0-56-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "appdynamics@4.2.x" "--save"
npm ERR! node v4.4.0
npm ERR! npm v3.8.1
npm ERR! fetch failed with status code 403
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
Thanks,
Greg
Hi All,
we are trying to instrument JBoss7.1.1 with app agnet version 4.1.8.5, we have done all the settings as per mentioned in the Appd documents website but after doing all the settings the application was not starting so we rolled back all the changes and then the application started woking fine.
below are the settings we made as per the documents,
Search for the following line in standalone.conf.
JBOSS_MODULES_SYSTEM_PKGS= "org.jboss.byteman" |
Add the com.singularity and org.jboss.logmanager packages to that line as follows:
JBOSS_MODULES_SYSTEM_PKGS= "org.jboss.byteman,com.singularity,org.jboss.logmanager" |
Add the following to the end of the standalone.conf file in the JAVA_OPTS section.
-Djava.util.logging.manager=org.jboss.logmanager.LogManager -Xbootclasspath/p:<path_to_jboss_logmanager>/jboss-logmanager-<version>.jar |
Replace <path_to_jboss_logmanager>
and <version>
with the path and log manager JAR filename for your system. See Making the LogManager Location Dynamic for information on making the path dynamic.
In the standalone.sh file, add the following javaagent argument.
export JAVA_OPTS= "$JAVA_OPTS -javaagent:/agent_install_dir/javaagent.jar" |
Put the argument above the following section of standalone.sh
... while true ; do if [ "x$LAUNCH_JBOSS_IN_BACKGROUND" = "X" ]; then # Execute the JVM in the foreground eval \"$JAVA\" -D\"[Standalone]\"$JAVA_OPTS \ \"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/boot.log\" \ \"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\" \ -jar \"$JBOSS_HOME/jboss-modules.jar\" \ |
plz help us in achiving this instrumentation.
Regards,
Mandar
Hi all
struggling to get a WebMethods v9.8 Integration Server to restart after instrumenting an App Server agent (java v1.8.0_31) using a pro trial licence.
I've added the following line to the wrapper.conf for the IS Server which runs as a windows service, and even tried adding the bootdelegation line suggested on other topics, but to no avail.
wrapper.java.additional.1=-javaagent:D:\AppDynamics\AppServerAgent/javaagent.jar
wrapper.java.additional.2=-Dorg.osgi.framework.bootdelegation=com.singularity,com.singularity.*,com.appdynamics.*,com.appdynamics
The agent starts successfully, but the IS Server getst the following error :
!ENTRY com.softwareag.wsstack.osgi.axis2 4 0 2016-03-18 14:59:07.072
INFO | jvm 1 | 2016/03/18 14:59:07 | !MESSAGE FrameworkEvent ERROR
INFO | jvm 1 | 2016/03/18 14:59:07 | !STACK 0
INFO | jvm 1 | 2016/03/18 14:59:07 | org.osgi.framework.BundleException: Exception in com.softwareag.wsstack.osgi.axis2.internal.Activator.start() of bundle com.softwareag.wsstack.osgi.axis2.
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
INFO | jvm 1 | 2016/03/18 14:59:07 | at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
INFO | jvm 1 | 2016/03/18 14:59:07 | Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/services/bciengine/templates/IAxisService
INFO | jvm 1 | 2016/03/18 14:59:07 | at java.util.concurrent.FutureTask.report(FutureTask.java:122)
INFO | jvm 1 | 2016/03/18 14:59:07 | at java.util.concurrent.FutureTask.get(FutureTask.java:192)
INFO | jvm 1 | 2016/03/18 14:59:07 | at com.softwareag.wsstack.osgi.axis2.internal.Activator.start(Activator.java:71)
.
.
.
hoping its a newbie error, any suggestions?
Hi All,
Has anyone got the solution for this issue?.
Regards,
Mandar
Is there a way to raise an alert for low disk space for multiple servers in 4.2?
Dear folks
I am planning to organize appdynamics traning program for my team, and learned about docker setup & sample java application movieztream. Can anyone please tell me where can I download this package ? Is this package available for all ?
I can help you with that :-) Please write me directly at bradley.king@appdynamics.com and let me know what company you're with and who your AppD contact is.
Thanks,
-Brad
Hi Team,
Please help me to start Java Agent. I have machine which has Siebel Application installed on OHS.
Hi,
I'm trying to use the REST API from inside a webpage using AJAX, and I am facing a CORS problem.
I'm invoking the applications list using this url, (which works fine from a browser tab) :
https://mycompany.saas.appdynamics.com/controller/rest/applications?output=JSON
I am getting an http code 200, but with no Allow-Control-Allow-Origin header, so the browser is throwing this error :
XMLHttpRequest cannot load https://mycompany.saas.appdynamics.com/controller/rest/applications?output=JSON. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.
What do I need to do to get the REST API working from within an html page?
(this is saas dedicated environment)
Thanks in advance
Hi there,
Could you advice me on a demo .NET application for testing purposes?
I tried DinnerNow.net but did not manage to install that one properly.
Thanx in advance.
Regards,
Chris
Anyone have any ideas? Or should I just create a support ticket?
Hi Team,
We are having more than 150+ Applications and all are having their own specific Health Rules.
Do we have any method to Disable all Applications health rules in one shot insttead of going one by one to each Application.
Thanks
Sunny Kathuria
agent doesn't send data
attaching error log
and then i have
WARN com.singularity.METRICS.MetricHandler - Metric Reporter Queue full. Dropping metrics.
I'm also having the same issue. I've installed a machine agent on a linux host. My controller is installed on Windows. I can see the agent in the controller, but it says that server monitoring is not configured. I'm getting the same error in the logs having to do with SSL and license even though I have SSL disabled on the agent and do not have it enabled for the controller either. Any ideas? Also, quick question. The Server Monitoring Beta says that it requires linux, is that just for the agent? Will my setup work with the beta being a windows controller?
Hi,
I've added the agent code in my node js app.js (right at the start). I've also created the right application. However after I proceed with the agent install wizard, it stuck at "Waiting for Data (may take a few min)..." message. The server is processing API calls non-stop so there should be data flowing in. Can you please help me with this?
My node version is 5.2.0. I'm installing the module with npm install --save appdynamics@next since the latest 4.1.0 does not support node version 5.2.0
Thank you.
Cheers,
Mars
I'm at the same spot here. Anyone ever reply directly?
I'm currently attempting to get a machine agent to talk to a non-production AppDynamics Controller. The Controller is installed on a Windows box and the agent is installed on a linux host which I will be attempting to use with the docker extension. I'm currently receiving this error when I start the agent.
INFO FlexibleX509TrustManager - Using default keystore for SSL certificate validation.
INFO HostIdProvider - Default Host Identifier Resolver using host name for unique host identifier [hostnamehere]
INFO SecondStageSystem - Starting main system with features Features(features=[], reason=Features.Reason(message=Unsuccessful leasing a license, code=License Lease Failed))
I'm trying to find out what's causing this error. I have server monitoring enabled in the controller-info.xml. I also put the controllers IP, the port, the account access ID and left everything else set to false or blank. Any help would be greatly appreciated. Right now, the controller can see the agent but says that it doesn't have Server Monitoring enabled and it's not receiving any stats from the server.
From Support:
I don't think that is possible. You can go from the Apica UI to Appdynamics UI but not vice versa. All you would need for the current extension we allow downloads to from our extensions portal is a machine agent.
I also got the same issue.
# npm install appdynamics@4.1.0
npm http GET https://registry.npmjs.org/appdynamics/4.1.0
npm http 304 https://registry.npmjs.org/appdynamics/4.1.0
npm http GET http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-native.tgz
npm http GET http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-jre.tgz
npm http GET http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-zmq.tgz
npm http GET http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-proxy.tgz
npm http GET http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-protobuf.tgz
npm http 200 http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-jre.tgz
npm http 200 http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-proxy.tgz
npm http 403 http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-zmq.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-zmq.tgz
npm ERR! Error: 403 Forbidden
npm ERR! at WriteStream.<anonymous> (/usr/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR! at WriteStream.emit (events.js:117:20)
npm ERR! at fs.js:1610:14
npm ERR! at /usr/lib/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! at Object.oncomplete (fs.js:108:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Linux 3.10.0-327.el7.x86_64
npm ERR! command "node" "/bin/npm" "install" "appdynamics@4.1.0"
npm ERR! cwd /home/basu/node
npm ERR! node -v v0.10.42
npm ERR! npm -v 1.3.6
npm http 403 http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-protobuf.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-protobuf.tgz
npm http 403 http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-native.tgz
npm ERR! fetch failed http://packages.appdynamics.com/npm/4.1.0.0/appdynamics-native.tgz
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/basu/node/npm-debug.log
npm ERR! not ok code 0
Does anyone has a solution?
Thanks,
Arunava