<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Troubleshooting Application Crashes with OneAgent  Without Disabling the Agent in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Application-Crashes-with-OneAgent-Without/ta-p/209246</link>
    <description>&lt;H1&gt;Troubleshooting Application Crashes with OneAgent&amp;nbsp; Without Disabling the Agent&lt;/H1&gt;
&lt;P&gt;When an application crashes after OneAgent installation, &lt;STRONG&gt;disabling the agent entirely is not necessary&lt;/STRONG&gt; and should be avoided. Instead, use a structured, step-by-step isolation approach to identify the root cause while keeping monitoring in place.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Before You Begin&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;1. Verify technology support and agent version&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Ensure the technology stack in use is supported by Dynatrace and that you are running the latest version of OneAgent. An outdated agent is a common source of instability.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/technology-support" target="_blank" rel="noopener"&gt;Dynatrace Technology Support&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/whats-new/release-notes" target="_blank" rel="noopener"&gt;Dynatrace Release Notes&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;Step 1&amp;nbsp; Disable RUM (Real User Monitoring) First&lt;/H2&gt;
&lt;P&gt;Start your investigation at the RUM layer. RUM instrumentation involves JavaScript injection and HTTP response modification, which can occasionally conflict with certain application or HTTP client behaviours. Isolating RUM is the quickest and least invasive first step.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to disable RUM at the Process Group level:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to the affected &lt;STRONG&gt;Process Group&lt;/STRONG&gt; in the Dynatrace UI.&lt;/LI&gt;
&lt;LI&gt;Go to &lt;STRONG&gt;Settings → Real User Monitoring&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Disable &lt;STRONG&gt;Enable Real User Monitoring&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Restart OneAgent&lt;/STRONG&gt; after making the change.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Note:&lt;/STRONG&gt; Disabling RUM at the Process Group level is preferred over using the OneAgent feature flag, as it also reduces configuration size by removing unnecessary application detection rules&amp;nbsp; making it a cleaner and more efficient change.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/rum-for-process-groups#disable-rum-for-a-process-gr..." target="_blank" rel="noopener"&gt;Detailed steps: Disable RUM for a Process Group&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;If disabling RUM resolves the crash&lt;/STRONG&gt; → Contact Dynatrace Support to investigate the specific RUM/injection conflict further.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If the crash persists&lt;/STRONG&gt; → Continue to Step 2.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Step 2&amp;nbsp; Identify the Technology Stack&lt;/H2&gt;
&lt;P&gt;Navigate to the affected &lt;STRONG&gt;Process&lt;/STRONG&gt; in the Dynatrace UI and expand the &lt;STRONG&gt;Properties and Tags&lt;/STRONG&gt; section. This will list all technologies detected within that process.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":pushpin:"&gt;📌&lt;/span&gt; &lt;STRONG&gt;Example:&lt;/STRONG&gt; A .NET-based process might show technologies such as IBM MQ, ADO.NET, and WCF. A Java-based process might show JDBC, JMS, or servlet frameworks. &lt;STRONG&gt;The steps that follow apply to all technologies the specific sensors you will see depend on what is detected in your process.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Make a note of every technology listed each one has a corresponding OneAgent sensor that can be individually disabled for testing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-08-18 at 15.20.59.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34026i839741C415BBE661/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2026-08-18 at 15.20.59.png" title="Screenshot 2026-08-18 at 15.20.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Step 3&amp;nbsp; Isolate by Disabling OneAgent Sensors One at a Time&lt;/H2&gt;
&lt;P&gt;Navigate to &lt;STRONG&gt;Settings → Preferences → OneAgent Features&lt;/STRONG&gt; and search for the sensors corresponding to the technologies identified in Step 2.&lt;/P&gt;
&lt;P&gt;Disable them &lt;STRONG&gt;one at a time&lt;/STRONG&gt;, following this procedure for each:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Disable one sensor.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Restart OneAgent.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Observe whether the crash is resolved.&lt;/LI&gt;
&lt;LI&gt;If not, re-enable that sensor and move to the next one.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; Only disable one sensor per test cycle and always restart OneAgent between changes. This ensures you can accurately attribute the fix to a specific sensor.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":pushpin:"&gt;📌&lt;/span&gt; &lt;STRONG&gt;Example (.NET process):&lt;/STRONG&gt; You might test sensors such as IBM MQ, ADO.NET, and WCF individually. This is illustrative&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;the sensors available to you will reflect the technologies detected in your specific process&lt;/STRONG&gt;, regardless of the technology stack in us&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-08-18 at 15.21.37.png"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/34027i41D1FCF2DB403818/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2026-08-18 at 15.21.37.png" title="Screenshot 2026-08-18 at 15.21.37.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Step 4&amp;nbsp; Use the RUM Health Check for Additional Diagnostics (Optional)&lt;/H2&gt;
&lt;P&gt;If the issue appears related to RUM injection specifically, the &lt;STRONG&gt;RUM Health Check&lt;/STRONG&gt; can provide rapid diagnostic insight without requiring log analysis. Issue a request to the application with the header &lt;CODE&gt;User-Agent: dtHealthCheck&lt;/CODE&gt; (using cURL or Postman). The response headers will indicate the RUM sensor state and help pinpoint the layer at which the issue occurs.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Step 5&amp;nbsp; Collect Data and Raise a Support Ticket&lt;/H2&gt;
&lt;P&gt;Once you have identified (or narrowed down) the offending sensor, open a Dynatrace Support ticket with the following information.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":pushpin:"&gt;📌&lt;/span&gt; &lt;STRONG&gt;Note:&lt;/STRONG&gt; The example below uses a .NET application as reference. &lt;STRONG&gt;The artifacts required will vary depending on your technology stack.&lt;/STRONG&gt; Work with Dynatrace Support to confirm exactly what is needed for your environment.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="lia-align-center"&gt;&lt;FONT size="3"&gt;Artifact&lt;/FONT&gt;&lt;/TH&gt;
&lt;TH class="lia-align-center"&gt;&lt;FONT size="3"&gt;Applies To&lt;/FONT&gt;&lt;/TH&gt;
&lt;TH class="lia-align-center"&gt;&lt;FONT size="3"&gt;Notes&lt;/FONT&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Link to the Process&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;All technologies&lt;/TD&gt;
&lt;TD&gt;Direct URL from the Dynatrace UI&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;OneAgent logs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;All technologies&lt;/TD&gt;
&lt;TD&gt;Collected from the affected host&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Name of the offending sensor&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;All technologies&lt;/TD&gt;
&lt;TD&gt;Which sensor was disabled when the crash stopped&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Windows Event Logs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;Windows-based hosts&lt;/TD&gt;
&lt;TD&gt;From the time window of the crash&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Class dumps&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;.NET applications&lt;/TD&gt;
&lt;TD&gt;Collected at time of crash&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Memory dumps&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;.NET applications&lt;/TD&gt;
&lt;TD&gt;Recommended tool:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=58210" target="_blank" rel="noopener"&gt;Debug Diagnostic Tool&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Heap dumps / thread dumps&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;Java applications&lt;/TD&gt;
&lt;TD&gt;Collected at time of crash&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Application-specific logs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;All technologies&lt;/TD&gt;
&lt;TD&gt;E.g., IIS logs, Node.js logs, JVM logs&amp;nbsp; depending on stack&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Tue, 25 Aug 2026 13:35:35 GMT</pubDate>
    <dc:creator>noel_david</dc:creator>
    <dc:date>2026-08-25T13:35:35Z</dc:date>
    <item>
      <title>Troubleshooting Application Crashes with OneAgent  Without Disabling the Agent</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Application-Crashes-with-OneAgent-Without/ta-p/209246</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;*&lt;EM&gt;Use a table of contents for longer articles.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;Summary&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Short description of which part of the Dynatrace platform the article refers to and what kind of problem it will help resolve/ task it will describe.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Provide a precise description of the problem/ task to be described. Use anonymized screenshots, and include text for&amp;nbsp;important messages, errors, or information that will help the customer find this article when searching.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Troubleshooting steps&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted as necessary.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what troubleshooting steps should be taken to ensure the problem matches this article.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Resolution&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted for articles that guide customers on ticket creation.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain the solution or all possible solutions resulting from the troubleshooting steps.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;What's next&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section. Customers need a way to respond or follow up if they have questions.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what to do if the article did not help.&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Note that there are multiple options available, including:&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Opening a support ticket&lt;/STRONG&gt; - be as specific as possible about the information the customer should include in the ticket.&amp;nbsp;&lt;/EM&gt; If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:
