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

Rule based JavaScript Injection" for EUEM

$
0
0

Hello There,

 

I am trying to use the feature "Rule based JavaScript Injection" for EUEM using the "Advanced Instrumentation of your HTML Pages". I have a sample Servlet Page which emits the html contents. When I use the above mentioned option I could see that the JavaScript being injected outside the HTML tags. Please assist me on how get this injected properly inside the HTMML tag. I have so many similar Servlets so I need this to be done by using the "Create Injection Rules".

 Please find the attachment for configuration and http response.

               

 Thanks  !!


Re: appdynamic reporting service calls in wrong application tier why?

$
0
0

Hi,

 

This says user-service2 tier never received /2 request , but it says uri is /user-service only
http://community.appdynamics.com/appdynamics/attachments/appdynamics/appdynamics-discussions/6666/8/3uservice-v2.jpg

 

This screenshot says that only /v1 calls are made and are resolved, my question /v2 is not called as per screenshots
http://community.appdynamics.com/appdynamics/attachments/appdynamics/appdynamics-discussions/6666/7/3uservice-v1.jpg

 

Now comming to your initial question "applicaiton xyz is hitting only http://a.com/abc-service/v2 but
appdynamics reporting call is going to both tiers abc-service and abc-service-v2 . why?"

/v2 is not shown resolved backend URLs and is evident from above screenshot links, please provide screen showing /v2 as i do not see any

 

 

Now comming to agents tab, you are in tier level,, agents tab will be in node dashboard, nodes tabe and double click one node and then you will see agents tab

 

Re: importing metrics and historic data from old installation

$
0
0

Hi Farid,

 

Copying Old_Controller_install_dir/db/data directory as per steps in docs to new controller_install_dir/db/data path and starting new controller will show all metrics from old controller in new UI , 

 

It means whatever the data stored till we taken backup of data directory from old controller will sure will be there , if you are referrig to new data post taken backup it will not but till backup time you should see all old metrics and history fine, hope it clarifies.

Rule based JavaScript Injection - Javascript is injected OUTSIDE tag

$
0
0

Hello There,

 

I am trying to use the feature "Rule based JavaScript Injection" for EUEM using the "Advanced Instrumentation of your HTML Pages".

 

I have a sample Servlet Page which emits the html contents. When I use the 'Rule based JavaScript Injection', I could see that the JavaScript is injected OUTSIDE the HTML tags.

 

script_outside.png

 

Please assist me on how get this injected properly inside the <html> tag, preferably the <head> tag.

 

               

Thanks

Re: Trouble configuring AppDynamics

$
0
0

Hi Rahul,

 

appgent 4.1.x onwards you need to pass account access key. Please try adding that.

 

If you still see some issue, please share your <appagent-home>/version/controller-info.xml and startup args 

 

 

Thanks, 

Rana

App Dynamic blocking logs in IBM liberty jvm

$
0
0

We have installed appdynamic on IBM liberty profile.we already enabled log level of jvm as INFO.After this app dynamic installation , we are getting only error logs alone and we are not getting other logs.will any one able to help me on this?

 

<logging traceSpecification="com.worklight.adapters=debug:com.worklight.integration=debug" consoleLogLevel="INFO"/>

 

 

Re: Trouble configuring AppDynamics

$
0
0

Hi Rahul,

 

Adding to Rana comments, Can you please make sure you provide values for below xml elements <agent_dir>/conf/controller-info.xml file and restart jvm that shoudl resolve the error "Could not resolve agent-controller basic configuration" for sure:

 

<controller-host>yourcontroller-hostname</contorller-host>

<controller-port>8090</contorller-port> <!--(default port) -->

<application-name>testapp</application-name>

<tier-name>tier1</tier-name>

<node-name>nodetest1</node-name>

 

sample application not working for me on windows machine

$
0
0

As a demo user of appdynamics i got an option to understand/work on "Sample Application of Appdynamics".

i have download the sample application.

When i run the sample application it is not installing any application on my machine and not able to connect appdynamics controller.

 

Steps i followed:

1) unzip the folder of the sample application

2) click on the INSTALL_Windows file

3) Input "Y" and click Enter.

I don't see any screen after that.

