<?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: 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/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>
    <dc:creator>jason_botwick</dc:creator>
    <dc:date>2006-12-18T13:12:39Z</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>

