<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Alfresco 3.1 clustering easier with JGroups</title>
	<atom:link href="http://ecmarchitect.com/archives/2009/06/08/1001/feed" rel="self" type="application/rss+xml" />
	<link>http://ecmarchitect.com/archives/2009/06/08/1001</link>
	<description>Jeff Potts on ECM, portals, search, collaboration, and a bunch of personal stuff</description>
	<lastBuildDate>Mon, 14 May 2012 10:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-96494</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-96494</guid>
		<description>Angy,

It sounds like you need some urgent help with your cluster. Unfortunately, I don&#039;t have time to look at this today. As you are on Enterprise you should definitely open a ticket with support so they can get you up and running quickly.

Jeff</description>
		<content:encoded><![CDATA[<p>Angy,</p>
<p>It sounds like you need some urgent help with your cluster. Unfortunately, I don&#8217;t have time to look at this today. As you are on Enterprise you should definitely open a ticket with support so they can get you up and running quickly.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANGY</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-96036</link>
		<dc:creator>ANGY</dc:creator>
		<pubDate>Mon, 06 Feb 2012 17:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-96036</guid>
		<description>Hello, Jeff
I need your help, I have installed Alfresco enterprise on cluster with 2 nodes:
node 1: 10.10.0.108
node 2: 10.10.0.173
I have a shared folder /nfs in my node 1

my alfresco-global.properties node 1 is:

###############################
## Common Alfresco Properties #
###############################
dir.root=/nfs/alf_data1
dir.indexes=/alf_data1/alfresco-enterprise-local-index
dir.indexes.backup=/alf_data1/alfresco-enterprise-local-index-backup
alfresco.cluster.name=clusteralfresco
alfresco.jgroups.defaultProtocol=TCP
alfresco.tcp.initial_hosts=10.10.0.108[7800],10.10.0.173[7800]
db.name=orcl
db.username=alfresco
db.password=alfresco
db.host=10.10.0.109
db.port=1521
db.driver=oracle.jdbc.OracleDriver
#db.url=jdbc:oracle:thin:10.10.0.169:1521:XE
db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=10.10.0.109)(PROTOCOL=TCP)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))
hibernate.default_schema=ALFRESCO
db.pool.validate.query=SELECT 1 FROM DUAL
index.recovery.mode=AUTO
alfresco.rmi.services.host=10.10.0.108
################################

my alfresco-global.properties node 2 is:

###############################
## Common Alfresco Properties #
###############################

dir.root=/nfs/alf_data1
dir.indexes=/alf_data1/alfresco-enterprise-local-index
dir.indexes.backup=/alf_data1/alfresco-enterprise-local-index-backup
alfresco.cluster.name=clusteralfresco
alfresco.jgroups.defaultProtocol=TCP
alfresco.tcp.initial_hosts=10.10.0.108[7800],10.10.0.173[7800]
db.name=orcl
db.username=alfresco
db.password=alfresco
db.host=10.10.0.109
db.port=1521
db.driver=oracle.jdbc.OracleDriver
db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=10.10.0.109)(PROTOCOL=TCP)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))
hibernate.default_schema=ALFRESCO
db.pool.validate.query=SELECT 1 FROM DUAL
index.recovery.mode=AUTO
alfresco.rmi.services.host=10.10.0.173
#################################

