<?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 deploying Alfresco 1.4 on top of tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60337#M37265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Paul to suggest me to check that too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, the complete tomcat directory is owned by that user "oss". so $CATALINA_HOME is completely (recursively) owned by oss.oss with permissions 755. Now tomcat is started using the startup.sh script which is under $CATALINA_HOME/base/bin and this definitely is owned by oss, if alfresco.log has to get created without any permissions problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Manish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 19:07:49 GMT</pubDate>
    <dc:creator>mmarathe</dc:creator>
    <dc:date>2006-09-28T19:07:49Z</dc:date>
    <item>
      <title>Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60331#M37259</link>
      <description>I am getting several errors deploying the enterprise trial license version 1.4 of Alfresco on top of tomcat. Any simple hints would be helpful, thanks.INFO: Deploying web application archive alfresco.warlog4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: alfresco.log (Permissio</description>
      <pubDate>Wed, 27 Sep 2006 23:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60331#M37259</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-27T23:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60332#M37260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the user you are running the TomCat process as have Write access to the tomcat sub directories? As it looks like a file permissions problem rather than an Alfresco issue. Try running as a root user to see if it starts ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 09:24:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60332#M37260</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-09-28T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60333#M37261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply and suggestion. The tomcat process is executed by a non-root user "oss" but all directories under tomcat are owned by oss.oss , so I believe that should have worked, but may be there is something I am missing in my configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first error, about not finding alfresco.log file, is a file not found error. I cannot see alfresco.log anywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more suggestions would be grateful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 16:08:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60333#M37261</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-28T16:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60334#M37262</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;This does point to not having the permissions to create the 'Alfresco.log' file and 'Failed to create store root'…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would double-check your permissions in the Tomcat directory for the user that starts Tomcat…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 17:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60334#M37262</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-09-28T17:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60335#M37263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running the tomcat process as an "oss" user and as I said earlier everything and anything under tomcat directory is owned by oss, group oss with permission 755 on everything underneath recursively. I think that should be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Manish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 17:26:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60335#M37263</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-28T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60336#M37264</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;The alfresco.log is usually created in the directory from where tomcat is started - so the other possibility is that it is being called from a location that the calling user doesn't have write permission for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 18:52:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60336#M37264</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2006-09-28T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60337#M37265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Paul to suggest me to check that too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, the complete tomcat directory is owned by that user "oss". so $CATALINA_HOME is completely (recursively) owned by oss.oss with permissions 755. Now tomcat is started using the startup.sh script which is under $CATALINA_HOME/base/bin and this definitely is owned by oss, if alfresco.log has to get created without any permissions problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Manish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 19:07:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60337#M37265</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-28T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60338#M37266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As I said, the complete tomcat directory is owned by that user "oss". so $CATALINA_HOME is completely (recursively) owned by oss.oss with permissions 755. Now tomcat is started using the startup.sh script which is under $CATALINA_HOME/base/bin and this definitely is owned by oss, if alfresco.log has to get created without any permissions problem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually it does matter from where you start Alfresco. The default properties (can be overriden) assume that the .log file as well as the alf_data folder are in the folder where you launch alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's say that your tomcat is located in /usr/local/lib/tomcat but that you start Alfresco while being in the /root folder with the tomcat script. The oss user has definitely no right to create any file or folder in /root and that would create the above error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 20:13:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60338#M37266</guid>
      <dc:creator>dschmalz</dc:creator>
      <dc:date>2006-09-28T20:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60339#M37267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You guys, apparently the permission problem is gone now and its new error. This is from alfresco.log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;14:40:42,508 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: convert /opt/oss/share/tomcat/base/temp/Alfresco/ImageMagickContentTransformer_init_source_23343.gif&amp;nbsp; /opt/oss/share/tomcat/base/temp/Alfresco/ImageMagickContentTransformer_init_target_23344.png&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:40:59,964 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction] Transaction didn't commit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.service.cmr.repository.ContentIOException: Failed to get writer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.content.filestore.FileContentStore.getWriter(FileContentStore.java:268)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.content.RoutingContentService.getTempWriter(RoutingContentService.java:344)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:40:59,973 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:427)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.onApplicationEvent(ImporterBootstrap.java:654)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:40:59,976 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:427)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.onApplicationEvent(ImporterBootstrap.java:654)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 21:51:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60339#M37267</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-28T21:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60340#M37268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;14:40:42,508 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: convert /opt/oss/share/tomcat/base/temp/Alfresco/ImageMagickContentTransformer_init_source_23343.gif&amp;nbsp; /opt/oss/share/tomcat/base/temp/Alfresco/ImageMagickContentTransformer_init_target_23344.png&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This first error should not cause any problem for starting alfresco, it just says that the command line tool that is used to transform images is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second message seems to indicate that the process cannot write to the file content store, i.e. the alf_data directory. Did you start a first time the application as 'root' (and created the directory) and then restarted as the 'oss' user?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to delete the alf_data folder, drop the mysql db and recreate it. Then restart from a clean state to see if this corrects your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 14:32:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60340#M37268</guid>
      <dc:creator>dschmalz</dc:creator>
      <dc:date>2006-09-29T14:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60341#M37269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will double check that, although I have done that!!.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 17:56:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60341#M37269</guid>
      <dc:creator>mmarathe</dc:creator>
      <dc:date>2006-09-29T17:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying Alfresco 1.4 on top of tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60342#M37270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Dave,&lt;BR /&gt;I wanted to try localizing Alfresco in Japanese. How can I do that? Does it has a different Japanese version or creating a user inside it can change its settings to be localized in Japanese?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;For the moment, the user can select on the login page the desired UI Locale. If you're using the Tomcat bundle, the files for Japanese internationalization are already included. You can then follow the indications given in the Wiki: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Simple_Customisations#Adding_Languages" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Simple_Customisations#Adding_Languages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, just download the Tomcat bundle - unzip - and look for the japanese language pack in &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;alfresco-1.4Preview/tomcat/shared/classes/alfresco/messages&lt;/SPAN&gt;&lt;SPAN&gt; folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy them to your install (same path), apply the changes described in the Wiki (web-client-config-custom.xml is in the &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;shared/classes/alfresco/extension&lt;/SPAN&gt;&lt;SPAN&gt; folder)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know language packs are the ones shipped with the 1.3 version since 1.4 is not final. Therefore, expect some translation items to be missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 18:16:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-deploying-alfresco-1-4-on-top-of-tomcat/m-p/60342#M37270</guid>
      <dc:creator>dschmalz</dc:creator>
      <dc:date>2006-09-29T18:16:06Z</dc:date>
    </item>
  </channel>
</rss>

