<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Patch_20230915_TPS-5495_v1-8.0.1 Installation, Filter Failed to start in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539314#M12808</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The attempt to patch Talend Administration Center to the latest provided version failed and we are unsure how to proceed.&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TAC: &lt;EM&gt;Patch_20230915_TPS-5495_v1-8.0.1&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Tomcat: 9&lt;/LI&gt;&lt;LI&gt;JVM: 11&lt;/LI&gt;&lt;LI&gt;OS: Debian&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TAC: &lt;EM&gt;Patch_20250425_QTAC-968_R2025-04_v1-8.0.1&amp;nbsp;&lt;/EM&gt;(obtained through TAC)&lt;BR /&gt;(Specifically lists Java 17 and Tomcat 10.1 or higher)&lt;/LI&gt;&lt;LI&gt;Tomcat: 10.1.34, 9.0.93 (both tested)&lt;/LI&gt;&lt;LI&gt;JVM: 11, 17 (both tested for each Tomcat version)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Rough procedure:&lt;BR /&gt;Tomcat runs without issues. Unzipped the patch .war and copied it to the webapps folder after removing previous tac from the webapps. Copied required db jar to `WEB-INF/lib/` and `quartz.properties`, `configuration.properties` to `WEB-INF/classes/`.&lt;/P&gt;&lt;P&gt;Logs:&lt;/P&gt;&lt;P&gt;Catalina.log:&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:56.907 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory&lt;BR /&gt;Deploying web application directory [/opt/tomcat/apache-tomcat-9.0.93/webapps/org.talend.administrator-8.0.1]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:57.337 FINE [main] org.apache.catalina.loader.WebappLoader.startInternal&lt;BR /&gt;Starting this Loader&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:59.113 FINE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:59.114 FINE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;Configured a manager of class [org.apache.catalina.session.StandardManager]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.151 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;One or more Filters failed to start. Full details will be found in the appropriate container log file&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.152 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;Context [/org.talend.administrator-8.0.1] startup failed due to previous errors&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.159 FINE [main] org.apache.catalina.loader.WebappLoader.stopInternal&lt;BR /&gt;Stopping this Loader&lt;/P&gt;&lt;P&gt;localhost.&amp;lt;Date&amp;gt;.log:&lt;BR /&gt;16-Dec-2025 11:34:54.408 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;SessionListener: contextDestroyed()&lt;BR /&gt;16-Dec-2025 11:34:54.408 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: contextDestroyed()&lt;BR /&gt;16-Dec-2025 11:34:56.802 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: contextInitialized()&lt;BR /&gt;16-Dec-2025 11:34:56.802 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;SessionListener: contextInitialized()&lt;BR /&gt;16-Dec-2025 11:34:56.803 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: attributeAdded('StockTicker', 'async.Stockticker@2189e7a7')&lt;BR /&gt;&lt;BR /&gt;The following might provide further information:&lt;BR /&gt;&lt;SPAN&gt;javap -classpath ./webapps/org.talend.administrator-8.0.1/WEB-INF/classes org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter | grep Filter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Original TAC:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Compiled from "ContentSecurityPolicyFilter.java"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;public class org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter&lt;BR /&gt;implements javax.servlet.Filter {&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; public org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter();&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp; public void init(javax.servlet.FilterConfig);&lt;BR /&gt;&amp;nbsp; public void doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)&lt;BR /&gt;throws java.io.IOException, javax.servlet.ServletException;&lt;/P&gt;&lt;P&gt;Patch:&lt;BR /&gt;&lt;SPAN&gt;Compiled from "ContentSecurityPolicyFilter.java"&lt;BR /&gt;&lt;/SPAN&gt;public class org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter implements jakarta.servlet.Filter {&lt;BR /&gt;&amp;nbsp; public org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter();&lt;BR /&gt;&amp;nbsp; public void init(jakarta.servlet.FilterConfig);&lt;BR /&gt;&amp;nbsp; public void doFilter(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, jakarta.servlet.FilterChain)&lt;BR /&gt;throws java.io.IOException, jakarta.servlet.ServletException;&lt;/P&gt;&lt;P&gt;Any help to solve this issue is much appreciated!&lt;BR /&gt;Many thanks and best regards&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 12:28:01 GMT</pubDate>
    <dc:creator>SCHULTHESS_PRODUKTION_AG_46449</dc:creator>
    <dc:date>2025-12-16T12:28:01Z</dc:date>
    <item>
      <title>Patch_20230915_TPS-5495_v1-8.0.1 Installation, Filter Failed to start</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539314#M12808</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The attempt to patch Talend Administration Center to the latest provided version failed and we are unsure how to proceed.&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TAC: &lt;EM&gt;Patch_20230915_TPS-5495_v1-8.0.1&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Tomcat: 9&lt;/LI&gt;&lt;LI&gt;JVM: 11&lt;/LI&gt;&lt;LI&gt;OS: Debian&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TAC: &lt;EM&gt;Patch_20250425_QTAC-968_R2025-04_v1-8.0.1&amp;nbsp;&lt;/EM&gt;(obtained through TAC)&lt;BR /&gt;(Specifically lists Java 17 and Tomcat 10.1 or higher)&lt;/LI&gt;&lt;LI&gt;Tomcat: 10.1.34, 9.0.93 (both tested)&lt;/LI&gt;&lt;LI&gt;JVM: 11, 17 (both tested for each Tomcat version)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Rough procedure:&lt;BR /&gt;Tomcat runs without issues. Unzipped the patch .war and copied it to the webapps folder after removing previous tac from the webapps. Copied required db jar to `WEB-INF/lib/` and `quartz.properties`, `configuration.properties` to `WEB-INF/classes/`.&lt;/P&gt;&lt;P&gt;Logs:&lt;/P&gt;&lt;P&gt;Catalina.log:&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:56.907 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory&lt;BR /&gt;Deploying web application directory [/opt/tomcat/apache-tomcat-9.0.93/webapps/org.talend.administrator-8.0.1]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:57.337 FINE [main] org.apache.catalina.loader.WebappLoader.startInternal&lt;BR /&gt;Starting this Loader&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:59.113 FINE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:34:59.114 FINE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;Configured a manager of class [org.apache.catalina.session.StandardManager]&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.151 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;One or more Filters failed to start. Full details will be found in the appropriate container log file&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.152 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal&lt;BR /&gt;Context [/org.talend.administrator-8.0.1] startup failed due to previous errors&lt;/P&gt;&lt;P&gt;16-Dec-2025 11:35:00.159 FINE [main] org.apache.catalina.loader.WebappLoader.stopInternal&lt;BR /&gt;Stopping this Loader&lt;/P&gt;&lt;P&gt;localhost.&amp;lt;Date&amp;gt;.log:&lt;BR /&gt;16-Dec-2025 11:34:54.408 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;SessionListener: contextDestroyed()&lt;BR /&gt;16-Dec-2025 11:34:54.408 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: contextDestroyed()&lt;BR /&gt;16-Dec-2025 11:34:56.802 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: contextInitialized()&lt;BR /&gt;16-Dec-2025 11:34:56.802 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;SessionListener: contextInitialized()&lt;BR /&gt;16-Dec-2025 11:34:56.803 INFO [main] org.apache.catalina.core.ApplicationContext.log&lt;BR /&gt;ContextListener: attributeAdded('StockTicker', 'async.Stockticker@2189e7a7')&lt;BR /&gt;&lt;BR /&gt;The following might provide further information:&lt;BR /&gt;&lt;SPAN&gt;javap -classpath ./webapps/org.talend.administrator-8.0.1/WEB-INF/classes org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter | grep Filter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Original TAC:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Compiled from "ContentSecurityPolicyFilter.java"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;public class org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter&lt;BR /&gt;implements javax.servlet.Filter {&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; public org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter();&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp; public void init(javax.servlet.FilterConfig);&lt;BR /&gt;&amp;nbsp; public void doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)&lt;BR /&gt;throws java.io.IOException, javax.servlet.ServletException;&lt;/P&gt;&lt;P&gt;Patch:&lt;BR /&gt;&lt;SPAN&gt;Compiled from "ContentSecurityPolicyFilter.java"&lt;BR /&gt;&lt;/SPAN&gt;public class org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter implements jakarta.servlet.Filter {&lt;BR /&gt;&amp;nbsp; public org.talend.gwtadministrator.server.remoteconnection.ContentSecurityPolicyFilter();&lt;BR /&gt;&amp;nbsp; public void init(jakarta.servlet.FilterConfig);&lt;BR /&gt;&amp;nbsp; public void doFilter(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, jakarta.servlet.FilterChain)&lt;BR /&gt;throws java.io.IOException, jakarta.servlet.ServletException;&lt;/P&gt;&lt;P&gt;Any help to solve this issue is much appreciated!&lt;BR /&gt;Many thanks and best regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 12:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539314#M12808</guid>
      <dc:creator>SCHULTHESS_PRODUKTION_AG_46449</dc:creator>
      <dc:date>2025-12-16T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Patch_20230915_TPS-5495_v1-8.0.1 Installation, Filter Failed to start</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539354#M12809</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;SPAN&gt;Talend Administration Center:&amp;nbsp;&lt;EM&gt;Patch_20250425_QTAC-968_R2025-04_v1-8.0.1&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;Tomcat: 10.1.34 + JDK17&amp;nbsp;&lt;BR aria-hidden="true" /&gt;Don't replace the whole configuration.properties file, because we&lt;/SPAN&gt;&lt;SPAN&gt;'ve added some new parameters in it,&amp;nbsp; please replace parameters in configuration.properties instead.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 04:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539354#M12809</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2025-12-17T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Patch_20230915_TPS-5495_v1-8.0.1 Installation, Filter Failed to start</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539398#M12811</link>
      <description>&lt;P&gt;Thank you very much, this has solved the issue and TAC is now starting properly.&lt;/P&gt;&lt;P&gt;I wish you a pleasant day and best regards&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 10:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539398#M12811</guid>
      <dc:creator>SCHULTHESS_PRODUKTION_AG_46449</dc:creator>
      <dc:date>2025-12-17T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Patch_20230915_TPS-5495_v1-8.0.1 Installation, Filter Failed to start</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539474#M12812</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Glad to hear it helps and hope you enjoy&amp;nbsp;a joyful holiday season filled with the people and moments.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 08:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Patch-20230915-TPS-5495-v1-8-0-1-Installation-Filter-Failed-to/m-p/2539474#M12812</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2025-12-18T08:25:05Z</dc:date>
    </item>
  </channel>
</rss>

