<?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: Unable to start the alfresco application in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96171#M28251</link>
    <description>&lt;P&gt;If you perform a retry of the first Alfresco start (after a failure), a temporary table alf_boostrap may exist, which is used to protect against two applications starting at the same time bootstrapping the schema. You need to delete that table and try again, making sure to only start one server.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 20:40:28 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2019-10-07T20:40:28Z</dc:date>
    <item>
      <title>Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96170#M28250</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am getting below error while starting the application.&lt;/P&gt;&lt;P&gt;2019-10-07 14:10:37,356 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] The current Alfresco cluster node is waiting for another chance to bootstrap the DB schema. Attempt: 4 of 24&lt;BR /&gt;2019-10-07 14:10:42,428 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 87 potential problems, results written to: /opt/acs/tomcat/temp/Alfresco/Alfresco-Oracle9Dialect-Validation-Pre-Upgrade-alf_-1012580688530083771.txt&lt;BR /&gt;2019-10-07 14:10:42,446 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 26 potential problems, results written to: /opt/acs/tomcat/temp/Alfresco/Alfresco-Oracle9Dialect-Validation-Pre-Upgrade-act_-5941621153781702131.txt&lt;BR /&gt;2019-10-07 14:10:42,470 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Normalized schema dumped to file /opt/acs/tomcat/temp/Alfresco/Alfresco-schema-Oracle9Dialect-pre-upgrade-alf_-5156991516469762127.xml.&lt;BR /&gt;2019-10-07 14:10:42,470 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Normalized schema dumped to file /opt/acs/tomcat/temp/Alfresco/Alfresco-schema-Oracle9Dialect-pre-upgrade-act_-3271976051965525632.xml.&lt;BR /&gt;2019-10-07 14:10:42,474 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] The current Alfresco cluster node is waiting for another chance to bootstrap the DB schema. Attempt: 5 of 24&lt;BR /&gt;2019-10-07 14:10:47,541 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 87 potential problems, results written to: /opt/acs/tomcat/temp/Alfresco/Alfresco-Oracle9Dialect-Validation-Pre-Upgrade-alf_-6653754273147223697.txt&lt;BR /&gt;2019-10-07 14:10:47,551 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 26 potential problems, results written to: /opt/acs/tomcat/temp/Alfresco/Alfresco-Oracle9Dialect-Validation-Pre-Upgrade-act_-6723406696985547067.txt&lt;BR /&gt;2019-10-07 14:10:47,567 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Normalized schema dumped to file /opt/acs/tomcat/temp/Alfresco/Alfresco-schema-Oracle9Dialect-pre-upgrade-alf_-9103537056684048726.xml.&lt;BR /&gt;2019-10-07 14:10:47,567 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Normalized schema dumped to file /opt/acs/tomcat/temp/Alfresco/Alfresco-schema-Oracle9Dialect-pre-upgrade-act_-2353632165131219804.xml.&lt;BR /&gt;2019-10-07 14:10:47,570 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] The current Alfresco cluster node is waiting for another chance to bootstrap the DB schema. Attempt: 6 of 24&lt;/P&gt;&lt;P&gt;SEVERE: Exception sending context initialized event to listener instance of class [org.alfresco.repo.webdav.WebDAVSessionListener]&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 09070001 Schema auto-update failed&lt;BR /&gt;at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1792)&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:221)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:186)&lt;BR /&gt;at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:206)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:398)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:355)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:882)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400)&lt;BR /&gt;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291)&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:4753)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5215)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:629)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1839)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 09070000 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:1751)&lt;BR /&gt;... 25 more&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 18:17:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96170#M28250</guid>
      <dc:creator>siddardha</dc:creator>
      <dc:date>2019-10-07T18:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96171#M28251</link>
      <description>&lt;P&gt;If you perform a retry of the first Alfresco start (after a failure), a temporary table alf_boostrap may exist, which is used to protect against two applications starting at the same time bootstrapping the schema. You need to delete that table and try again, making sure to only start one server.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 20:40:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96171#M28251</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-10-07T20:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96172#M28252</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16045"&gt;@afaust&lt;/A&gt;&amp;nbsp;Seems to be there is no table&amp;nbsp;&lt;SPAN&gt;alf_boostrap in database.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 17:03:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96172#M28252</guid>
      <dc:creator>siddardha</dc:creator>
      <dc:date>2019-10-08T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96173#M28253</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;From my experience, Alfresco with Oracle database. When i started it for the first time, i've got to define the db.url without the POOLED parameter. After the first start, i can put back POOLED.&lt;/P&gt;&lt;P&gt;Hope it woul help...&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 17:18:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96173#M28253</guid>
      <dc:creator>nadeaumr</dc:creator>
      <dc:date>2019-10-08T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96174#M28254</link>
      <description>&lt;P&gt;I am having the same problem with SQL Server database.&amp;nbsp; The database is restored from 6.0 and I am trying to start a new 6.1 install against this db.&amp;nbsp; The database is restored from an on prem SQL Server to an AWS RDS instance.&amp;nbsp; Any one have any advice?&amp;nbsp; I do not have the temp table and there are no other servers that could e connecting to it.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 15:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96174#M28254</guid>
      <dc:creator>cseickel</dc:creator>
      <dc:date>2019-10-17T15:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96175#M28255</link>
      <description>&lt;P&gt;As it turns out, this was caused by a problem with my connection string.&amp;nbsp; Becasue the deployment was scripted in a bash script, the semicolons in the connection string got interpreted as aseparate commands and the database name and connection timout cluases were lost.&amp;nbsp; I guess it was just working against the master schema by default.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 13:26:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96175#M28255</guid>
      <dc:creator>cseickel</dc:creator>
      <dc:date>2019-10-18T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96176#M28256</link>
      <description>&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;What do youo mean by the POOLED parameter in db.url ??&lt;/P&gt;&lt;P&gt;I have the same issue and in my conf&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;db.url= jdbc:oracle:thin:@${db.host}:${db.port}:${db.name}&lt;/PRE&gt;&lt;P&gt;Can you give me exemple ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 13:20:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96176#M28256</guid>
      <dc:creator>oounoughi</dc:creator>
      <dc:date>2020-07-03T13:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96177#M28257</link>
      <description>&lt;P&gt;Would it be a PHP version &amp;amp; SQL error? I had something similar and update to the latest vesion of PHP and the error was resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 09:13:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96177#M28257</guid>
      <dc:creator>dissertations</dc:creator>
      <dc:date>2020-07-06T09:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start the alfresco application</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96178#M28258</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/29545"&gt;@oounoughi&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Does this &lt;A href="https://docs.alfresco.com/6.1/concepts/db-config-properties.html" target="_self" rel="nofollow noopener noreferrer"&gt;guide&lt;/A&gt; help?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 15:30:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-start-the-alfresco-application/m-p/96178#M28258</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-07T15:30:38Z</dc:date>
    </item>
  </channel>
</rss>

