cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No application information are discovered

thomasl
Newcomer

DynaTrace Managed is installed in my site. I defined an Environment. The OneAgent is also deployed into the monitoring hosts. The hosts and processes can be discovered gracefully. Since the hosts are servicing our production WebLogic applications (include the front end Oracle HTTP Server), there are many traffic captured by DynaTrace already. However, I couldn't see any application being discovered under "Applications" page. In DynaTrace knowledge, I found this page

Define applications for Real User Monitoring  

From the page, it said "My web application", but I cannot find "My web application" also. What's wrong?

 

7 REPLIES 7

Julius_Loman
DynaMight Legend
DynaMight Legend

First, check if all monitored processes have been restarted. (There is a yellow exclamation mark next to them in Dynatrace UI). Specifically, those which serve the web pages.

The applications don't get discovered, you have to define them. If you don't define them, all the requests will popup at the "My web application".
If you don't see the "My web application" in the Applications menu, it is typically because either the injection of Dynatrace JavaScript failed or the beacon is not accessible. If you are on default settings, first check if the Javascript with name containing ruxitagent is present in the web pages (see page source). If JavaScript is not present, there can be many reasons for that. In my experience either the page is not valid or the servlet already produces gzipped output so Oneagent cannot inject.


If the JavaScript is there, then maybe it cannot send data to the beacon URL (it's in the JavaScript tag). This typically happens if there are some load balancers doing URL patch remapping in the chain.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

thomasl
Newcomer

Thanks for your answer.

All WebLogic servers and the Oracle HTTP Server (OHS) "httpd" processes are restarted. No "Yellow" mark on the "Deployment Status" page.

We just installed the DynaTrace Managed servers, created "Environment" and deployed OneAgent, no other configuration change(s) is applied.

I tried to put a very simple static HTML to the OHS htdocs, no JavaScript is injected (ruxitagent is not present). I also checked the response of the simple static HTML page, the response is not gzipped.

In DynaTrace documentation, it mentioned that the JavaScript is injected from Apache (i.e. OHS in my site), is there configuration is necessary on it?


Hello Thomas L.

If you don't see any of your applications or Real User Monitoring data in Dynatrace, the first thing you need to do is confirm that there is traffic in your web front-end processes (web server, Java, Node.js, etc). To do this, interact with one of your applications' pages to generate some traffic.

You can follow the link for more understanding.

https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configura...

Did you install a Full Stack Agent or a Standalone Agent?

Regards,

Babar


Hi Babar,

Yes, I confirm that there are traffic in my web front-end. There are many services and purepath were captured in "Transactions & Services".

For the Agent type, what is Full Stack Agent or Standalone Agent? How can I know the type of my installed Agent? I followed the deployment steps on DynaTrace Managed Web UI to run the deploy commands to deploy the OneAgent.

Regards,

Thomas


Hello @Thomas L.

I meant Solaris agent is not a Full Stack Agent, therefore, you will have to configure the application to start monitoring.

https://www.dynatrace.com/support/help/technology-support/operating-systems/solaris/installation/ins...

On Solaris, Dynatrace only supports Java and Apache HTTP Server applications and as such you need to decide which applications to monitor.

Regards,

Babar


AlexanderSommer
Dynatrace Champion
Dynatrace Champion

The "My web application" will appear if Dynatrace has captured the first user action. If Dynatrace detects services which deliver html and you have DEM Units for Real User Monitoring but the OneAgent can't inject the real user monitoring JS code or the beacon is not delivered back to the Dynatrace infrastructure you should see the "First success health information" in the application list or via the application tiles on your dashboard:


I would recommend to open a support ticket. The support team will take a look at your environment and will help you to identify the issue.


Hi Alexander,

OK, I raise a Support Ticket.

Thanks.

Thomas


Featured Posts