<?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 the result of 'FirstFoundationClient' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/the-result-of-firstfoundationclient/m-p/180378#M133508</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;SPAN&gt;finally i got no error when i run the FirstFoundationClient sample project&amp;nbsp;&amp;nbsp; :mrgreen: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first i was using netbeans but i've replace it with eclips (less configuration required)&amp;nbsp; &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i install:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Alfresco-Labs-sdk-3a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Alfresco-Labs-3b-Full&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- MySql 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Eclips 3.4.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JDK 1.5.0_16&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Tomcat 6.0.14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- set up alfresco database(run the db_setup.bat file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- add the jar file "alfresco-jlan-embed.jar" to the dir:"C:\alfresco-labs-sdk-3a\lib\server\" to be added to the AlfrescoEmbeded project library&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- setting up the environment following the Instruction in the &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;SPAN&gt; page &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- copy the files "Win32NetBIOS.dll" , "Win32Utils.dll" and paste them to the "C:\WINDOWS\system32\"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- edit "custom-repository.properties" file in the FirstFoundationClient directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;dir.root=C:/Alfresco/alf_data&lt;BR /&gt;&lt;BR /&gt;#db.username=alfresco&lt;BR /&gt;#db.password=alfresco&lt;BR /&gt;&lt;BR /&gt;#index.recovery.mode=FULL&lt;BR /&gt;# MySQL connection (This is default and requires mysql-connector-java-3.1.12-bin.jar, which ships with the Alfresco server)&lt;BR /&gt;#&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;- and reboot the computer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- running the project i got this result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;INFO&amp;nbsp; [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]&lt;BR /&gt;INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.&lt;BR /&gt;INFO&amp;nbsp; [domain.schema.SchemaBootstrap] No changes were made to the schema.&lt;BR /&gt;User:System WARN&amp;nbsp; [node.index.FullIndexRecoveryComponent] The indexes are not synchronized with the database.&lt;BR /&gt;User:System INFO&amp;nbsp; [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data&lt;BR /&gt;User:System INFO&amp;nbsp; [admin.patch.PatchExecuter] Checking for patches to apply …&lt;BR /&gt;User:System INFO&amp;nbsp; [admin.patch.PatchExecuter] No patches were required.&lt;BR /&gt;User:System INFO&amp;nbsp; [repo.module.ModuleServiceImpl] Found 0 module(s).&lt;BR /&gt;User:System WARN&amp;nbsp; [repo.module.ModuleServiceImpl] A previously-installed module 'org.alfresco.module.vti' (version 1.0) is not present in your distribution.&lt;BR /&gt;User:System WARN&amp;nbsp; [repo.module.ModuleServiceImpl] A previously-installed module 'org.alfresco.module.RecordsManagement' (version 1.3) is not present in your distribution.&lt;BR /&gt;User:System INFO&amp;nbsp; [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 63.563MB&lt;BR /&gt;User:System WARN&amp;nbsp; [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 63.563MB is less than recommended 512MB&lt;BR /&gt;User:System INFO&amp;nbsp; [service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (a 1032) schema 128 - Installed version 3.0.0 (b 1164) schema 131&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;does the project run correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it should creates the "Company Home" folder,but i run the alfresco Web Client and find "no item to display" in My Home space !!&amp;nbsp; why ?&amp;nbsp; :roll: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanx for help in advance .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;((note: i run the alfresco server first)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mmrs&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 15:00:40 GMT</pubDate>
    <dc:creator>mmrs</dc:creator>
    <dc:date>2008-11-18T15:00:40Z</dc:date>
    <item>
      <title>the result of 'FirstFoundationClient'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/the-result-of-firstfoundationclient/m-p/180378#M133508</link>
      <description>hifinally i got no error when i run the FirstFoundationClient sample project&amp;nbsp;&amp;nbsp; :mrgreen: first i was using netbeans but i've replace it with eclips (less configuration required)&amp;nbsp; &lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt; i install:- Alfresco-Labs-sdk-3a- Alfresco-Labs-3b-Full- MySql 5- Eclips 3.4.1- JDK 1.5.0_16- Tomcat 6.0.14- set up al</description>
      <pubDate>Tue, 18 Nov 2008 15:00:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/the-result-of-firstfoundationclient/m-p/180378#M133508</guid>
      <dc:creator>mmrs</dc:creator>
      <dc:date>2008-11-18T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: the result of 'FirstFoundationClient'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/the-result-of-firstfoundationclient/m-p/180379#M133509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any help here plz ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 08:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/the-result-of-firstfoundationclient/m-p/180379#M133509</guid>
      <dc:creator>mmrs</dc:creator>
      <dc:date>2008-11-19T08:17:45Z</dc:date>
    </item>
  </channel>
</rss>

