<?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 Alfresco share error during startup log4j not found in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131096#M35399</link>
    <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;we are using Alfresco Community installed with docker compose.&lt;/P&gt;&lt;P&gt;We are trying to update from 7.3.1 to 7.4.4.1&lt;/P&gt;&lt;P&gt;old versions of images:&lt;/P&gt;&lt;P&gt;alfresco/alfresco-content-repository-community:7.3.1&lt;BR /&gt;alfresco/alfresco-search-services:2.0.6&lt;BR /&gt;alfresco/alfresco-share:7.3.1&lt;BR /&gt;alfresco/alfresco-content-app:3.1.0&lt;BR /&gt;alfresco/alfresco-transform-core-aio:3.0.0&lt;BR /&gt;alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8&lt;BR /&gt;alfresco/alfresco-identity-service:2.0.0&lt;/P&gt;&lt;P&gt;new versions of images:&lt;/P&gt;&lt;P&gt;alfresco/alfresco-content-repository-community:7.4.1.1&lt;BR /&gt;alfresco/alfresco-search-services:2.0.8.1&lt;BR /&gt;alfresco/alfresco-share:7.4.1.1&lt;BR /&gt;alfresco/alfresco-content-app:4.2.0&lt;BR /&gt;alfresco/alfresco-transform-core-aio:4.0.0&lt;BR /&gt;alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8&lt;BR /&gt;alfresco/alfresco-identity-service:2.0.0&lt;/P&gt;&lt;P&gt;The alfresco share container has an error during startup&lt;/P&gt;&lt;PRE&gt;java.net.URLClassLoader@76fb509a
]
    at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:485) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:321) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:267) ~[spring-beans-5.3.27.jar:5.3.27]
    ... 55 more
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.getDeclaredMethods(Class.java:2504) ~[?:?]
    at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:467) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:321) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:267) ~[spring-beans-5.3.27.jar:5.3.27]
    ... 55 more
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger&lt;/PRE&gt;&lt;P&gt;The new version of share should be using log4j2 I think. Is maybe a config file still loading the old log4j? Or is there a different issue? Many thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 14:57:34 GMT</pubDate>
    <dc:creator>Dstava</dc:creator>
    <dc:date>2023-10-04T14:57:34Z</dc:date>
    <item>
      <title>Alfresco share error during startup log4j not found</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131096#M35399</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;we are using Alfresco Community installed with docker compose.&lt;/P&gt;&lt;P&gt;We are trying to update from 7.3.1 to 7.4.4.1&lt;/P&gt;&lt;P&gt;old versions of images:&lt;/P&gt;&lt;P&gt;alfresco/alfresco-content-repository-community:7.3.1&lt;BR /&gt;alfresco/alfresco-search-services:2.0.6&lt;BR /&gt;alfresco/alfresco-share:7.3.1&lt;BR /&gt;alfresco/alfresco-content-app:3.1.0&lt;BR /&gt;alfresco/alfresco-transform-core-aio:3.0.0&lt;BR /&gt;alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8&lt;BR /&gt;alfresco/alfresco-identity-service:2.0.0&lt;/P&gt;&lt;P&gt;new versions of images:&lt;/P&gt;&lt;P&gt;alfresco/alfresco-content-repository-community:7.4.1.1&lt;BR /&gt;alfresco/alfresco-search-services:2.0.8.1&lt;BR /&gt;alfresco/alfresco-share:7.4.1.1&lt;BR /&gt;alfresco/alfresco-content-app:4.2.0&lt;BR /&gt;alfresco/alfresco-transform-core-aio:4.0.0&lt;BR /&gt;alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8&lt;BR /&gt;alfresco/alfresco-identity-service:2.0.0&lt;/P&gt;&lt;P&gt;The alfresco share container has an error during startup&lt;/P&gt;&lt;PRE&gt;java.net.URLClassLoader@76fb509a
]
    at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:485) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:321) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:267) ~[spring-beans-5.3.27.jar:5.3.27]
    ... 55 more
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.getDeclaredMethods(Class.java:2504) ~[?:?]
    at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:467) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.util.ReflectionUtils.doWithLocalMethods(ReflectionUtils.java:321) ~[spring-core-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:267) ~[spring-beans-5.3.27.jar:5.3.27]
    ... 55 more
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger&lt;/PRE&gt;&lt;P&gt;The new version of share should be using log4j2 I think. Is maybe a config file still loading the old log4j? Or is there a different issue? Many thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:57:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131096#M35399</guid>
      <dc:creator>Dstava</dc:creator>
      <dc:date>2023-10-04T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco share error during startup log4j not found</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131097#M35400</link>
      <description>&lt;P&gt;That should be coming from any customization or configuration, as it's working by default.&lt;/P&gt;
&lt;P&gt;Both Alfresco Repository and Alfresco Share are using log4j2 from 7.4&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:33:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131097#M35400</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2023-10-09T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco share error during startup log4j not found</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131098#M35401</link>
      <description>&lt;P&gt;The issue was caused by using an older version of the support tools module. Solved by using the latest version support-tools-share-1.2.1.0-amp.amp&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 08:15:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-share-error-during-startup-log4j-not-found/m-p/131098#M35401</guid>
      <dc:creator>Dstava</dc:creator>
      <dc:date>2024-02-22T08:15:14Z</dc:date>
    </item>
  </channel>
</rss>