&lt;UL&gt;
&lt;LI&gt;link to XYZ&lt;/LI&gt;
&lt;LI&gt;screenshot of XYZ&lt;/LI&gt;
&lt;LI&gt;information about XYZ&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Suggesting Product Idea&lt;/STRONG&gt; - encourage the customer to suggest/ vote for a Product Idea explaining their business use case.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Explain this will change in the future&lt;/STRONG&gt; - explain that this behaviour will change in a future release. (No product idea / support ticket needed)&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Alternatives -&lt;/STRONG&gt;&amp;nbsp;any other actions or links to other articles that could move the customer forward.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;*If it exists, link this article to the relevant troubleshooting map using the following guideline&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;More articles can be found on the &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/" target="_self"&gt;XXX Troubleshooting Map&lt;/A&gt;&lt;/H3&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Aug 2026 13:35:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Application-Crashes-with-OneAgent-Without/ta-p/209246</guid>
      <dc:creator>noel_david</dc:creator>
      <dc:date>2026-08-25T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I troubleshoot when OneAgent is crashing application?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Application-Crashes-with-OneAgent-Without/tac-p/212106#M195</link>
      <description>&lt;P&gt;Disabling the Dynatrace Oneagent should always be the very last option. Without it you risk insight into the true issue.&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17456"&gt;@noel_david&lt;/a&gt;&amp;nbsp;Thanks for sharing this!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:08:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Application-Crashes-with-OneAgent-Without/tac-p/212106#M195</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T19:08:37Z</dc:date>
    </item>
  </channel>
</rss>