When I run my nodes, node 2 runs without any problem, but node 1 don&#039;t run, ERROR, I attach the error log.
no matter the order in which the run, the problem is always problem on node 1, I don&#039;t know that I am doing wrong, help me please!!!</description>
		<content:encoded><![CDATA[<p>Hello, Jeff<br />
I need your help, I have installed Alfresco enterprise on cluster with 2 nodes:<br />
node 1: 10.10.0.108<br />
node 2: 10.10.0.173<br />
I have a shared folder /nfs in my node 1</p>
<p>my alfresco-global.properties node 1 is:</p>
<p>###############################<br />
## Common Alfresco Properties #<br />
###############################<br />
dir.root=/nfs/alf_data1<br />
dir.indexes=/alf_data1/alfresco-enterprise-local-index<br />
dir.indexes.backup=/alf_data1/alfresco-enterprise-local-index-backup<br />
alfresco.cluster.name=clusteralfresco<br />
alfresco.jgroups.defaultProtocol=TCP<br />
alfresco.tcp.initial_hosts=10.10.0.108[7800],10.10.0.173[7800]<br />
db.name=orcl<br />
db.username=alfresco<br />
db.password=alfresco<br />
db.host=10.10.0.109<br />
db.port=1521<br />
db.driver=oracle.jdbc.OracleDriver<br />
#db.url=jdbc:oracle:thin:10.10.0.169:1521:XE<br />
db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=10.10.0.109)(PROTOCOL=TCP)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))<br />
hibernate.default_schema=ALFRESCO<br />
db.pool.validate.query=SELECT 1 FROM DUAL<br />
index.recovery.mode=AUTO<br />
alfresco.rmi.services.host=10.10.0.108<br />
################################</p>
<p>my alfresco-global.properties node 2 is:</p>
<p>###############################<br />
## Common Alfresco Properties #<br />
###############################</p>
<p>dir.root=/nfs/alf_data1<br />
dir.indexes=/alf_data1/alfresco-enterprise-local-index<br />
dir.indexes.backup=/alf_data1/alfresco-enterprise-local-index-backup<br />
alfresco.cluster.name=clusteralfresco<br />
alfresco.jgroups.defaultProtocol=TCP<br />
alfresco.tcp.initial_hosts=10.10.0.108[7800],10.10.0.173[7800]<br />
db.name=orcl<br />
db.username=alfresco<br />
db.password=alfresco<br />
db.host=10.10.0.109<br />
db.port=1521<br />
db.driver=oracle.jdbc.OracleDriver<br />
db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=10.10.0.109)(PROTOCOL=TCP)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))<br />
hibernate.default_schema=ALFRESCO<br />
db.pool.validate.query=SELECT 1 FROM DUAL<br />
index.recovery.mode=AUTO<br />
alfresco.rmi.services.host=10.10.0.173<br />
#################################</p>
<p>When I run my nodes, node 2 runs without any problem, but node 1 don&#8217;t run, ERROR, I attach the error log.<br />
no matter the order in which the run, the problem is always problem on node 1, I don&#8217;t know that I am doing wrong, help me please!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Zafar</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-89408</link>
		<dc:creator>Abid Zafar</dc:creator>
		<pubDate>Wed, 07 Dec 2011 04:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-89408</guid>
		<description>Thanks Jeff for your reply, can you please only name/list the files which need to be changed/configured in 3.2.2.7.

