<?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: Exception Analysis/Understanding Required in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121612#M2167</link>
    <description>&lt;P&gt;Hi Babar-&lt;/P&gt;&lt;P&gt;I don't have a ton of context with this, but all I can tell is that almost all of the contribution time comes from the execution of the statement (which is to be expected) and/or the underlying components you have blocked out. You need to look at the extra contributing factors beyond just this one screenshot, but it does appear to be coming from the prepared statements in the web server.&lt;/P&gt;&lt;P&gt;-Bob C&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 16:29:50 GMT</pubDate>
    <dc:creator>bobby_crumley</dc:creator>
    <dc:date>2021-02-09T16:29:50Z</dc:date>
    <item>
      <title>Exception Analysis/Understanding Required</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121611#M2166</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;There is an exception &lt;STRONG&gt;java.lang.ArrayIndexOutOfBoundsException&lt;/STRONG&gt; with the message '&lt;STRONG&gt;null&lt;/STRONG&gt;'. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is this exception?&lt;/LI&gt;&lt;LI&gt;What can be the business impact of this exception?&lt;/LI&gt;&lt;LI&gt;Is this because of the WAS?&lt;/LI&gt;&lt;LI&gt;Is this because of the Oracle?&lt;/LI&gt;&lt;LI&gt;Is this because of the driver?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28179-1612876706994.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 13:22:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121611#M2166</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2021-02-09T13:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Analysis/Understanding Required</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121612#M2167</link>
      <description>&lt;P&gt;Hi Babar-&lt;/P&gt;&lt;P&gt;I don't have a ton of context with this, but all I can tell is that almost all of the contribution time comes from the execution of the statement (which is to be expected) and/or the underlying components you have blocked out. You need to look at the extra contributing factors beyond just this one screenshot, but it does appear to be coming from the prepared statements in the web server.&lt;/P&gt;&lt;P&gt;-Bob C&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:29:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121612#M2167</guid>
      <dc:creator>bobby_crumley</dc:creator>
      <dc:date>2021-02-09T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Analysis/Understanding Required</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121613#M2168</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/3521/view.html" nodeid="3521"&gt;@Bob C.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comments. The following is the exception stacktrace for your analysis:&lt;/P&gt;&lt;PRE&gt;oracle.jdbc.driver.DynamicByteArray.put(DynamicByteArray.java:519)&lt;BR /&gt;oracle.jdbc.driver.ByteArray.put(ByteArray.java:234)&lt;BR /&gt;oracle.jdbc.driver.T2CPreparedStatement.updateData(T2CPreparedStatement.java:2332)&lt;BR /&gt;oracle.jdbc.driver.T2CStatement.t2cDefineExecuteFetch(T2CStatement.java)&lt;BR /&gt;oracle.jdbc.driver.T2CPreparedStatement.doDefineExecuteFetch(T2CPreparedStatement.java:1578)&lt;BR /&gt;oracle.jdbc.driver.T2CPreparedStatement.executeForRows(T2CPreparedStatement.java:938)&lt;BR /&gt;oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:957)&lt;BR /&gt;oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1111)&lt;BR /&gt;oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:4798)&lt;BR /&gt;oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:4845)&lt;BR /&gt;oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1501)&lt;BR /&gt;com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.pmiExecuteQuery(WSJdbcPreparedStatement.java:1221)&lt;BR /&gt;com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.executeQuery(WSJdbcPreparedStatement.java:739)&lt;BR /&gt;com.ibm.ws.session.store.db.DatabaseHashMap.isPresent(DatabaseHashMap.java:1886)&lt;BR /&gt;com.ibm.ws.session.store.common.BackedStore.isPresentInExternalStore(BackedStore.java:83)&lt;BR /&gt;com.ibm.ws.session.store.memory.MemoryStore.idExists(MemoryStore.java:243)&lt;BR /&gt;com.ibm.ws.session.SessionManager.createISession(SessionManager.java:243)&lt;BR /&gt;com.ibm.ws.session.SessionManager.createSession(SessionManager.java:736)&lt;BR /&gt;com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:506)&lt;BR /&gt;com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:427)&lt;BR /&gt;com.ibm.ws.webcontainer.srt.SRTRequestContext.getSession(SRTRequestContext.java:113)&lt;BR /&gt;com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2212)&lt;BR /&gt;com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2196)&lt;BR /&gt;org.springframework.web.util.WebUtils.setSessionAttribute(WebUtils.java:338)&lt;BR /&gt;org.springframework.web.servlet.i18n.SessionLocaleResolver.setLocaleContext(SessionLocaleResolver.java:113)&lt;BR /&gt;org.springframework.web.servlet.i18n.AbstractLocaleContextResolver.setLocale(AbstractLocaleContextResolver.java:66)&lt;BR /&gt;org.springframework.web.servlet.i18n.LocaleChangeInterceptor.preHandle(LocaleChangeInterceptor.java:73)&lt;BR /&gt;com.ejada.ecorp.sessionmgmt.ECorpLocaleChangeInterceptor.preHandle(ECorpLocaleChangeInterceptor.java:39)&lt;BR /&gt;org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:134)&lt;BR /&gt;org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:954)&lt;BR /&gt;org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)&lt;BR /&gt;org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)&lt;BR /&gt;org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)&lt;BR /&gt;javax.servlet.http.HttpServlet.service(HttpServlet.java:575)&lt;BR /&gt;org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)&lt;BR /&gt;javax.servlet.http.HttpServlet.service(HttpServlet.java:668)&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)&lt;BR /&gt;com.ejada.ecorp.sessionmgmt.serverrequests.ServerRequestParametersFilter.doFilter(ServerRequestParametersFilter.java:90)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)&lt;BR /&gt;com.ejada.ecorp.sessionmgmt.DenyJSPAccessFilter.doFilter(DenyJSPAccessFilter.java:72)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)&lt;BR /&gt;org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:85)&lt;BR /&gt;org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)&lt;BR /&gt;com.ejada.ecorp.sessionmgmt.DenyWebResourcesAccessFilter.doFilter(DenyWebResourcesAccessFilter.java:55)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)&lt;BR /&gt;com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)&lt;BR /&gt;com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)&lt;BR /&gt;com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:949)&lt;BR /&gt;com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)&lt;BR /&gt;com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:213)&lt;BR /&gt;com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)&lt;BR /&gt;com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)&lt;BR /&gt;com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)&lt;BR /&gt;com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)&lt;BR /&gt;com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:558)&lt;BR /&gt;com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:608)&lt;BR /&gt;com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:985)&lt;BR /&gt;com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1074)&lt;BR /&gt;com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 06:09:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/121613#M2168</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2021-02-10T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Analysis/Understanding Required</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/163073#M2680</link>
      <description>&lt;P&gt;Hello Babar,&lt;/P&gt;&lt;P&gt;You don't have any exception from the service&amp;nbsp; who call&amp;nbsp; Oracle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Julien D.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:19:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exception-Analysis-Understanding-Required/m-p/163073#M2680</guid>
      <dc:creator>julien_duhamel1</dc:creator>
      <dc:date>2021-03-18T10:19:34Z</dc:date>
    </item>
  </channel>
</rss>

