<?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: Alfresco 1.4 + Ubuntu Installation Error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69209#M44478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the feature for converting, for example, microsoft docs to pdfs automatically. It seems that on most debian based systems I tried, the answer is to launch openoffice as a service BEFORE launching tomcat/alfresco. This held true in Debian etch and Ubuntu edgy. However, it did not work on Ubuntu dapper SERVER LTS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(and yes, I did install xvfb and launched office just fine.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 16:51:33 GMT</pubDate>
    <dc:creator>heckle</dc:creator>
    <dc:date>2007-02-26T16:51:33Z</dc:date>
    <item>
      <title>Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69201#M44470</link>
      <description>I tried to install Alfresco 1.4.I installed the jdk 1.5 and defined the system path to java and the JAVA_HOME varible.I installed alfresco using ./AlfrescoCommunity-1.4-Linux-x86-Install&amp;nbsp; and when I start the alfresco service ./alfresco.sh start the followingmessage appeared and I do not know the re</description>
      <pubDate>Tue, 20 Feb 2007 08:58:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69201#M44470</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-20T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69202#M44471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the following &lt;/SPAN&gt;&lt;EM&gt;/usr/local/alfresco/alfresco.sh&lt;/EM&gt;&lt;SPAN&gt; file the problem is solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#!/bin/sh&lt;BR /&gt;# Start or stop Alfresco server&lt;BR /&gt;# Set the following to where Tomcat is installed&lt;BR /&gt;ALF_HOME=/usr/local/alfresco&lt;BR /&gt;cd "$ALF_HOME"&lt;BR /&gt;APPSERVER="$ALF_HOME"/tomcat&lt;BR /&gt;export JAVA_HOME=/usr/lib/j2sdk1.5-sun/ &lt;BR /&gt;export JAVA_OPTS="-Xms128m -Xmx512m -server"&lt;BR /&gt;export JAVA_OPTS="$JAVA_OPTS -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBod&lt;BR /&gt;y -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndex&lt;BR /&gt;es -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDele&lt;BR /&gt;tions"&lt;BR /&gt;&lt;BR /&gt;if [ "$1" = "start" ]; then&lt;BR /&gt;&amp;nbsp; "$APPSERVER"/bin/startup.sh&lt;BR /&gt;&amp;nbsp; if [ -r "$ALF_HOME"/start_oo.sh ]; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sh "$ALF_HOME"/start_oo.sh&lt;BR /&gt;&amp;nbsp; fi&lt;BR /&gt;elif [ "$1" = "stop" ]; then&lt;BR /&gt;&amp;nbsp; "$APPSERVER"/bin/shutdown.sh&lt;BR /&gt;&amp;nbsp; if [ -r "$ALF_HOME"/start_oo.sh ]; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; killall soffice.bin&lt;BR /&gt;&amp;nbsp; fi&lt;BR /&gt;fi&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;/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>Tue, 20 Feb 2007 09:53:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69202#M44471</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-20T09:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69203#M44472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After solving this error I received an image magick error. This program failed &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use the convert command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I solved it installing image magick&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;apt-get install imagemagick&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;After that I received an SocketOpenOfficeConection received&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which in the alfresco forums was solved using&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ulimit 4096&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;Next&amp;nbsp; I typed the following program&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;cp -r /usr/local/alfresco/tomcat/webapps/alfesco /usr/local/alfresco/tomcat/webapps/ROOT/&lt;BR /&gt;&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;Then I started with: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; /usr/local/alfresco.sh start&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;I removed the copied directory with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; rm -r /usr/local/alfresco/tomcat/webapps/ROOT/&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;When I started alfresco again it was working on&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;A href="http://localhost:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/&lt;/A&gt;&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;with the HSQL database&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:24:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69203#M44472</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-21T10:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69204#M44473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The following link explains how to change the database from HSQL to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mysql in Ubuntu or a debian based distro.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=5325" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=5325&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:42:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69204#M44473</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-21T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69205#M44474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have the same error after installing AlfrescoCommunity-1.4-Linux-x86-Install &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;export: 11: -Xmx512m: bad variable name&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to edit the alfresco.sh script but the error persists … any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 15:56:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69205#M44474</guid>
      <dc:creator>nunomp</dc:creator>
      <dc:date>2007-02-21T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69206#M44475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should just paste the file that I posted. I solved the problem just with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is explained in a french alfresco forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 07:04:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69206#M44475</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-22T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69207#M44476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you happen to get transformations working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 05:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69207#M44476</guid>
      <dc:creator>heckle</dc:creator>
      <dc:date>2007-02-23T05:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69208#M44477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did not try this feature. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry. Which it consists?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:31:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69208#M44477</guid>
      <dc:creator>melkor_kp</dc:creator>
      <dc:date>2007-02-26T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 1.4 + Ubuntu Installation Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69209#M44478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the feature for converting, for example, microsoft docs to pdfs automatically. It seems that on most debian based systems I tried, the answer is to launch openoffice as a service BEFORE launching tomcat/alfresco. This held true in Debian etch and Ubuntu edgy. However, it did not work on Ubuntu dapper SERVER LTS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(and yes, I did install xvfb and launched office just fine.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 16:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-1-4-ubuntu-installation-error/m-p/69209#M44478</guid>
      <dc:creator>heckle</dc:creator>
      <dc:date>2007-02-26T16:51:33Z</dc:date>
    </item>
  </channel>
</rss>

