<?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: Installing Community 3.4b on debian squeeze 64bit in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270015#M223145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you please post the db config from tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### database connection properties ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=org.gjt.mm.mysql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=alfresco34b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:mysql://localhost/alfresco34b&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Dec 2010 14:22:30 GMT</pubDate>
    <dc:creator>heiko_robert</dc:creator>
    <dc:date>2010-12-16T14:22:30Z</dc:date>
    <item>
      <title>Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270010#M223140</link>
      <description>Hi there,iam trying to install the Alfresco Community 3.4b…. i executed the .bin file and installed it in /opt/alfresco … i didnt use the bundled mysql package … because we already have an MYSQL installed there. (So i choose existing Database at the install procedure)So far everything worked fine.As</description>
      <pubDate>Thu, 16 Dec 2010 11:52:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270010#M223140</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270011#M223141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems that the required jdbc-driver is missing. Please &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;copy the jar file (e.g. mysql-connector-java-5.x.x-bin.jar ) to &amp;lt;ALF_HOME&amp;gt;/tomcat/lib/&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;check if the required database has been created using the command line&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;restart&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Hope that helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heiko&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 13:09:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270011#M223141</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T13:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270012#M223142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all thanks for your fast response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well there was already and jdbc-driver -&amp;gt; mysql-connector-java-5.1.7-bin.jar i updated it with the newest version mysql-connector-java-5.1.14-bin.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Database is created and i sniffed the packages of port 3306 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco is connecting to MYSQL (Server version: 5.1.49-3 (Debian)) and get packages of the MYSQL Server but MySQL still writes :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 13:50:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270012#M223142</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270013#M223143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is the mysql located on the same machine? Are you able to connect to the database using mysql from the alfresco machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. mysql -ualfresco-palfresco -halfserver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By default mysql is only listening on loopback 127.0.0.1. additional the user needs to be granted to connect from the alfresco machine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfrescoDBName.* to 'alfresco'@'IP-of-alf-machine' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may prefer more strict grant rights than all &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:06:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270013#M223143</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T14:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270014#M223144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes mysql is on the same machine. Iam able to connect:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;root@intalf:~# mysql -ualfresco -palfresco&lt;BR /&gt;Welcome to the MySQL monitor.&amp;nbsp; Commands end with ; or \g.&lt;BR /&gt;Your MySQL connection id is 56&lt;BR /&gt;Server version: 5.1.49-3 (Debian)&lt;BR /&gt;&lt;BR /&gt;Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.&lt;BR /&gt;This software comes with ABSOLUTELY NO WARRANTY. This is free software,&lt;BR /&gt;and you are welcome to modify and redistribute it under the GPL v2 license&lt;BR /&gt;&lt;BR /&gt;Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt; show databases;&lt;BR /&gt;+——————–+&lt;BR /&gt;| Database&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;BR /&gt;+——————–+&lt;BR /&gt;| information_schema |&lt;BR /&gt;| alfresco&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;BR /&gt;+——————–+&lt;BR /&gt;2 rows in set (0.02 sec)&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt; use alfresco; show tables;&lt;BR /&gt;Database changed&lt;BR /&gt;Empty set (0.00 sec)&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;We even binded MYSQL to 0.0.0.0. …. And still doesnt work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its an clean DEBIAN installation + standard MYSQL Configuration just edited the bind to 0.0.0.0 to test if it works then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But still doesnt work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270014#M223144</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270015#M223145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you please post the db config from tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### database connection properties ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=org.gjt.mm.mysql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=alfresco34b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:mysql://localhost/alfresco34b&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:22:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270015#M223145</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270016#M223146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here again &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc:mysql://localhost/alfresco&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:29:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270016#M223146</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270017#M223147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;where does that hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect come from?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.4. has no longer hibernate support so far I understood.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;are you able to create a table using mysql -ualfresco -palfresco -hlocalhost alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:43:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270017#M223147</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270018#M223148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i put hibernate.dialect into the file otherwise i will get another error like &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Caused by: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;root@intalf:/opt/alfresco# mysql -ualfresco -palfresco -hlocalhost alfresco;&lt;BR /&gt;Welcome to the MySQL monitor.&amp;nbsp; Commands end with ; or \g.&lt;BR /&gt;Your MySQL connection id is 66&lt;BR /&gt;Server version: 5.1.49-3 (Debian)&lt;BR /&gt;&lt;BR /&gt;Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.&lt;BR /&gt;This software comes with ABSOLUTELY NO WARRANTY. This is free software,&lt;BR /&gt;and you are welcome to modify and redistribute it under the GPL v2 license&lt;BR /&gt;&lt;BR /&gt;Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt; create table test (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; TestId int(4) NOT NULL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; );&lt;BR /&gt;Query OK, 0 rows affected (0.13 sec)&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt; show tables;&lt;BR /&gt;+——————–+&lt;BR /&gt;| Tables_in_alfresco |&lt;BR /&gt;+——————–+&lt;BR /&gt;| test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;BR /&gt;+——————–+&lt;BR /&gt;1 row in set (0.00 sec)&lt;BR /&gt;&lt;BR /&gt;mysql&amp;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;/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;BR /&gt;&lt;SPAN&gt;Yes i can create a table in mysql in alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:52:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270018#M223148</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270019#M223149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;normally means you have a network problem. firewall?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql and alfresco are on the same machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you should try mysql with hostparameter -h hostname as stated in the alfresco config to force mysql client to use the (same) network&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:57:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270019#M223149</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T14:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270020#M223150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its same machine for sure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see when i created the test table: root@intalf:/opt/alfresco# mysql -ualfresco -palfresco -hlocalhost alfresco; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I Added the host parameter there both works. With hostparameter and without.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As it is on the local machine there is no firewall.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Weird right? Is there maybe an issue on 64 bit systems?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:00:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270020#M223150</guid>
      <dc:creator>ddanninger</dc:creator>
      <dc:date>2010-12-16T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Community 3.4b on debian squeeze 64bit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270021#M223151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh - did you use that alfresco dummy-installer which brings it's own 32bit(!) jdk and binaries? Not good idea but since jdbc driver is impelmented in java this should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try to set JAVA_HOME to a appropiate 64 sun-jdk version in your start script and try again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe you /etc/hosts doesn't resolv localhost to a ipv4 adress try 127.0.0.1 in your config instead of localhost.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-community-3-4b-on-debian-squeeze-64bit/m-p/270021#M223151</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-12-16T15:09:09Z</dc:date>
    </item>
  </channel>
</rss>

