<?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>topic Re: Deep monitoring Websphere Application Server in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117940#M11581</link>
    <description>&lt;P&gt;My take on this is that the presence of our agent in a stacktrace is not usually indicative of us causing the problem, but simply a side effect of our code being hit while intercepting the the information we gather in the code.  Are you suspecting us of causing the exception and not just reporting it?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 08 May 2019 17:57:08 GMT</pubDate>
    <dc:creator>dave_mauney</dc:creator>
    <dc:date>2019-05-08T17:57:08Z</dc:date>
    <item>
      <title>Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117939#M11580</link>
      <description>&lt;P&gt;Did anyone encounter this error on any of your WAS monitored applications?&lt;/P&gt;
&lt;P&gt;This application is running on a WAS 7.6 (which is not supported, I know) but all other monitored applications work fine. I even searched for other uses of the "ebanking.framework.filters.EncryptionFilter.doFilter" method that generates this issue and all others work. Except this one.&lt;/P&gt;
&lt;P&gt;I have to mention that this WAS process was formerly monitored with AppMon and had no issues. Yesterday we deactivated the AppMon agent and installed OneAgent on the host.&lt;/P&gt;
&lt;P&gt;Do you guys have any ideea on how could I resolve this?&lt;/P&gt;
&lt;P&gt;Root causes for requests that failed with HTTP 500 - Internal Server Error&lt;BR /&gt;100 % were caused by javax.servlet.http.HttpServletResponse.setStatus&lt;BR /&gt;Exception messages of javax.servlet.http.HttpServletResponse.setStatus&lt;BR /&gt;HTTP ***** setStatus called&lt;BR /&gt;Stacktraces of exceptions&lt;BR /&gt;java.lang.Thread.getStackTrace (Thread.java:1070)&lt;BR /&gt;&lt;STRONG&gt;com.compuware.apm.agent.introspection.servlet.ServletIntrospection.updateResponseStatusOnTraceTag&lt;/STRONG&gt; (ServletIntrospection.java:968)[+]&lt;BR /&gt;com.ibm.ws.webcontainer.srt.SRTServletResponse.setStatus (SRTServletResponse.java)[+]&lt;BR /&gt;javax.servlet.http.HttpServlet.service (HttpServlet.java:738)[+]&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.ServletWrapper.service (ServletWrapper.java:1661)[+]&lt;BR /&gt;ebanking.framework.filters.EncryptionFilter.doFilter (EncryptionFilter.java:104)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter (FilterInstanceWrapper.java:190)[+]&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest (CacheServletWrapper.java:91)[+]&lt;BR /&gt;com.ibm.ws.webcontainer.webapp.WebApp.handleRequest (WebApp.java:3954)[+]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:11:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117939#M11580</guid>
      <dc:creator>sorin_zaharov</dc:creator>
      <dc:date>2021-12-13T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117940#M11581</link>
      <description>&lt;P&gt;My take on this is that the presence of our agent in a stacktrace is not usually indicative of us causing the problem, but simply a side effect of our code being hit while intercepting the the information we gather in the code.  Are you suspecting us of causing the exception and not just reporting it?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2019 17:57:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117940#M11581</guid>
      <dc:creator>dave_mauney</dc:creator>
      <dc:date>2019-05-08T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117941#M11582</link>
      <description>&lt;P&gt;I agree with Dave, just because we're in the stack trace does not automatically implicate our agent.&lt;/P&gt;&lt;P&gt;In this situation the stack trace tells us the thread was processing a web request, specifically setting the response status code.   Dynatrace instruments this code to fiddle with this response and immediately a stack trace is involved, which makes me suspicious that in this situation we are the root cause of the exception.  &lt;/P&gt;&lt;P&gt;I would open a support case, but since WAS 7.6 is not supported, this makes it challenging and likely they won't work your case.&lt;BR /&gt;Sigh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2019 18:48:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117941#M11582</guid>
      <dc:creator>Joe_Hoffman</dc:creator>
      <dc:date>2019-05-08T18:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117942#M11583</link>
      <description>&lt;P&gt;Indeed, the last execution that is faulty is the "java.lang.Thread.getStackTrace". My logic was that doFilter triggered the IBM wrapper which called setStatus which is monitored and called updateResponseStatusOnTraceTag and that called the getStackTrace, but I now realize that getStackTrace could just be the actual cal from setStatus.&lt;/P&gt;&lt;P&gt;I was suspecting DT could be the culprit but I wasn't sure.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2019 06:49:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117942#M11583</guid>
      <dc:creator>sorin_zaharov</dc:creator>
      <dc:date>2019-05-09T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117943#M11584</link>
      <description>&lt;P&gt;Actually, there was an issue yesterday on the application that uses that particular service (application which is not yet monitored with Dynatrace) and it turned out that the problem is not caused by this service.&lt;/P&gt;&lt;P&gt;I reanalyzed the stacktrace and it makes sense what you're saying.&lt;/P&gt;&lt;P&gt;I thought of opening a support ticket but firstly WAS7.6 is not in the supported matrix and secondly the issue is not affecting anything (as far as we know). I am going to do some digging inside the application logs to see if these issues occurred before OneAgent was there thus clearing our (Dynatrace's) name :).&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2019 06:56:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/117943#M11584</guid>
      <dc:creator>sorin_zaharov</dc:creator>
      <dc:date>2019-05-09T06:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/213005#M26479</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;Years later and we're encoutring the same issue with the same exception.&lt;/P&gt;&lt;P&gt;Do you by any chance remeber what was the issue and how did you actually resolve it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:01:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/213005#M26479</guid>
      <dc:creator>SOBE</dc:creator>
      <dc:date>2023-05-24T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Deep monitoring Websphere Application Server</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/214644#M26790</link>
      <description>&lt;P&gt;Me too. No one complained, but its kinda weird.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception:&lt;BR /&gt;javax.servlet.http.HttpServletResponse.setStatus&lt;BR /&gt;Message:&lt;BR /&gt;HTTP 500 setStatus called&lt;/P&gt;&lt;P&gt;Stacktrace:&lt;BR /&gt;java.lang.Thread.getStackTrace(Thread.java:1137)&lt;BR /&gt;com.dynatrace.agent.introspection.servlet.ServletIntrospection.updateResponseStatusOnTraceTag(ServletIntrospection.java:754)&lt;BR /&gt;com.dynatrace.agent.introspection.servlet.ServletIntrospection.HttpServletResponseSetStatus(ServletIntrospection.java:699)&lt;BR /&gt;com.dynatrace.agent.introspection.servlet.ServletIntrospectionWrapper.HttpServletResponseSetStatus(ServletIntrospectionWrapper.java:543)&lt;BR /&gt;com.ibm.ws.webcontainer.srt.SRTServletResponse.setStatus(SRTServletResponse.java)&lt;BR /&gt;com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost(WASAxis2Servlet.java:1727)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:25:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Deep-monitoring-Websphere-Application-Server/m-p/214644#M26790</guid>
      <dc:creator>RaphaelMenezes</dc:creator>
      <dc:date>2023-06-09T15:25:00Z</dc:date>
    </item>
  </channel>
</rss>

