<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem starting alfresco after upgrade from 5.2 to 7.3 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145502#M38560</link>
    <description>&lt;P&gt;Made lots of web search and have been redoing the upgrade procedure several times and made a lot of assumptions on where could be the problem.&lt;/P&gt;&lt;P&gt;it turned out that I now have this message in catalina.out&lt;/P&gt;&lt;P&gt;2023-04-07 14:13:13,983 INFO [alfresco.repo.admin] [main] Using database URL 'jdbc:mysql://127.0.0.1:3306/bitnami_alfresco?useUnicode=yes&amp;amp;characterEncoding=UTF-8' with user 'bn_alfresco'.&lt;BR /&gt;2023-04-07 14:13:13,985 INFO [alfresco.repo.admin] [main] Connected to database MariaDB version 10.6.12-MariaDB&lt;BR /&gt;2023-04-07 14:13:19,832 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]&lt;BR /&gt;2023-04-07 14:13:19,920 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete&lt;BR /&gt;2023-04-07 14:13:22,658 INFO [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;2023-04-07 14:13:22,663 INFO [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;2023-04-07 14:13:25,506 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]&lt;BR /&gt;2023-04-07 14:13:25,542 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete&lt;BR /&gt;2023-04-07 14:13:25,618 INFO [domain.schema.SchemaBootstrap] [main] Connecting to database: 37708719, URL=jdbc:mysql://127.0.0.1:3306/bitnami_alfresco?useUnicode=yes&amp;amp;characterEncoding=UTF-8, MariaDB Connector/J&lt;BR /&gt;2023-04-07 14:13:25,618 INFO [domain.schema.SchemaBootstrap] [main] Schema managed by database dialect org.alfresco.repo.domain.dialect.MySQLInnoDBDialect.&lt;BR /&gt;2023-04-07 14:13:25,632 INFO [domain.schema.SchemaBootstrap] [main] Applied patches detected: 225&lt;BR /&gt;2023-04-07 14:13:25,655 INFO [domain.schema.SchemaBootstrap] [main] Checking and patching Alfresco tables took 23 ms&lt;BR /&gt;2023-04-07 14:13:25,656 INFO [domain.schema.SchemaBootstrap] [main] Activiti tables need to be created&lt;BR /&gt;2023-04-07 14:13:25,952 INFO [domain.schema.SchemaBootstrap] [main] Creating Activiti DB schema tables&lt;BR /&gt;2023-04-07 14:13:25,988 ERROR [impl.interceptor.CommandContext] [main] Error while closing command context&lt;BR /&gt;org.apache.ibatis.exceptions.PersistenceException:&lt;BR /&gt;### Error querying database. Cause: java.sql.SQLSyntaxErrorException: (conn=13) Table 'bitnami_alfresco.ACT_GE_PROPERTY' doesn't exist&lt;BR /&gt;### The error may exist in org/activiti/db/mapping/entity/Property.xml&lt;BR /&gt;### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEntity.selectProperty-Inline&lt;BR /&gt;### The error occurred while setting parameters&lt;BR /&gt;### SQL: select * from ACT_GE_PROPERTY where NAME_ = ?&lt;BR /&gt;### Cause: java.sql.SQLSyntaxErrorException: (conn=13) Table 'bitnami_alfresco.ACT_GE_PROPERTY' doesn't exist&lt;/P&gt;&lt;P&gt;and I cannot go around&lt;/P&gt;&lt;P&gt;the ACT_GE_PROPERTY table do exist in bitnami_alfresco database (I checked by loggin in mariadb with the credentials of bn_alfresco). It contain 5.2 wich is the old version I'm trying to upgrade.&lt;BR /&gt;&lt;BR /&gt;Can someone help ?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 14:26:34 GMT</pubDate>
    <dc:creator>agnes</dc:creator>
    <dc:date>2023-04-07T14:26:34Z</dc:date>
    <item>
      <title>Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145501#M38559</link>
      <description>&lt;P&gt;I download a virtual machine from bitnami and followed this &lt;A href="https://docs.bitnami.com/general/apps/alfresco/administration/upgrade/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.bitnami.com/general/apps/alfresco/administration/upgrade/&lt;/A&gt; to transfert my data from the current virtual machine to a new VM, with the new realease of alfresco.&lt;/P&gt;&lt;P&gt;after doing the transfert, alfresco will not start properly. The interface is displaying for my credentials but I cannot log in.&lt;/P&gt;&lt;P&gt;here is the content of alfresco.log&lt;/P&gt;&lt;P&gt;I see some errors but have no clue on how to solve it&lt;/P&gt;&lt;P&gt;I's talking about another cluster while there is only one VM&lt;/P&gt;&lt;P&gt;I wish I could publish the entire content of the logs but it seems to be to long so here is only the end of alfresco.log&lt;/P&gt;&lt;P&gt;2023-04-06 07:32:40,628 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [main] Bootstrap marker still present in the DB.&lt;BR /&gt;2023-04-06 07:32:40,628 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [main] Another Alfresco cluster node is updating the DB&lt;BR /&gt;2023-04-06 07:32:40,628 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [main] The current Alfresco cluster node is waiting for another chance to bootstrap the DB schema. Attempt: 24 of 24&lt;BR /&gt;2023-04-06 07:32:45,630 ERROR [org.alfresco.repo.domain.schema.SchemaBootstrap] [main] Schema auto-update failed&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 03060000 A long running upgrade was found to be running on another node of the cluster. This node is shutting down.&lt;BR /&gt;at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1694)&lt;BR /&gt;at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:232)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:197)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:217)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:938)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292)&lt;BR /&gt;at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)&lt;BR /&gt;at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4939)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:683)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:689)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1888)&lt;BR /&gt;at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:582)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)&lt;BR /&gt;at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.startup.Catalina.start(Catalina.java:772)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478)&lt;BR /&gt;2023-04-06 07:32:45,634 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 03060001 Schema auto-update failed&lt;BR /&gt;at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1739)&lt;BR /&gt;at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:232)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:197)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:217)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:938)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292)&lt;BR /&gt;at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)&lt;BR /&gt;at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:70)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4939)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:683)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:689)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1888)&lt;BR /&gt;at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:582)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)&lt;BR /&gt;at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.startup.Catalina.start(Catalina.java:772)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478)&lt;BR /&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 03060000 A long running upgrade was found to be running on another node of the cluster. This node is shutting down.&lt;BR /&gt;at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1694)&lt;BR /&gt;... 53 more&lt;BR /&gt;2023-04-06 07:32:45,669 WARN [org.springframework.web.context.support.XmlWebApplicationContext] [main] Exception thrown from ApplicationListener handling ContextClosedEvent&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at org.alfresco.repo.workflow.activiti.ActivitiEngineInitializer.onShutdown(ActivitiEngineInitializer.java:65)&lt;BR /&gt;at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:67)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:232)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:202)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:217)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1058)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:517)&lt;BR /&gt;at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:112)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4539)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5172)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:187)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:683)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:689)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1888)&lt;BR /&gt;at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:582)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)&lt;BR /&gt;at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)&lt;BR /&gt;at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)&lt;BR /&gt;at org.apache.catalina.startup.Catalina.start(Catalina.java:772)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347)&lt;BR /&gt;at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478)&lt;BR /&gt;2023-04-06 07:32:45,858 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [main] Stopping 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]&lt;BR /&gt;2023-04-06 07:32:45,859 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [main] Stopped 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]&lt;BR /&gt;2023-04-06 07:32:46,233 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [main] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]&lt;BR /&gt;2023-04-06 07:32:46,234 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [main] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]&lt;/P&gt;&lt;P&gt;Can someone help ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 07:56:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145501#M38559</guid>
      <dc:creator>agnes</dc:creator>
      <dc:date>2023-04-06T07:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145502#M38560</link>
      <description>&lt;P&gt;Made lots of web search and have been redoing the upgrade procedure several times and made a lot of assumptions on where could be the problem.&lt;/P&gt;&lt;P&gt;it turned out that I now have this message in catalina.out&lt;/P&gt;&lt;P&gt;2023-04-07 14:13:13,983 INFO [alfresco.repo.admin] [main] Using database URL 'jdbc:mysql://127.0.0.1:3306/bitnami_alfresco?useUnicode=yes&amp;amp;characterEncoding=UTF-8' with user 'bn_alfresco'.&lt;BR /&gt;2023-04-07 14:13:13,985 INFO [alfresco.repo.admin] [main] Connected to database MariaDB version 10.6.12-MariaDB&lt;BR /&gt;2023-04-07 14:13:19,832 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]&lt;BR /&gt;2023-04-07 14:13:19,920 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete&lt;BR /&gt;2023-04-07 14:13:22,658 INFO [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;2023-04-07 14:13:22,663 INFO [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;2023-04-07 14:13:25,506 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]&lt;BR /&gt;2023-04-07 14:13:25,542 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete&lt;BR /&gt;2023-04-07 14:13:25,618 INFO [domain.schema.SchemaBootstrap] [main] Connecting to database: 37708719, URL=jdbc:mysql://127.0.0.1:3306/bitnami_alfresco?useUnicode=yes&amp;amp;characterEncoding=UTF-8, MariaDB Connector/J&lt;BR /&gt;2023-04-07 14:13:25,618 INFO [domain.schema.SchemaBootstrap] [main] Schema managed by database dialect org.alfresco.repo.domain.dialect.MySQLInnoDBDialect.&lt;BR /&gt;2023-04-07 14:13:25,632 INFO [domain.schema.SchemaBootstrap] [main] Applied patches detected: 225&lt;BR /&gt;2023-04-07 14:13:25,655 INFO [domain.schema.SchemaBootstrap] [main] Checking and patching Alfresco tables took 23 ms&lt;BR /&gt;2023-04-07 14:13:25,656 INFO [domain.schema.SchemaBootstrap] [main] Activiti tables need to be created&lt;BR /&gt;2023-04-07 14:13:25,952 INFO [domain.schema.SchemaBootstrap] [main] Creating Activiti DB schema tables&lt;BR /&gt;2023-04-07 14:13:25,988 ERROR [impl.interceptor.CommandContext] [main] Error while closing command context&lt;BR /&gt;org.apache.ibatis.exceptions.PersistenceException:&lt;BR /&gt;### Error querying database. Cause: java.sql.SQLSyntaxErrorException: (conn=13) Table 'bitnami_alfresco.ACT_GE_PROPERTY' doesn't exist&lt;BR /&gt;### The error may exist in org/activiti/db/mapping/entity/Property.xml&lt;BR /&gt;### The error may involve org.activiti.engine.impl.persistence.entity.PropertyEntity.selectProperty-Inline&lt;BR /&gt;### The error occurred while setting parameters&lt;BR /&gt;### SQL: select * from ACT_GE_PROPERTY where NAME_ = ?&lt;BR /&gt;### Cause: java.sql.SQLSyntaxErrorException: (conn=13) Table 'bitnami_alfresco.ACT_GE_PROPERTY' doesn't exist&lt;/P&gt;&lt;P&gt;and I cannot go around&lt;/P&gt;&lt;P&gt;the ACT_GE_PROPERTY table do exist in bitnami_alfresco database (I checked by loggin in mariadb with the credentials of bn_alfresco). It contain 5.2 wich is the old version I'm trying to upgrade.&lt;BR /&gt;&lt;BR /&gt;Can someone help ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145502#M38560</guid>
      <dc:creator>agnes</dc:creator>
      <dc:date>2023-04-07T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145503#M38561</link>
      <description>&lt;P&gt;well in fact ACT_GE_PROPERTY does not exist&lt;/P&gt;&lt;P&gt;act_ge_property do exist do I have to change the name of all alfresco tables to make it uppercase ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:35:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145503#M38561</guid>
      <dc:creator>agnes</dc:creator>
      <dc:date>2023-04-07T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145504#M38562</link>
      <description>&lt;P&gt;Apparently, I'm alone on this&lt;/P&gt;&lt;P&gt;However, I keep on posting with the hope my messages can help others.&lt;/P&gt;&lt;P&gt;So I discovered that mariadb seems to be case sensitive with the names of the database table.&lt;BR /&gt;I changed&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;followed this&amp;nbsp;&lt;A href="https://www.simplified.guide/mysql-mariadb/case-insensitive-table-linux" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.simplified.guide/mysql-mariadb/case-insensitive-table-linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and added&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;lower_case_table_names&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;in /etc/mysql/mysql.conf.d/mysqld.cnf (not sure of the path but foudn a cnf file that apparently changed the behavior)&lt;/P&gt;&lt;P&gt;Now I have problems with keystore&lt;/P&gt;&lt;P&gt;in alfresco.log I have&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2023-04-07 17:14:40,748 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'keyStore' defined in class path resource [alfresco/encryption-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 030700&lt;BR /&gt;01 Failed to initialize keystore:&lt;/P&gt;&lt;P&gt;I tryed to remove the keystore folder, to use the one of the previous installation (alfresco 5.2), or to keep the one that was already there in the alfresco 7.3 virtual machine.&lt;BR /&gt;&lt;BR /&gt;None of it worked&lt;BR /&gt;&lt;BR /&gt;any clue ? someone ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 17:28:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145504#M38562</guid>
      <dc:creator>agnes</dc:creator>
      <dc:date>2023-04-07T17:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145505#M38563</link>
      <description>&lt;P&gt;I faced similar kind of issue last time, I am still searching for some proper solution.&lt;A href="https://www.mybkexperience.onl/" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;MyBKExperience Survey&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 04:32:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145505#M38563</guid>
      <dc:creator>LatriceWilk</dc:creator>
      <dc:date>2023-04-10T04:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting alfresco after upgrade from 5.2 to 7.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145506#M38564</link>
      <description>&lt;P&gt;Hi, many thanks for sharing your tip with lower_case_table_names=1!&lt;/P&gt;&lt;P&gt;I had this issue too,when upgrading from Alfresco Commuity 6.2.0 (201911-10) to Alfresco Community 7.4.1 using a bitnami image on AWS.&lt;/P&gt;&lt;P&gt;I also had an issue with the keystore file like you, generating "invalid keystore" and "Keystore was tampered with, or password was incorrect" errors. I took the existing keystore file from the 6.2 server, along with the backup of the data directory, and put them in /opt/bitnami/alfresco/data in the 7.4 server. Then I discovered from &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/failed-to-create-key-metadata/td-p/309871" target="_self" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/failed-to-create-key-metadata/td-p/309871&lt;/A&gt; that the JAVA_TOOL_OPTIONS have to be edited in /opt/bitnami/tomcat/bin/catalina.sh, to use the passwords stored in the existing keystore file of the 6.2 server, instead of the default passwords of the "empty" 7.4.1 server. I located them in the 6.2 server in a file called keystore-passwords.properties. (In the 6.2 server, /opt/bitnami/tomcat/bin/catalina.sh does not contain the JAVA_TOOL_OPTIONS variable).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 14:45:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-starting-alfresco-after-upgrade-from-5-2-to-7-3/m-p/145506#M38564</guid>
      <dc:creator>rginhoux</dc:creator>
      <dc:date>2023-11-13T14:45:54Z</dc:date>
    </item>
  </channel>
</rss>