Thanks in advance....
Regards
Abid Z</description>
		<content:encoded><![CDATA[<p>Thanks Jeff for your reply, can you please only name/list the files which need to be changed/configured in 3.2.2.7.</p>
<p>Thanks in advance&#8230;.<br />
Regards<br />
Abid Z</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-88984</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-88984</guid>
		<description>I know you are on 3.2, but you might check http://docs.alfresco.com. There are multiple clustering topics covered in the official documentation that might be applicable to your install.

Jeff</description>
		<content:encoded><![CDATA[<p>I know you are on 3.2, but you might check <a href="http://docs.alfresco.com" rel="nofollow">http://docs.alfresco.com</a>. There are multiple clustering topics covered in the official documentation that might be applicable to your install.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Zafar</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-88927</link>
		<dc:creator>Abid Zafar</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-88927</guid>
		<description>Hello,

Thanks for the valuable information, can any one tell us the cluster configuration, step by step on using Alfresco 3.2.2.7 on windows platform.

An early response would be highly appreciated.

Thanx... &amp; Regards
Abid Zafar</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the valuable information, can any one tell us the cluster configuration, step by step on using Alfresco 3.2.2.7 on windows platform.</p>
<p>An early response would be highly appreciated.</p>
<p>Thanx&#8230; &amp; Regards<br />
Abid Zafar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-46099</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-46099</guid>
		<description>@Tommy,

Double-check that you&#039;ve got the defaultProtocol and inital_hosts set correctly. Also note Björn&#039;s comment in this thread about setting java.net.preferIPv4Stack=true if you are on Linux.

Jeff</description>
		<content:encoded><![CDATA[<p>@Tommy,</p>
<p>Double-check that you&#8217;ve got the defaultProtocol and inital_hosts set correctly. Also note Björn&#8217;s comment in this thread about setting java.net.preferIPv4Stack=true if you are on Linux.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-46055</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-46055</guid>
		<description>Hi...

I had already setup 2 Alfresco Enterprise 3.1 with trial license in 2 virtual machine and also set the log level of jgroups to INFO but i still can&#039;t see the log message about join and leave node.

Am I miss something?

Thank you
Tommy</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>I had already setup 2 Alfresco Enterprise 3.1 with trial license in 2 virtual machine and also set the log level of jgroups to INFO but i still can&#8217;t see the log message about join and leave node.</p>
<p>Am I miss something?</p>
<p>Thank you<br />
Tommy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpotts</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-44916</link>
		<dc:creator>jpotts</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-44916</guid>
		<description>No idea. You might have better luck on the Alfresco Forums (http://forums.alfresco.com).

Sorry!

Jeff</description>
		<content:encoded><![CDATA[<p>No idea. You might have better luck on the Alfresco Forums (<a href="http://forums.alfresco.com" rel="nofollow">http://forums.alfresco.com</a>).</p>
<p>Sorry!</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chilonnb</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-44915</link>
		<dc:creator>chilonnb</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-44915</guid>
		<description>HI,

I have problem on install Alfresco community Edition -3.2r-Linux-x86 on RHEL 5.2 X64 and All the application is located on /opt/alfresco but the directory alf_data is located on NAS mounted directory (/data/ GFS) and
i have modified dir.root=/opt/alfresco/alf_data TO dir.root=/data/alfresco/alf_data

this is the catalina.out:

Nov 19, 2009 8: 7:30 PM org.apache.catalina.core.StandardService start
INFO: Starting ervice Catalina
Nov 19, 2009 8: 7:30 PM org.apache.catalina.core.StandardEngine start
INFO: Starting ervlet Engine: Apache Tomcat/6.0.18
Nov 19, 2009 8: 7:33 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The liste er &quot;org.apache.myfaces.webapp.StartupServletContextListener&quot; is already configured for this context. The duplicate definition has been ignored.
20:27:38,576 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
20:27:38,594 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
20:27:38,594 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/data/atlassian/alfresco/tomcat/shared/classes/alfresco-global.properties]
20:27:38,693 I FO [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
20:27:47,269 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/data/atlassian/alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties]
20:27:58,711 I FO [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
20:27:58,876 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37840.sql (Generated).
20:28:01,856 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37841.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-MappedFKIndexes.sql).
20:28:01,886 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37842.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-Extra.sql).
20:28:02,593 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37843.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/post-create-indexes-04.sql).
20:28:02,735 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37844.sql (Copied from classpath:alfresco/dbscripts/create/3.0/org.hibernate.dialect.MySQLInnoDBDialect/create-activities-extras.sql).
20:28:04,309 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37845.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-LockTables.sql).
20:28:04,378 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37846.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-ContentTables.sql).
20:28:04,502 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37847.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-PropertyValueTables.sql).
20:28:05,274 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37848.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-AuditTables.sql).
20:28:06,185 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37849.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-AvmTables.sql).
20:28:06,678 I FO [domain.schema.SchemaBootstrap] All executed statements: /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-All_Statements-37850.sql.
20:28:07,209 I FO [domain.schema.SchemaBootstrap] Normalized schema dumped to file /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-37851.xml.
#
#
# An unexpected error has been detected by Java Runtime Environment:
#
#
# SIGBUS (0x7) at pc=0x00002aab025c4c40, pid=6430, tid=1093753152
#
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
# Problematic f ame:
# C [libnio.so 0x4c40] Java_java_nio_MappedByteBuffer_load0+0x50
#
#
# An error repo t file with more information is saved as:
# /data/atlassi n/alfresco/hs_err_pid6430.log

Thanks for help :)</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>I have problem on install Alfresco community Edition -3.2r-Linux-x86 on RHEL 5.2 X64 and All the application is located on /opt/alfresco but the directory alf_data is located on NAS mounted directory (/data/ GFS) and<br />
i have modified dir.root=/opt/alfresco/alf_data TO dir.root=/data/alfresco/alf_data</p>
<p>this is the catalina.out:</p>
<p>Nov 19, 2009 8: 7:30 PM org.apache.catalina.core.StandardService start<br />
INFO: Starting ervice Catalina<br />
Nov 19, 2009 8: 7:30 PM org.apache.catalina.core.StandardEngine start<br />
INFO: Starting ervlet Engine: Apache Tomcat/6.0.18<br />
Nov 19, 2009 8: 7:33 PM org.apache.catalina.core.StandardContext addApplicationListener<br />
INFO: The liste er &#8220;org.apache.myfaces.webapp.StartupServletContextListener&#8221; is already configured for this context. The duplicate definition has been ignored.<br />
20:27:38,576 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]<br />
20:27:38,594 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]<br />
20:27:38,594 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/data/atlassian/alfresco/tomcat/shared/classes/alfresco-global.properties]<br />
20:27:38,693 I FO [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]<br />
20:27:47,269 I FO [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/data/atlassian/alfresco/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties]<br />
20:27:58,711 I FO [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.<br />
20:27:58,876 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37840.sql (Generated).<br />
20:28:01,856 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37841.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-MappedFKIndexes.sql).<br />
20:28:01,886 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37842.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-Extra.sql).<br />
20:28:02,593 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37843.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/post-create-indexes-04.sql).<br />
20:28:02,735 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37844.sql (Copied from classpath:alfresco/dbscripts/create/3.0/org.hibernate.dialect.MySQLInnoDBDialect/create-activities-extras.sql).<br />
20:28:04,309 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37845.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-LockTables.sql).<br />
20:28:04,378 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37846.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-ContentTables.sql).<br />
20:28:04,502 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37847.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-PropertyValueTables.sql).<br />
20:28:05,274 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37848.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-AuditTables.sql).<br />
20:28:06,185 I FO [domain.schema.SchemaBootstrap] Executing database script /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-37849.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-AvmTables.sql).<br />
20:28:06,678 I FO [domain.schema.SchemaBootstrap] All executed statements: /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-All_Statements-37850.sql.<br />
20:28:07,209 I FO [domain.schema.SchemaBootstrap] Normalized schema dumped to file /data/atlassian/alfresco/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-37851.xml.<br />
#<br />
#<br />
# An unexpected error has been detected by Java Runtime Environment:<br />
#<br />
#<br />
# SIGBUS (0&#215;7) at pc=0x00002aab025c4c40, pid=6430, tid=1093753152<br />
#<br />
#<br />
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)<br />
# Problematic f ame:<br />
# C [libnio.so 0x4c40] Java_java_nio_MappedByteBuffer_load0+0&#215;50<br />
#<br />
#<br />
# An error repo t file with more information is saved as:<br />
# /data/atlassi n/alfresco/hs_err_pid6430.log</p>
<p>Thanks for help <img src='http://ecmarchitect.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfresco 3.1: Montar un Clúster :: Ramiro Nahuel Pol</title>
		<link>http://ecmarchitect.com/archives/2009/06/08/1001/comment-page-1#comment-42433</link>
		<dc:creator>Alfresco 3.1: Montar un Clúster :: Ramiro Nahuel Pol</dc:creator>
		<pubDate>Sat, 10 Oct 2009 00:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=1001#comment-42433</guid>
		<description>[...] Link al artículo &#124; Montar un Clúster en Alfresco 3.1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Link al artículo | Montar un Clúster en Alfresco 3.1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

