<?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: Error running FirstFoundationClient SDK example in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21454#M10128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The full steps to get the SDK working in Eclipse can be found here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SDK" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SDK&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 09:00:15 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2006-06-30T09:00:15Z</dc:date>
    <item>
      <title>Error running FirstFoundationClient SDK example</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21453#M10127</link>
      <description>Hello All,I am new to Alfresco. I have got past the stage of running Alfresco as a tomcat web application on a MySQL repository. I then proceeded to try my hand at working with Alfresco using Eclipse. I downloaded the Alfresco SDK projects and set them up in Eclipse. I have set the runtime Java opti</description>
      <pubDate>Fri, 30 Jun 2006 07:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21453#M10127</guid>
      <dc:creator>rohit_l</dc:creator>
      <dc:date>2006-06-30T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error running FirstFoundationClient SDK example</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21454#M10128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The full steps to get the SDK working in Eclipse can be found here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SDK" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SDK&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 09:00:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21454#M10128</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-06-30T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error running FirstFoundationClient SDK example</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21455#M10129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dir.root=./MySQL Datafiles&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;db.driver=com.mysql.jdbc.Driver&lt;BR /&gt;db.url=jdbc:mysql://localhost:3306/alfresco&lt;BR /&gt;&lt;BR /&gt;I wonder if the "dir.root" value is correct. Should it point to the directory on the file system where the MySQL repository data is stored? If for example my directory was on c:\dbdata, how would I give the value against "dir.root"? The error starts as follows:&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The dir.root is a simple folder on your file system where all your content files and lucene indexes will be stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not used to configure the mySQL connection !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice:The mySQL alfresco schema contains "references" to those files throughout the various tables (see DataDictionary on wiki for more information on the architecture)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your web-client&amp;nbsp; working properly ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About your DB errors, did you grant all to alfresco user ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;mysql -u root -e "grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;About UNO errors, they are linked to your openOffice, you must start it in a special way : &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;JMarc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 08:04:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-running-firstfoundationclient-sdk-example/m-p/21455#M10129</guid>
      <dc:creator>jmliege</dc:creator>
      <dc:date>2006-07-13T08:04:25Z</dc:date>
    </item>
  </channel>
</rss>

