<?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 Installing Alfresco 3.2r in Linux using putty in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236619#M189749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, I have connected to my Linux machine through Putty and trying to install Alfresco there. Following the most appropriate instructions I found under link &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Linux_Quick_Install" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Linux_Quick_Install&lt;/A&gt;&lt;SPAN&gt; I am facing the following problem. After executing step 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;————————————————————————————————————————————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are asked for a location to install the software. If you did not change to root, your home folder is selected by default. If you intend for Alfresco to be run by other users, or to start on startup, change this to a different location. Exit the installer and become root. If you are root, the default of /opt/alfresco-&amp;lt;version&amp;gt; is selected. If you want to change it, you could choose /usr/local/alfresco-&amp;lt;version&amp;gt; as a suitable alternative. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are asked to provide an initial password for the MySQL database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————————————————————————————————————————————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not receive the messages that should follow for configuring the MySQL DB password, nor any of the following messages. Do you have any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone has a list with all the files need to be modified in order to run my alfresco server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 12:38:45 GMT</pubDate>
    <dc:creator>theozaf</dc:creator>
    <dc:date>2009-11-18T12:38:45Z</dc:date>
    <item>
      <title>Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236619#M189749</link>
      <description>Hi all, I have connected to my Linux machine through Putty and trying to install Alfresco there. Following the most appropriate instructions I found under link http://wiki.alfresco.com/wiki/Linux_Quick_Install I am facing the following problem. After executing step 1—————————————————————————————————</description>
      <pubDate>Wed, 18 Nov 2009 12:38:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236619#M189749</guid>
      <dc:creator>theozaf</dc:creator>
      <dc:date>2009-11-18T12:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236620#M189750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The general install process on linux is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) download the installer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) add execute to the file should be something like "sudo chmod +x Alfresco-Community-3.2r-Linux-x86-Install"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.)install alfresco.&amp;nbsp; if your in the same directory it&amp;nbsp; should be something like "sudo ./Alfresco-Community-3.2r-Linux-x86-Install".&amp;nbsp; just take the default install options&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.)assuming mysql is installed and running you need to install the DB with something like "mysql -u root -p &amp;lt; /opt/Alfresco/extras/databases/mysql/db_setup.sql"&amp;nbsp; this will create an unsecure account with the username "alfresco" and password "alfresco" giving them full access to the "alfresco" database.&amp;nbsp; you will want to change the password in production.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) make sure the alfresco config file is pointing at the correct database. "sudo nano /opt/Alfresco/tomcat/shared/classes/alfresco-global.properties"&amp;nbsp; you probably dont need to change a thing in this file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6.) make sure you have sun java installed and edit the "/opt/Alfresco/alfresco.sh".&amp;nbsp; change ALF_HOME=@@ALFRESCO_DIR@@ to point at your root directory "/opt/Alfresco" and point export JAVA_HOME="@@JAVA_HOME@@" to point at the base directory of the Sun JDK so something like … &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export JAVA_HOME="/usr/lib/jvm/java-6-sun” &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7.) alfresco should now start without issue using the command&amp;nbsp; "sudo /opt/Alfresco/alfresco.sh start" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to get full functionality you will need install the latest "Image Magic" and Open Office suites in the repository and build the latest PDF2SWF from source&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if that helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 17:08:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236620#M189750</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-11-18T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236621#M189751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thank you very much for your help, I have tried successfully all the steps you describe but I am facing the following problem. Although it seems I start my servers, when I try to load the page nothing happens and loading proceeds internally without any displaying on my page. Do you please have any idea what to check, what to test? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 15:59:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236621#M189751</guid>
      <dc:creator>theozaf</dc:creator>
      <dc:date>2009-11-20T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236622#M189752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing to check is your firewall.&amp;nbsp; Alfresco runs on TCP port 8080 by default.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URLs for alfresco are "&lt;/SPAN&gt;&lt;A href="http://ServerName:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://ServerName:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;" and "&lt;/SPAN&gt;&lt;A href="http://ServerName:8080/share" rel="nofollow noopener noreferrer"&gt;http://ServerName:8080/share&lt;/A&gt;&lt;SPAN&gt;" in both "ServerName" is the DNS name of your server or its IP address.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesnt clear it up check the "/opt/Alfresco/alfresco.log" and the "/opt/Alfresco/tomcat/logs/catalina.out" files for errors.&amp;nbsp; Then post the logs here and ill see if i know whats going on&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 16:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236622#M189752</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-11-20T16:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236623#M189753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks for your replies. Looking at both log files I have no lines of logging. What I found out is that my alfresco server does not start although I run the command and I get back the message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting Alfresco …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using CATALINA_BASE:&amp;nbsp;&amp;nbsp; /opt/alfresco/tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using CATALINA_HOME:&amp;nbsp;&amp;nbsp; /opt/alfresco/tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using CATALINA_TMPDIR: /opt/alfresco/tomcat/temp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using JRE_HOME:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/java/jdk1.6.0_16&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea of what to check out? Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 08:47:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236623#M189753</guid>
      <dc:creator>theozaf</dc:creator>
      <dc:date>2009-11-23T08:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236624#M189754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I've managed to solve the issue with server and now getting following exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before you start reading it please take in consideration that web content under tomcat/webapps is missing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I keep on investigating, just giving my steps one by one in case could be helpful for other people in the future.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PF the log file in the following link : &lt;/SPAN&gt;&lt;A href="http://www.2shared.com/fadmin/9375357/6ea8023e/alfresco.log.html" rel="nofollow noopener noreferrer"&gt;http://www.2shared.com/fadmin/9375357/6ea8023e/alfresco.log.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 10:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236624#M189754</guid>
      <dc:creator>theozaf</dc:creator>
      <dc:date>2009-11-23T10:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236625#M189755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Success, I followed the old but always safe way of restarting and I now have my dashboard &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:18:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236625#M189755</guid>
      <dc:creator>theozaf</dc:creator>
      <dc:date>2009-11-23T11:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Alfresco 3.2r in Linux using putty</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236626#M189756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What distribution of Linux has the best driver support? I've downloaded some distros in the past only to find myself unable to really use Linux for anything worthwhile, so I'd like to avoid that if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;______________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.keywordspy.com/overview/keyword.aspx?q=external%20keyword%20tool" rel="nofollow noopener noreferrer"&gt;external keyword tool&lt;/A&gt;&lt;SPAN&gt; ~ &lt;/SPAN&gt;&lt;A href="http://www.keywordspy.com/overview/domain.aspx?q=keyworddiscovery.com" rel="nofollow noopener noreferrer"&gt;keyworddiscovery.com&lt;/A&gt;&lt;SPAN&gt; ~ &lt;/SPAN&gt;&lt;A href="http://www.keywordspy.com/overview/domain.aspx?q=keycompete.com" rel="nofollow noopener noreferrer"&gt;keycompete.com&lt;/A&gt;&lt;SPAN&gt; ~ &lt;/SPAN&gt;&lt;A href="http://www.keywordspy.com/overview/domain.aspx?q=compete.com" rel="nofollow noopener noreferrer"&gt;compete.com&lt;/A&gt;&lt;SPAN&gt; ~ &lt;/SPAN&gt;&lt;A href="http://www.keywordspy.com/overview/domain.aspx?q=webmasterworld.com" rel="nofollow noopener noreferrer"&gt;webmasterworld.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 07:10:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-alfresco-3-2r-in-linux-using-putty/m-p/236626#M189756</guid>
      <dc:creator>ialongiya</dc:creator>
      <dc:date>2009-11-30T07:10:29Z</dc:date>
    </item>
  </channel>
</rss>