My machine has java version 1.7 as mentioned in the document.

 

Regards,

Kishore


Capture Error through log

$
0
0

Hi,

 

I was testing AppDynamics with java application deployed on IBM WAS and faced a scensrio where my application shows a white page for a perticular request and it doesn't show any 5XX or 4XX error in AppDynamics and developer tool but the error is getting logged in application logs.

I want to capture this error in AppDynamics and set alert fro the same. Please help me in capturing this error.

Regards,

Prathamesh

 

 

Re: Measure a recursive method

$
0
0

Hi,

 

the technical issues were resolved and I could finally test the Data Collector.

 

Unfortunately, I have still not reached my desired goal.

 

The Data Collector shows all the first parameters of the called recursive function but in a different window ("User Data").

 

What I need is a combined view of those parameters within the callgraph.

 

Is there something else I can try?

 

Sincere regards,

Ramiz

 

 

 

 

EUEM manual configuration

$
0
0

Hi,

We are trying to configure EUEM manually by adding js files in common page of application.

The issue we are facing here is the file which is common in all pages of application is JavaScript file and we are not able to add <script>window['adrum-start-time'] = new Date().getTime();</script><script src="/adrum.js"></script> line in JS file.

It is not able to access adrum.js file.

We have added the adrum.js file in same folder where common JS file is located.

 

Kindly provide us some way to add the agent string in JS file so that we can configure EUEM.

Regards,

Prasad

Re: Capture Error through log

$
0
0

Hi Prathamesh,

 

Would be great if you could attach screenshot from browser with error page and also app logs, 

 

While you provide above, check whether the loggging in app logs is logged using support logger framework by appdynamics , if not how about define custom logger rule under configure -> instrumentation -> error detection screen?

Re: Measure a recursive method

Re: EUEM manual configuration

$
0
0

Hi Prasad,

 

If i understood correctly you have jsp1 , jsp2 like jspx pages and all jsp/html pages uses one common JS file , and you are trying add in JS file, We expect as per doc specs the adrum.js script entry should go inside the <meta> element part of HTML/JSP elements.

 

Can you please add the line in 2-3 pages you would want to monitor as per syntax and location under head meta tag stated in docs and see how it goes, we understood the adrum.js is already in relative path and file location /file import is not an issue here.

 

Re: EUEM manual configuration

$
0
0

Hi Arun,

Thanks for your reply,

is there any option exist to add adrum.js entry in JS file.

Regards,

Prasad

 


Does AppDynamics fully support IPv6

$
0
0

Hi, i havent found anything so far about the support of IPv6.

 

Is AppDynamics fully supporting IPv6:

- installation of Controller and all Agents and its communication

- monitoring components running with IPv6

 

thanks and regards

Aaron

Bourbon and Branch Happy Hour! | San Francisco | October 27 2015

$
0
0
Are you attending JavaOne next week and want to win an Apple watch? Are you not attending but looking to network with your fellow peers in a fun environment?
 
Come one, come all! Join AppDynamics, the next great software company at a "secret" speak-easy happy hour at Bourbon and Branch. 
Tuesday October 27th 2015
6-9pm
Come for the spirits, swag and socializing.
RSVP Here.
 
 
AppD_BourbonBranch_1.jpg

Re: Does AppDynamics fully support IPv6

$
0
0

Hi Aaron,

 

We confirm Contorller installation which tied to license with mac addres using ipv6 , we confirm this should work fine and agent should be able to monitor for supported metrics for server running on instance using ipv6 should work fine, let us know if that answers and also let us know if you face issues if any

Re: NodeJs 0.12.*

$
0
0

Any news on this question?

Are you still not supporting node 0.12.7?

Thanks

 

Claudio Castro

Re: .net Machine agent & monitor extension

$
0
0

Hi,

 

Have you managed to do that? I would like to use UrlMonitor extension on the server where .NET Agent is installed. How can I do this? 

 

With standalone agent it is very simple, just to put it into /monitors/ folder. But how should I act with .NET Machine Agent? 

 

P.S. Is it possible to switch off .NET machine agent, but keep using .NET app agent. And install standalone Machine Agent (install it as a service)?

 

Many Thanks,

Vadims

Viewing all 1667 articles
Browse latest View live