<?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 WAR install schemaBootstrap err on startup with Tomcat/MySQL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77218#M51044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to get Alfresco running on &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;SuSE 10.1&lt;BR /&gt;Tomcat 5&lt;BR /&gt;MySQL 5.0.18&lt;BR /&gt;mysql-connector-java-5.0.3-bin.jar (installed at /srv/www/tomcat5/base/common/lib; note the "base" directory is the tomcat root directory under the SuSE install)&lt;/UL&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# java -version&lt;BR /&gt;java version "1.5.0_06"&lt;BR /&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)&lt;BR /&gt;Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;== start.log ==&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Using CATALINA_BASE:&amp;nbsp;&amp;nbsp; /srv/www/tomcat5/base&lt;BR /&gt;Using CATALINA_HOME:&amp;nbsp;&amp;nbsp; /usr/share/tomcat5&lt;BR /&gt;Using CATALINA_TMPDIR: /srv/www/tomcat5/base/temp&lt;BR /&gt;Using JAVA_HOME:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/lib/jvm/java (resolves eventually to /usr/lib/jvm/java-1.5.0-sun-1.5.0_06)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;using the community WAR file, version 1.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I copied the contents of the extension directory provided in the WAR distribution to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/srv/www/tomcat5/base/shared/classes/alfresco/extension&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and removed the .sample extension from the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;custom-db-and-data-context.xml (no edit)&lt;BR /&gt;custom-data-location.properties (no edit)&lt;BR /&gt;custom-hibernate-dialect.properties (uncommented the MySQL dialect)&lt;BR /&gt;custom-db-connection.properties (contents below)&lt;/UL&gt;&lt;SPAN&gt;== custom-db-connection.properties ==&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;db.name=alfresco&lt;BR /&gt;db.schema.update=true&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=&amp;lt;a password&amp;gt;&lt;BR /&gt;db.pool.initial=10&lt;BR /&gt;db.pool.max=100&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.url=jdbc:mysql://localhost/alfresco&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I created the database using the supplied script, verified the permissions and the MySQL connection parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've followed the scattered instructions and forum hints the best I can, but I'm still receiving the error below when I start Tomcat (other webapps run fine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears to me as if it is trying to update database schema versions, before creating the database. I know the database is not created, because there are no tables in there. According to the wiki, this schemaBootstrap is supposed to detect whether there is an existing schema, and if not "take the appropriate action". It doesn't appear to be doing so. What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or maybe it just can't find the class referred to by bean "schemaUpdateScript-V1.4-1" (org.alfresco.repo.admin.patch.impl.SchemaUpgradeScriptPatch)? I'm grasping at straws, because I can see that repository.class is in the WAR distribution, so I doubt that's it. But I have no idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional info: Earlier in this trial phase, I installed the full package install, and it started Alfresco up and ran, no problem. And other Tomcat webapps run. So, I don't think there's anything wrong with the non-Alfresco components or config, but obviously I'm missing some difference between the full installation and the WAR installation. Can someone point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. Here's the top of the error trace (I can post more if it will help).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schemaBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'patch.schemaUpdateScript-V1.4-1' while setting property 'applyUpdateScriptPatches[0]'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.schemaUpdateScript-V1.4-1' defined in file [/srv/www/tomcat5/base/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]: Can't resolve reference to bean 'patchComponent' while setting property 'patchService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patchComponent' defined in file [/srv/www/tomcat5/base/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]: Can't resolve reference to bean 'descriptorComponent' while setting property 'descriptorService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.schemaUpdateScript-V1.4-1' defined in file [/srv/www/tomcat5/base/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]: Can't resolve reference to bean 'patchComponent' while setting property 'patchService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patchComponent' defined in file [/srv/www/tomcat5/base/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]: Can't resolve reference to bean 'descriptorComponent' while setting property 'descriptorService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patchComponent' defined in file [/srv/www/tomcat5/base/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]: Can't resolve reference to bean 'descriptorComponent' while setting property 'descriptorService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]: Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]: Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuditMethodInterceptor' defined in class path resource [alfresco/public-services-context.xml]: Can't resolve reference to bean 'auditComponent' while setting property 'auditComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditComponent' defined in class path resource [alfresco/audit-services-context.xml]: Can't resolve reference to bean 'auditDao' while setting property 'auditDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditDao' defined in class path resource [alfresco/hibernate-context.xml]: Can't resolve reference to bean 'auditFileContentStore' while setting property 'contentStore'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditFileContentStore' defined in class path resource [alfresco/audit-services-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;org.springframework.beans.FatalBeanException: Could not instantiate class [org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 00:45:41 GMT</pubDate>
    <dc:creator>jason_botwick</dc:creator>
    <dc:date>2006-12-13T00:45:41Z</dc:date>
    <item>
      <title>WAR install schemaBootstrap err on startup with Tomcat/MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77218#M51044</link>
      <description>Hi,I'm trying to get Alfresco running on SuSE 10.1Tomcat 5MySQL 5.0.18mysql-connector-java-5.0.3-bin.jar (installed at /srv/www/tomcat5/base/common/lib; note the "base" directory is the tomcat root directory under the SuSE install)# java -versionjava version "1.5.0_06"Java(TM) 2 Runtime Environment,</description>
      <pubDate>Wed, 13 Dec 2006 00:45:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77218#M51044</guid>
      <dc:creator>jason_botwick</dc:creator>
      <dc:date>2006-12-13T00:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: WAR install schemaBootstrap err on startup with Tomcat/MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77219#M51045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Resolved:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, as it turns out, the key information was at the end of that huge error message, not at the beginning . . . I didn't realize that the data directory specified by &lt;/SPAN&gt;&lt;STRONG&gt;dir.root&lt;/STRONG&gt;&lt;SPAN&gt; had to be created on the filesystem manually. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that documented somewhere? I haven't been able to find it, but I might've missed it–searching capabilities on these forums and the wiki seem really poor.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 23:47:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77219#M51045</guid>
      <dc:creator>jason_botwick</dc:creator>
      <dc:date>2006-12-13T23:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: WAR install schemaBootstrap err on startup with Tomcat/MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77220#M51046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco is supposed to create the dir.root path on the filesystem for you as long as it has the permissions to do so. Looks like it failed when trying to create it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;[org.alfresco.repo.content.filestore.FileContentStore]; constructor threw exception; nested exception is org.alfresco.service.cmr.repository.ContentIOException: Failed to create store root: /srv/alfresco/data/audit.contentstore&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you running as a user other than root? If so, did the user have the appropriate permissions to create dir.root?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 15:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77220#M51046</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2006-12-16T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: WAR install schemaBootstrap err on startup with Tomcat/MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77221#M51047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't think of that. The Tomcat server runs as the 'tomcat' user, and didn't have permissions to write to the directory where the dir.root was set to be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might be a good thing to have in the install docs. In my case, the location where dir.root is going to be ploppped isn't allowed to be writable by 'tomcat' because of biziness rules; I'm sure there are other folks with similar constraints.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:12:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77221#M51047</guid>
      <dc:creator>jason_botwick</dc:creator>
      <dc:date>2006-12-18T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: WAR install schemaBootstrap err on startup with Tomcat/MySQL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77222#M51048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Resolved:&lt;BR /&gt;&lt;BR /&gt;Well, as it turns out, the key information was at the end of that huge error message, not at the beginning . . . I didn't realize that the data directory specified by &lt;STRONG&gt;dir.root&lt;/STRONG&gt; had to be created on the filesystem manually. &lt;BR /&gt;&lt;BR /&gt;Is that documented somewhere? I haven't been able to find it, but I might've missed it–searching capabilities on these forums and the wiki seem really poor.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;where did you create the directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2007 09:15:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/war-install-schemabootstrap-err-on-startup-with-tomcat-mysql/m-p/77222#M51048</guid>
      <dc:creator>joseph_curtis_t</dc:creator>
      <dc:date>2007-05-26T09:15:46Z</dc:date>
    </item>
  </channel>
</rss>

