<?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>question Re: Unable to connect to CDP phoenix from Spring Boot in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368778#M240269</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104662"&gt;@Sindhu6&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our CDP/Phoenix experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/40384"&gt;@smdas&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/41425"&gt;@aps&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82089"&gt;@willx&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 08:26:20 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2023-04-18T08:26:20Z</dc:date>
    <item>
      <title>Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368757#M240256</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to connect to Hbase via phoenix from Java SpringBoot Application.&lt;/P&gt;&lt;P&gt;This is to fetch data from Hbase from my Microservice Application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ma using the Phoenix connection URL :&amp;nbsp;&lt;/P&gt;&lt;P&gt;jdbc:phoenix:${zk-node}:${port}:/hbase:${principal}@${realm}:${keytab-path}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am connecting from java jdbctemplate and using the SQL Drivermanager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am getting below error:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is org.apache.phoenix.exception.PhoenixIOException: callTimeout=1200000, callDuration=1330750: Failed after attempts=16, exceptions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="ERR"&gt;[ERR] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:646)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:713)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:744)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:757)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:810)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.chase.ccb.digital.nucleus.slot.hbasephoenix.SampleDAO.getUserByRowKey(SampleDAO.java:38)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.chase.ccb.digital.nucleus.slot.hbasephoenix.SampleDAO$$FastClassBySpringCGLIB$$964f6016.invoke(&amp;lt;generated&amp;gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.chase.ccb.digital.nucleus.slot.hbasephoenix.SampleDAO$$EnhancerBySpringCGLIB$$688c56a9.getUserByRowKey(&amp;lt;generated&amp;gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.chase.ccb.digital.nucleus.slot.controller.PingController.healthCheckUsingGET(PingController.java:50)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.335+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.jpmorgan.moneta.boot.logging.RequestLoggingFilter.doFilter(RequestLoggingFilter.java:141)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.jpmorgan.moneta.boot.logging.PerfLoggingFilter.doFilter(PerfLoggingFilter.java:50)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at net.chase.ccb.photon.core.context.filter.ContextFilter.doFilter(ContextFilter.java:53)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.jpmorgan.moneta.boot.logging.MDCFilter.doFilter(MDCFilter.java:31)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.cloud.sleuth.instrument.web.servlet.TracingFilter.doFilter(TracingFilter.java:68)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration$LazyTracingFilter.doFilter(TraceWebServletConfiguration.java:131)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.cloudfoundry.router.ClientCertificateMapper.doFilter(ClientCertificateMapper.java:79)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.jpmorgan.moneta.boot.web.ExcludeFontVaryHeadersFilter.doFilterInternal(ExcludeFontVaryHeadersFilter.java:58)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.336+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.cloud.sleuth.instrument.web.tomcat.TraceValve.invoke(TraceValve.java:90)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at java.base/java.lang.Thread.run(Thread.java:834)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] Caused by: org.apache.phoenix.exception.PhoenixIOException: callTimeout=1200000, callDuration=1330750: Failed after attempts=16, exceptions:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:05.207Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:05.331Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:05.573Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:05.907Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:06.436Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:07.475Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:09.502Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:13.548Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, java.io.IOException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: java.io.IOException: Connection reset by peer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:23.600Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, java.io.IOException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: java.io.IOException: Connection reset by peer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:33.654Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:43.760Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:11:53.793Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:12:13.904Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:12:33.986Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, java.io.IOException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: java.io.IOException: Connection reset by peer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:12:54.165Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] 2023-04-18T04:13:14.308Z, RpcRetryingCaller{globalStartTime=1681791065181, pause=100, maxAttempts=16}, org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.util.ServerUtil.parseServerException(ServerUtil.java:138)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.query.ConnectionQueryServicesImpl.ensureTableCreated(ConnectionQueryServicesImpl.java:1205)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.query.ConnectionQueryServicesImpl.createTable(ConnectionQueryServicesImpl.java:1502)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:2756)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:1117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.compile.CreateTableCompiler$1.execute(CreateTableCompiler.java:199)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:408)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:391)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:390)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:378)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixStatement.executeUpdate(PhoenixStatement.java:1806)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2570)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2533)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2533)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:255)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:150)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:221)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.pool.HikariPool.&amp;lt;init&amp;gt;(HikariPool.java:115)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T09:43:15.337+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] ... 131 more&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 05:07:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368757#M240256</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-18T05:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368778#M240269</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104662"&gt;@Sindhu6&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our CDP/Phoenix experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/40384"&gt;@smdas&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/41425"&gt;@aps&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82089"&gt;@willx&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 08:26:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368778#M240269</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-04-18T08:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368785#M240275</link>
      <description>&lt;P&gt;HI Vidya,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I ma trying multiple ways to establish the connectivity from Java to CDP Phoenix.&lt;/P&gt;&lt;P&gt;Am getting the same error from all approaches.&lt;/P&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithRetries(RpcRetryingCallerImpl.java:145)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.HTable.get(HTable.java:384)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.HTable.get(HTable.java:358)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.MetaTableAccessor.getTableState(MetaTableAccessor.java:1118)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.MetaTableAccessor.tableExists(MetaTableAccessor.java:440)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.HBaseAdmin$6.rpcCall(HBaseAdmin.java:469)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.HBaseAdmin$6.rpcCall(HBaseAdmin.java:466)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.RpcRetryingCallable.call(RpcRetryingCallable.java:58)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithRetries(RpcRetryingCallerImpl.java:107)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] ... 154 more&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] Caused by: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Call to bdtcstr153n9.svr.us.jpmchase.net/169.23.107.110:16020 failed on local exception: org.apache.hadoop.hbase.exceptions.ConnectionClosedException: Connection closed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.IPCUtil.wrapException(IPCUtil.java:201)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.AbstractRpcClient.onCallFinished(AbstractRpcClient.java:378)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.AbstractRpcClient.access$100(AbstractRpcClient.java:91)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.302+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:409)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:405)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.Call.callComplete(Call.java:117)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.Call.setException(Call.java:132)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.NettyRpcDuplexHandler.cleanupCalls(NettyRpcDuplexHandler.java:203)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hadoop.hbase.ipc.NettyRpcDuplexHandler.channelInactive(NettyRpcDuplexHandler.java:211)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:386)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:351)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:277)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1405)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:901)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:818)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:497)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] at org.apache.hbase.thirdparty.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="log-line phm ptm em-high"&gt;&lt;SPAN class="time"&gt;2023-04-18T14:36:14.303+05:30 [APP/PROC/WEB/0]&lt;/SPAN&gt;&lt;SPAN class="ERR"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[ERR] ... 1 more&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:19:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368785#M240275</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-18T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368850#M240290</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104662"&gt;@Sindhu6&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please make sure phoenix and hbase are functional by accessing phoenix-sqlline and creating a test table then select data from it prior to using jdbc.&lt;/P&gt;&lt;P&gt;Then please refer to the below doc for phoenix jdbc usage in cdp:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/phoenix-access-data/topics/phoenix-orchestrating-sql.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/phoenix-access-data/topics/phoenix-orchestrating-sql.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 05:36:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368850#M240290</guid>
      <dc:creator>willx</dc:creator>
      <dc:date>2023-04-19T05:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368876#M240294</link>
      <description>&lt;P&gt;Hi willx, I have validated from sqlline script. It is connecting successfully.&lt;/P&gt;&lt;P&gt;From my application am using the phoenix jdbc url in below formats:&lt;/P&gt;&lt;PRE&gt;1. jdbc:phoenix:[***zookeeper_quorum***]:[***zookeeper_port***]:[***zookeeper_hbase_path***]&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;jdbc:phoenix:thin:url=&lt;A href="http://queryserver.domain:8765;serialization=PROTOBUF;authentication=SPENGO;principal=phoenix@EXAMPLE.COM;keytab=/etc/security/keytabs/phoenix.keytab" target="_blank" rel="noopener"&gt;http://queryserver.domain:8765;serialization=PROTOBUF;authentication=SPENGO;principal=phoenix@EXAMPLE.COM;keytab=/etc/security/keytabs/phoenix.keytab&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not clear as to what is the right phoenix url to be used from the java application&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 07:47:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368876#M240294</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-19T07:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368877#M240295</link>
      <description>&lt;P&gt;Hi willx, please let me know if we an option to setup a call and understand or clarify my doubts&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 07:48:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368877#M240295</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-19T07:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368882#M240300</link>
      <description>&lt;P&gt;Please check if your principal and keytab are set correctly.&lt;/P&gt;&lt;P&gt;Here is another example:&lt;/P&gt;&lt;P&gt;thick client:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/phoenix_using.html" target="_blank"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/phoenix_using.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thin client:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/phoenix_thin_client_pqs.html" target="_blank"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/phoenix_thin_client_pqs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 08:29:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368882#M240300</guid>
      <dc:creator>willx</dc:creator>
      <dc:date>2023-04-19T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368883#M240301</link>
      <description>&lt;P&gt;Hi willx, am using the thick client and it is the same format as in the documentation you have just shared am using in my code.&lt;/P&gt;&lt;P&gt;To informm you i donot have a keytab but i have kerberos cache which ma pointing to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for the thin client:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jdbc:phoenix:thin:url=&lt;A href="http://localhost:8765;serialization=PROTOBUF" target="_blank"&gt;http://localhost:8765;serialization=PROTOBUF&lt;/A&gt;; authentication=SPNEGO;principal=pqs@EXAMPLE.COM;keytab=/etc/security/keytabs/phoenix.keytab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what should be the value for url , here it is 8765 port, which is that server with 8765 port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also from my logs i see that ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Trying to connect to a secure cluster as a024563@EXCHAD.JPMCHASE.NET with keytab /app/jpmc_bsid/ccache/ccache_a024563.crd"}&lt;BR /&gt;2023-04-18T07:43:00.509+05:30 [APP/PROC/WEB/0] [OUT] {"TIMESTAMP":"2023-04-17 22:13:00.509/EDT","LEVEL":"INFO ","POOL":"na-3z","ENV":"dev","THREAD":"[http-nio-8080-exec-3]", application-id: slot-web-gaia, "SERV":"100.127.13.51:61010","CF_INSTANCE_INDEX":"0,,"CF_INSTANCE_GUID":"e7bc4234-666b-4cb3-7ef9-12fa,"MESSAGE":"Successful login to secure cluster"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By this is it that the login to CDP is success and then is the issue with query now or authentication am getting.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 08:41:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368883#M240301</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-19T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368886#M240302</link>
      <description>&lt;P&gt;From the documentation you shared for thin client it seems we need to use a avatica certificate and username , password onboarded on to Avatica.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that case i need to go with thick client only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you please support me on my issue.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 08:46:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/368886#M240302</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-19T08:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369008#M240338</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/104662"&gt;@Sindhu6&lt;/a&gt;&amp;nbsp;Please refer to this phoenix doc for java example and url syntax:&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenix.apache.org/faq.html#What_is_the_Phoenix_JDBC_URL_syntax" target="_blank" rel="noopener"&gt;https://phoenix.apache.org/faq.html#What_is_the_Phoenix_JDBC_URL_syntax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;An example URL is&amp;nbsp;&lt;/P&gt;&lt;P&gt;jdbc:phoenix:thin:url=&lt;A href="http://hostname:8765;serialization=PROTOBUF;authentication=SPNEGO;principal=hbase/hostname@EXAMPLE;keytab=/var/run/cloudera-scm-agent/process/xx-hbase-REGIONSERVER/hbase.keytab" target="_blank" rel="noopener"&gt;http://hostname:8765;serialization=PROTOBUF;authentication=SPNEGO;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hostname:8765;serialization=PROTOBUF;authentication=SPNEGO;principal=hbase/hostname@EXAMPLE;keytab=/var/run/cloudera-scm-agent/process/xx-hbase-REGIONSERVER/hbase.keytab" target="_blank" rel="noopener"&gt;principal=hbase/hostname@EXAMPLE;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hostname:8765;serialization=PROTOBUF;authentication=SPNEGO;principal=hbase/hostname@EXAMPLE;keytab=/var/run/cloudera-scm-agent/process/xx-hbase-REGIONSERVER/hbase.keytab" target="_blank" rel="noopener"&gt;keytab=/var/run/cloudera-scm-agent/process/xx-hbase-REGIONSERVER/hbase.keytab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(due to system will hide long text, devide into multiple lines, but you need write url into single line.)&lt;/P&gt;&lt;P&gt;Jar is&amp;nbsp;/opt/cloudera/parcels/CDH-7.1.x/jars/phoenix-queryserver-client-xxx.jar&lt;/P&gt;&lt;P&gt;Driver Class is "org.apache.phoenix.queryserver.client.Driver"&lt;/P&gt;&lt;P&gt;You should replace keytab, principle, jar with your own and start to test single java class instead of complex projects.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 12:01:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369008#M240338</guid>
      <dc:creator>willx</dc:creator>
      <dc:date>2023-04-20T12:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369124#M240381</link>
      <description>&lt;P&gt;Hi Willx,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to connect to phoenix via thick client and can you please suggest the jars required for thick client and phoenix connection url.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For authentication i am using kerberos ticket cache, can you please suggest the right phoenix url for the same.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 08:41:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369124#M240381</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-22T08:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369125#M240382</link>
      <description>&lt;P&gt;Can you please provide the list of configurations to be set for phoenix connection.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 08:42:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/369125#M240382</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-04-22T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/370042#M240610</link>
      <description>&lt;P&gt;Hi Team, i have added Hbase client and phoenix core jar which has hbase client jar within it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the hbase and core site xmls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get the Hconnection established message. But then i get&amp;nbsp;&lt;/P&gt;&lt;P&gt;"MESSAGE":"Reading reply sessionid:0x200239e26e51663, packet:: clientPath:/hbase serverPath:/hbase finished:false header:: 16,8 replyHeader:: 16,313534022349,0 request:: '/hbase,F response:: v{'meta-region-server,'rs,'splitWAL,'backup-masters,'flush-table-proc,'master-maintenance,'online-snapshot,'switch,'master,'running,'tokenauth,'draining,'namespace,'hbaseid,'table&lt;/P&gt;&lt;P&gt;I get this message repatedly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am doubting if my hbase.site.xml is getting loaded properly. How can i verify if it is loaded properly.&lt;/P&gt;&lt;P&gt;What could be the issue&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 09:45:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/370042#M240610</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-05-04T09:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to CDP phoenix from Spring Boot</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/373904#M241801</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have developed Spring boot application to read data from hbase via phoenix. the application creats new phoenix connection all the time and due to which high memory usage results in app crash. Please suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 08:17:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-CDP-phoenix-from-Spring-Boot/m-p/373904#M241801</guid>
      <dc:creator>Sindhu6</dc:creator>
      <dc:date>2023-07-14T08:17:47Z</dc:date>
    </item>
  </channel>
</rss>

