cancel
Showing results for 
Search instead for 
Did you mean: 

3.2 New Install and GC overhead limit exceeded

sergisat
Champ in-the-making
Champ in-the-making
Hello, my new dev server is Ubuntu Server 9.04 64 bits in a virtual machine:

4vcpus
16GB RAM
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
Mysql in another server

New installation of Alfresco-Community-3.2-Linux-x86-Install, I try to copy files from 5 pc's over CIFS and after 15 minutes I get this errors:


INFO: Server startup in 268752 ms
09:04:35,454  ERROR [hibernate.transaction.JDBCTransaction] JDBC rollback failed
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Connection.close() has already been called. Invalid operation in this state.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.Util.getInstance(Util.java:381)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
        at com.mysql.jdbc.ConnectionImpl.getMutex(ConnectionImpl.java:3032)
        at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4606)
        at org.apache.commons.dbcp.DelegatingConnection.rollback(DelegatingConnection.java:328)
        at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.rollback(PoolingDataSource.java:312)
        at org.hibernate.transaction.JDBCTransaction.rollbackAndResetAutoCommit(JDBCTransaction.java:183)
        at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:162)
        at org.springframework.orm.hibernate3.HibernateTransactionManager.doRollback(HibernateTransactionManager.java:597)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.doRollbackOnCommitException(AbstractPlatformTransactionManager.java:803)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:697)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:632)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:314)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:467)
        at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:227)
        at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
        at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1574)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.procNTCreateAndX(NTProtocolHandler.java:5820)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:306)
        at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1354)
        at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1446)
        at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:106)
        at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
        at java.lang.Thread.run(Thread.java:619)
09:04:42,710  WARN  [jdbc.support.SQLErrorCodesFactory] Error while extracting database product name - falling back to empty error codes
org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is java.sql.SQLException: Connection com.mysql.jdbc.JDBC4Connection@44f7bb41 is closed.
Caused by: java.sql.SQLException: Connection com.mysql.jdbc.JDBC4Connection@44f7bb41 is closed.
        at org.apache.commons.dbcp.DelegatingConnection.checkOpen(DelegatingConnection.java:354)
        at org.apache.commons.dbcp.DelegatingConnection.getMetaData(DelegatingConnection.java:310)
        at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.getMetaData(PoolingDataSource.java:234)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:50)
        at $Proxy5.getMetaData(Unknown Source)
        at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:189)
        at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:224)
        at org.springframework.jdbc.support.SQLErrorCodesFactory.getErrorCodes(SQLErrorCodesFactory.java:215)
        at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.setDataSource(SQLErrorCodeSQLExceptionTranslator.java:133)
        at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.<init>(SQLErrorCodeSQLExceptionTranslator.java:98)
        at org.springframework.orm.hibernate3.HibernateTransactionManager.getDefaultJdbcExceptionTranslator(HibernateTransactionManager.java:741)
        at org.springframework.orm.hibernate3.HibernateTransactionManager.convertHibernateAccessException(HibernateTransactionManager.java:715)
        at org.springframework.orm.hibernate3.HibernateTransactionManager.doRollback(HibernateTransactionManager.java:604)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.doRollbackOnCommitException(AbstractPlatformTransactionManager.java:803)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:697)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:632)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:314)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:467)
        at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:227)
        at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
        at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1574)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.procNTCreateAndX(NTProtocolHandler.java:5820)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:306)
        at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1354)
        at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1446)
        at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:106)
        at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
        at java.lang.Thread.run(Thread.java:619)
09:04:42,711  ERROR [orm.hibernate3.HibernateTransactionManager] Commit exception overridden by rollback exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
09:04:56,753  ERROR [repo.transaction.AlfrescoTransactionSupport] After completion (rolled-back) TransactionalCache exception
org.alfresco.error.AlfrescoRuntimeException: 06080174 Failed to add txn caches to manager
        at org.alfresco.repo.cache.TransactionalCache.getTransactionData(TransactionalCache.java:221)
        at org.alfresco.repo.cache.TransactionalCache.afterRollback(TransactionalCache.java:643)
        at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(AlfrescoTransactionSupport.java:824)
        at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:133)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:904)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:879)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:782)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:730)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:332)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.completeTransactionAfterThrowing(SpringAwareUserTransaction.java:562)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
        at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
        at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
        at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
        at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:106)
        at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
        at java.lang.Thread.run(Thread.java:619)
Caused by: net.sf.ehcache.ObjectExistsException: Cache org.alfresco.storeAndNodeIdTransactionalCache_bd188298-f852-4ed9-973e-f19254ae888e_updates already exists
        at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:689)
        at net.sf.ehcache.CacheManager.addCache(CacheManager.java:683)
        at net.sf.ehcache.CacheManager.addCache(CacheManager.java:640)
        at org.alfresco.repo.cache.TransactionalCache.getTransactionData(TransactionalCache.java:216)
        … 16 more
Exception in thread "DefaultScheduler_QuartzSchedulerThread" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "NetBIOS Name Server" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "FileStateReaper" java.lang.OutOfMemoryError: GC overhead limit exceeded
09:21:14,767  ERROR [transaction.SpringAwareUserTransaction.trace] Detected first UserTransaction which is being garbage collected without a commit() or rollback()
09:21:14,767  ERROR [transaction.SpringAwareUserTransaction.trace] Logging of transaction call stack is now enabled and will affect performance

My alfresco.sh is:

#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME="/usr"
# Set any default JVM values
#export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'
export JAVA_OPTS='-Xms512m -Xmx1024m -XX:MaxPermSize=1024m -server'
export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"
# Following only needed for Sun JVMs before to 1.5 update 8
#export JAVA_OPTS="${JAVA_OPTS} -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/
alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/in
dex/IndexInfo\$Merger,mergeDeletions"
#
if [ "$1" = "start" ]; then
  "${APPSERVER}/bin/startup.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_start.sh
#  fi
#  if [ -r "$ALF_HOME"/start_oo.sh ]; then
#    sh "$ALF_HOME"/start_oo.sh
#  fi
elif [ "$1" = "stop" ]; then
  "${APPSERVER}/bin/shutdown.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_stop.sh
#  fi
#  if [ -r "$ALF_HOME"/start_oo.sh ]; then
#    killall soffice.bin
#  fi
fi

My /opt/Alfresco/tomcat/shared/classes/alfresco-global.properties

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#————-
#dir.root=/opt/Alfresco/alf_data
dir.root=/mnt/alfresco

#
# Sample database connection properties
#————-
db.name=alfrescopru32
db.username=alfrescopru32
db.password=password
db.host=server_name_mysql
db.port=3306

#
# External locations
#————-
#ooo.exe=/opt/Alfresco/program/soffice
#img.root=/usr/local
#swf.exe=/opt/Alfresco/bin/pdf2swf

#Modificaciones para ImageMagick
img.root=/usr

#Modificacion para pdf2swf (swftools)
swf.exe=/usr/bin/pdf2swf

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
#db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
db.url=jdbc:mysql://server_name_mysql:3306/alfrescopru32
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
32 REPLIES 32

dc41
Champ in-the-making
Champ in-the-making
I guess this might be progress. Was able to complete the reindexing with the following settings:

export JAVA_OPTS='-Xss1024K -Xms1G -Xmx2G -XX:MaxPermSize=128M -XX:NewSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMSInitiatingOccupancyFraction=80 -server'

But then I ran into another error (see log below). Could all the previous attempts have corrupted the repository? Should I replace it with a fresh copy of the backup? Just to double check… I replace the entire alf_data directory in 3.2 with the entire alf_data directory from 3.0 along with a copy of the mysql db from 3.0?

Thanks

22:03:01,417 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
22:03:01,430 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
22:03:01,439 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties]
22:03:01,634 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:03:26,820 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
22:03:30,488 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
22:03:50,945 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery started: 302,395 transactions.
22:05:20,615 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    10 % complete.
22:06:37,713 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    20 % complete.
22:07:42,348 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    30 % complete.
22:08:56,952 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    40 % complete.
22:10:31,714 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    50 % complete.
22:12:01,106 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    60 % complete.
22:13:09,417 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    70 % complete.
22:15:06,682 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    80 % complete.
22:17:14,027 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    90 % complete.
22:22:28,378 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    100 % complete.
22:22:48,279 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery completed.
22:22:48,358 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Rebuilding indexes for 1 AVM Stores
22:22:48,358 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]     Rebuilding index for sitestore
22:22:48,580 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]   Reindex   100% complete
22:22:48,580 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Finished rebuilding indexes for AVM Stores
22:22:48,998 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/Alfresco/alf_data
22:22:49,013 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
22:22:49,015 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
22:22:49,075 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 06090000 Ensure that the 'dir.root' property is pointing to the correct data location.
   at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:312)
   at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:72)
   at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:178)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:252)
   at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:182)
   at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
   at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
   at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:69)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
   at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:627)
   at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:516)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
22:22:54,024 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@11d11aa7: display name [Root WebApplicationContext]; startup date [Thu Jul 09 22:22:54 MDT 2009]; root of context hierarchy
22:22:54,543 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@11d11aa7]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4fc50e68
22:22:55,908 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
22:22:55,951 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 276.1085ms)
22:22:56,120 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
22:22:56,139 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 181.0174ms)
22:22:56,208 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework

sergisat
Champ in-the-making
Champ in-the-making
Hi dc41, can you post your hardware machine configuration?

I'm thinking my problems is to run Alfresco in a virtual machine because I create another virtual machine with 4G of ram an 2 virtual processors, installed W2K3R2 and Alfresco-Community-3.2-Full-Setup.exe. I try to copy files over CIFS with a batch scripts and alfresco hangs.

This is catalina.out from this windows server.

14:10:10,960 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
14:10:10,960 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
14:10:10,976 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/C:/Alfresco/tomcat/shared/classes/alfresco-global.properties]
14:10:11,069 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:10:32,210 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:10:32,304 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44009.sql (Generated).
14:10:35,444 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44010.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-MappedFKIndexes.sql).
14:10:35,444 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44011.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.2-Extra.sql).
14:10:35,819 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44012.sql (Copied from classpath:alfresco/dbscripts/create/2.2/org.hibernate.dialect.MySQLInnoDBDialect/post-create-indexes-04.sql).
14:10:35,851 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44013.sql (Copied from classpath:alfresco/dbscripts/create/3.0/org.hibernate.dialect.MySQLInnoDBDialect/create-activities-extras.sql).
14:10:35,991 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44014.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-LockTables.sql).
14:10:36,022 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-44015.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-ContentTables.sql).
14:10:36,069 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] All executed statements:  C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-All_Statements-44016.sql.
14:10:36,851 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Normalized schema dumped to file C:\Alfresco\tomcat\temp\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-44017.xml.
14:10:38,288 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
14:10:38,319 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:10:40,913 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
14:10:40,913 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
14:11:02,382 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data
14:11:02,429 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
14:11:03,101 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.wcmFolders' (Ensures the existance of the WCM specific 'Web Projects' and 'Web Forms' folders.).
14:11:03,226 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.0-0-CreateActivitiesExtras
RESULT:
Script completed
=====================================
14:11:03,226 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-ContentTables
RESULT:
Script completed
=====================================
14:11:03,241 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-LockTables
RESULT:
Script completed
=====================================
14:11:03,241 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.wcmFolders
RESULT:
The Web Projects folder was successfully created: workspace://SpacesStore/f3d58148-8909-4624-9450-09d3919ab1a2
The Web Forms folder was successfully created: workspace://SpacesStore/f3d58148-8909-4624-9450-09d3919ab1a2
=====================================
14:11:03,257 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).
14:11:03,304 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Installing module 'org.alfresco.module.vti' version 1.2.
14:11:03,351 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
14:11:03,366 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:11:03,632 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:11:03,663 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:11:03,944 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
14:11:03,976 WARN  [org.alfresco.fileserver] CIFS server name is longer than 15 characters, truncated to ALFRESCO32-WIND
14:11:04,069 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
14:11:04,069 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
14:11:04,085 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:11:04,132 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
14:11:04,147 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
14:11:04,163 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:11:04,163 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
14:11:04,319 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 493,063MB
14:11:04,319 WARN  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 493,063MB is less than recommended 512MB
14:11:04,319 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.2.0 (2039) schema 2019
14:11:04,804 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
14:11:04,835 INFO  [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070
14:11:15,991 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
14:11:25,866 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:11:26,069 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
14:11:28,085 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@70e387: display name [Root WebApplicationContext]; startup date [Thu Jul 09 14:11:28 CEST 2009]; root of context hierarchy
14:11:28,507 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@70e387]: org.springframework.beans.factory.support.DefaultListableBeanFactory@879d52
14:11:29,569 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
14:11:29,585 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 201.66525ms)
14:11:29,694 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
14:11:29,710 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 116.581825ms)
14:11:29,757 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:11:35,710 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:14:46,804 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:22:48,976 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Closing org.alfresco.config.JBossEnabledWebApplicationContext@70e387: display name [Root WebApplicationContext]; startup date [Thu Jul 09 14:11:28 CEST 2009]; root of context hierarchy
14:22:49,632 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'wcm_deployment_receiver' subsystem, ID: [default]
14:22:49,632 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'wcm_deployment_receiver' subsystem, ID: [default]
14:22:49,663 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'fileServers' subsystem, ID: [default]
14:22:51,679 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'fileServers' subsystem, ID: [default]
14:22:51,679 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'imap' subsystem, ID: [default]
14:22:51,679 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'imap' subsystem, ID: [default]
14:22:51,679 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Synchronization' subsystem, ID: [default]
14:22:51,679 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Synchronization' subsystem, ID: [default]
14:22:51,694 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'thirdparty' subsystem, ID: [default]
14:22:51,694 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'thirdparty' subsystem, ID: [default]
14:22:51,710 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:22:51,710 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:27:49,513 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
14:27:49,528 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
14:27:49,528 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/C:/Alfresco/tomcat/shared/classes/alfresco-global.properties]
14:27:49,731 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:15,795 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:28:18,838 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
14:28:22,927 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
14:28:22,958 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:25,424 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
14:28:25,424 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
14:28:25,643 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data
14:28:25,689 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
14:28:26,033 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
14:28:26,064 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).
14:28:26,126 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.2.
14:28:26,220 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
14:28:26,267 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:26,751 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:28:26,782 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:27,297 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
14:28:27,609 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
14:28:27,609 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
14:28:27,656 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:27,796 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
14:28:27,796 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
14:28:27,828 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:27,859 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
14:28:28,077 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 493,063MB
14:28:28,077 WARN  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 493,063MB is less than recommended 512MB
14:28:28,077 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.2.0 (2039) schema 2019
14:28:28,701 INFO  [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070
14:28:43,200 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
14:28:43,247 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:28:43,372 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
14:28:46,946 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@1b579c9: display name [Root WebApplicationContext]; startup date [Thu Jul 09 14:28:46 CEST 2009]; root of context hierarchy
14:28:47,430 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@1b579c9]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1384051
14:28:49,084 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
14:28:49,100 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 338.29288ms)
14:28:49,256 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
14:28:49,271 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 165.89642ms)
14:28:49,318 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:28:53,298 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:29:00,274 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
14:31:59,096 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:33:07,943 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Closing org.alfresco.config.JBossEnabledWebApplicationContext@1b579c9: display name [Root WebApplicationContext]; startup date [Thu Jul 09 14:28:46 CEST 2009]; root of context hierarchy
14:33:09,192 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'wcm_deployment_receiver' subsystem, ID: [default]
14:33:09,192 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'wcm_deployment_receiver' subsystem, ID: [default]
14:33:09,223 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'fileServers' subsystem, ID: [default]
14:33:11,254 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'fileServers' subsystem, ID: [default]
14:33:11,254 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'imap' subsystem, ID: [default]
14:33:11,254 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'imap' subsystem, ID: [default]
14:33:11,254 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Synchronization' subsystem, ID: [default]
14:33:11,254 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Synchronization' subsystem, ID: [default]
14:33:11,269 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'thirdparty' subsystem, ID: [default]
14:33:11,285 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'thirdparty' subsystem, ID: [default]
14:33:11,285 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:33:11,285 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:33:36,181 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
14:33:36,181 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
14:33:36,181 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/C:/Alfresco/tomcat/shared/classes/alfresco-global.properties]
14:33:36,275 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:33:58,609 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:34:00,640 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
14:34:04,122 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
14:34:04,154 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:06,028 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
14:34:06,168 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Alfresco\alf_data
14:34:06,247 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
14:34:06,699 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
14:34:06,715 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).
14:34:06,778 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.2.
14:34:06,871 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
14:34:06,887 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:07,152 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
14:34:07,168 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:07,683 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
14:34:07,777 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
14:34:07,777 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
14:34:07,808 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:07,855 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
14:34:07,871 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
14:34:07,887 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:07,902 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
14:34:08,058 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 986,125MB
14:34:08,058 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.2.0 (2039) schema 2019
14:34:08,371 INFO  [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070
14:34:22,693 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
14:34:22,708 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:34:22,818 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
14:34:24,302 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@d938e0: display name [Root WebApplicationContext]; startup date [Thu Jul 09 14:34:24 CEST 2009]; root of context hierarchy
14:34:24,583 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@d938e0]: org.springframework.beans.factory.support.DefaultListableBeanFactory@103e0
14:34:25,895 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
14:34:25,910 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 195.68263ms)
14:34:26,004 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
14:34:26,035 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 108.18747ms)
14:34:26,082 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:34:28,706 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
15:05:31,534 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.HashMap.keySet(HashMap.java:869)
   at net.sf.ehcache.store.MemoryStore.getKeyArray(MemoryStore.java:282)
   at net.sf.ehcache.Cache.getKeys(Cache.java:1062)
   at org.alfresco.repo.cache.TransactionalCache.afterCommit(TransactionalCache.java:604)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(AlfrescoTransactionSupport.java:820)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:133)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:904)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:879)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:707)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:632)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:314)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:467)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:227)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1574)
   at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1548)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.procTrans2QueryPath(NTProtocolHandler.java:4149)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.processTransactionBuffer(NTProtocolHandler.java:1750)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.procTransact2(NTProtocolHandler.java:1571)
   at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:227)
   at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1354)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1446)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
15:14:18,991 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:14:50,666 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090116 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:15:40,139 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090123 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:15:45,921 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090124 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:15:51,343 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090127 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:15:51,359 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090128 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:16:00,406 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090131 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:16:25,362 ERROR [org.alfresco.repo.activities.post.lookup.PostLookup] Exception during update of posts
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:16:34,144 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090132 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:17:02,444 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090134 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:17:11,648 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090137 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:17:30,197 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090142 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:17:53,574 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090149 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:17:58,637 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090152 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:18:07,480 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090155 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:18:30,277 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090158 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:18:35,340 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090159 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:18:49,089 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090171 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:18:49,277 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090172 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:19:18,214 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090173 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:19:27,152 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090176 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:19:32,245 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090179 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:19:36,714 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090180 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:19:45,542 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090181 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:20:13,511 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090186 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:20:22,261 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090189 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:20:28,073 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090190 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:20:32,526 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090191 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:21:33,760 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090203 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:21:38,120 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090204 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:01,573 ERROR [org.alfresco.repo.activities.feed.AbstractFeedGenerator] Exception during generation of feeds
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:22:24,213 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090208 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:24,229 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090209 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:33,244 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090211 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:33,338 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090212 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:43,447 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090217 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:48,057 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090220 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:48,119 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090221 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:22:58,135 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090222 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:23:44,091 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090231 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:23:44,122 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090232 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:24:03,029 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090235 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:24:03,029 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090236 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:24:21,827 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090239 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:24:53,735 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090240 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:25:54,380 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090251 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:25:59,224 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090254 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:26:04,255 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090255 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:26:54,133 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090261 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:26:54,133 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090262 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:26:59,227 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090265 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:17,619 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090269 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:22,135 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090270 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:26,666 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090271 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:36,432 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090276 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:36,479 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090277 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:27:49,699 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090280 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:28:14,076 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090282 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:28:18,576 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090283 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:28:32,640 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090286 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:28:41,578 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090291 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:28:41,578 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090292 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:29:19,613 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090297 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:29:24,020 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090298 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:29:24,129 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090299 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:29:56,522 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:29:56,569 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
15:30:01,023 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090309 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:01,039 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090310 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:01,085 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090311 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:11,383 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090314 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:25,338 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090319 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:38,636 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090324 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:30:43,589 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090325 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:31:06,732 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090329 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:31:20,546 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090331 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:31:20,593 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090332 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:31:24,937 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090333 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:31:47,954 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090338 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:32:06,237 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090341 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:32:15,941 ERROR [org.mortbay.log] Problem scavenging sessions
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:32:34,318 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090342 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:32:42,959 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090345 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:32:56,851 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090348 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:33:10,587 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090350 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:33:10,602 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090351 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:33:19,666 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090354 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:33:29,354 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090357 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:34:32,032 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:34:58,766 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090371 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:35:03,297 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090377 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:35:07,703 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090380 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:35:12,078 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090381 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:36:04,168 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090394 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:36:08,637 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090397 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:36:49,993 ERROR [org.alfresco.repo.transaction.AlfrescoTransactionSupport] After completion (rolled-back) TransactionalCache exception
org.alfresco.error.AlfrescoRuntimeException: 06090402 Failed to add txn caches to manager
   at org.alfresco.repo.cache.TransactionalCache.getTransactionData(TransactionalCache.java:221)
   at org.alfresco.repo.cache.TransactionalCache.afterRollback(TransactionalCache.java:643)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(AlfrescoTransactionSupport.java:824)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:133)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:904)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:879)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:782)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:730)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:332)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.completeTransactionAfterThrowing(SpringAwareUserTransaction.java:562)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
Caused by: net.sf.ehcache.ObjectExistsException: Cache org.alfresco.nodeOwnerTransactionalCache_e832fa2b-2d4f-47ee-b0fd-332cfed8fa9d_updates already exists
   at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:689)
   at net.sf.ehcache.CacheManager.addCache(CacheManager.java:683)
   at net.sf.ehcache.CacheManager.addCache(CacheManager.java:640)
   at org.alfresco.repo.cache.TransactionalCache.getTransactionData(TransactionalCache.java:216)
   … 16 more
15:37:03,055 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090403 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:37:53,192 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090406 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:37:57,691 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090409 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:38:07,581 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090410 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:38:07,613 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090413 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:38:39,470 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:38:57,390 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090420 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:39:06,030 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:39:06,046 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
15:39:16,014 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090433 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:40:18,732 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090447 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:40:51,764 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090458 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:40:51,780 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090459 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:41:05,593 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090465 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:41:24,140 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090469 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:41:28,547 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090472 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:42:22,298 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090483 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:42:22,345 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090486 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:43:21,441 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090501 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:43:54,880 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090513 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:17,974 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090520 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:18,005 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090521 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:22,474 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090526 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:27,521 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090527 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:40,772 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090532 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:44:40,803 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090533 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:46:15,638 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090545 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:46:19,997 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090546 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:46:19,997 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090547 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:46:43,296 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090553 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:47:02,266 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090558 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:47:57,129 ERROR [net.sf.ehcache.store.DiskStore] org.alfresco.cache.encodingEntityCache Cache: Could not expire elements from disk due to GC overhead limit exceeded. Continuing…
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:48:24,990 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090573 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:48:38,179 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090582 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:48:43,539 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090587 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:48:48,008 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090588 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:50:00,576 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090614 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:50:04,935 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090623 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:50:09,420 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090624 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:50:41,360 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:50:41,376 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
15:50:45,814 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090632 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:50:55,252 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090635 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:51:35,224 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:52:54,613 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090661 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:52:54,738 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090666 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:53:48,797 ERROR [org.mortbay.log] Problem scavenging sessions
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:54:14,951 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090685 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:54:30,075 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090691 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:55:54,569 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090711 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:56:37,847 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090717 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:57:17,674 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090726 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:57:35,815 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090734 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:57:54,097 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090741 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:59:50,428 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090768 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
15:59:54,803 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
15:59:54,835 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
16:00:31,554 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090773 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:00:45,367 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090778 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:01:08,149 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090781 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:02:08,619 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090793 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:02:58,794 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090813 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:05:59,492 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090843 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:06:12,633 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090851 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:06:17,634 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090856 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:06:26,806 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090859 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:08:17,267 ERROR [org.jbpm.job.executor.JobExecutorThread] exception in job executor thread. waiting 90000 milliseconds
org.alfresco.error.AlfrescoRuntimeException: 06090876 Exception in Transaction.
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:398)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:233)
   at org.alfresco.repo.workflow.jbpm.AlfrescoJobExecutorThread.acquireJobs(AlfrescoJobExecutorThread.java:74)
   at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:54)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
16:08:26,142 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090886 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:08:48,597 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
16:08:48,597 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
16:09:05,330 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090898 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:09:09,642 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090899 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:10:25,257 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090922 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:11:09,454 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090930 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:11:51,183 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090945 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:11:55,527 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090948 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:13:22,328 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090980 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:14:26,512 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06090991 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:15:36,433 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091014 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:16:35,526 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091029 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:17:11,432 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091047 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:17:20,089 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091050 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:17:30,401 ERROR [org.hibernate.transaction.JDBCTransaction] JDBC rollback failed
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Connection.close() has already been called. Invalid operation in this state.
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
   at com.mysql.jdbc.Util.getInstance(Util.java:381)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
   at com.mysql.jdbc.ConnectionImpl.getMutex(ConnectionImpl.java:3032)
   at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4606)
   at org.apache.commons.dbcp.DelegatingConnection.rollback(DelegatingConnection.java:328)
   at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.rollback(PoolingDataSource.java:312)
   at org.hibernate.transaction.JDBCTransaction.rollbackAndResetAutoCommit(JDBCTransaction.java:183)
   at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:162)
   at org.springframework.orm.hibernate3.HibernateTransactionManager.doRollback(HibernateTransactionManager.java:597)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:753)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:730)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:332)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.completeTransactionAfterThrowing(SpringAwareUserTransaction.java:562)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
16:17:30,464 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction] Application exception overridden by rollback exception
java.lang.Exception
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
16:17:53,745 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
16:17:53,745 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
16:17:54,026 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091063 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:18:11,135 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091067 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:18:11,260 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091070 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:19:56,668 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091102 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:20:29,294 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091114 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:21:04,639 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091127 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:21:17,968 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091136 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:21:32,171 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091145 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:22:17,970 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091150 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:22:27,001 ERROR [org.hibernate.transaction.JDBCTransaction] JDBC rollback failed
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Connection.close() has already been called. Invalid operation in this state.
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
   at com.mysql.jdbc.Util.getInstance(Util.java:381)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
   at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
   at com.mysql.jdbc.ConnectionImpl.getMutex(ConnectionImpl.java:3032)
   at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4606)
   at org.apache.commons.dbcp.DelegatingConnection.rollback(DelegatingConnection.java:328)
   at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.rollback(PoolingDataSource.java:312)
   at org.hibernate.transaction.JDBCTransaction.rollbackAndResetAutoCommit(JDBCTransaction.java:183)
   at org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:162)
   at org.springframework.orm.hibernate3.HibernateTransactionManager.doRollback(HibernateTransactionManager.java:597)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:753)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:730)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:332)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.completeTransactionAfterThrowing(SpringAwareUserTransaction.java:562)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
16:22:31,314 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction] Application exception overridden by rollback exception
java.lang.Exception
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:532)
   at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:216)
   at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
   at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1514)
   at org.alfresco.jlan.smb.server.CIFSThreadRequest.runRequest(CIFSThreadRequest.java:57)
   at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
   at java.lang.Thread.run(Thread.java:619)
16:22:54,377 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091162 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:22:58,705 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091164 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:23:07,628 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091170 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:23:07,643 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091171 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:23:16,972 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091174 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:24:00,754 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091182 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:24:10,442 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091191 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:24:30,787 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091201 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:25:32,572 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091217 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:25:55,104 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091224 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:26:03,683 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
java.lang.OutOfMemoryError: GC overhead limit exceeded
16:26:03,683 ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.ftsIndexerJobDetail threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
   at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
16:26:03,729 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091229 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:26:18,089 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091232 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:26:18,167 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091235 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:26:36,105 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091246 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:27:04,090 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091251 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:27:21,387 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091256 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:27:48,794 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091262 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:27:54,137 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091275 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:28:01,309 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091280 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:28:12,434 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091286 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:28:25,325 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091291 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:29:02,310 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091312 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:29:06,841 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091317 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:29:11,388 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091322 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:29:38,467 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091335 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:30:00,873 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091340 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:30:09,717 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091343 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:30:09,764 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091344 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:30:51,968 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091365 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:31:53,095 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091382 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:31:53,142 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091385 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:31:57,485 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091388 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:32:06,423 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091391 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:32:06,455 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091392 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:32:21,721 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091399 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:32:50,316 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091404 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:32:59,503 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091411 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:33:30,020 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091427 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:33:42,614 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091434 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:33:53,646 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091442 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:33:58,146 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091445 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:34:16,506 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091450 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:34:45,117 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091458 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:34:45,179 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091459 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:35:13,009 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091474 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:35:51,104 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091477 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:35:55,479 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091480 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:36:21,168 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091503 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:37:22,702 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091515 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:37:38,781 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091534 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:37:43,172 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091535 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:38:31,534 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091546 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:38:44,550 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091554 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:38:49,488 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091561 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:28,146 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091566 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:28,193 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091567 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:37,553 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091579 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:45,350 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091586 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:45,444 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091587 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:39:52,132 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091590 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:40:49,697 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091613 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:41:11,167 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091621 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:41:11,214 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091622 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:41:15,526 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091625 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:41:55,701 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091630 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:42:09,592 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091642 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:42:13,983 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091645 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:43:03,954 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091654 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:43:17,564 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091661 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:43:22,017 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091666 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:44:05,471 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091675 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:44:14,768 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091686 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:44:57,128 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091695 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:45:34,050 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091706 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:46:00,910 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091719 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:46:28,801 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091726 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:46:42,270 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091735 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:47:09,129 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091744 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:47:37,083 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091749 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:47:49,958 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091756 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:47:54,317 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091759 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:47:54,349 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091762 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:48:08,083 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091767 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:48:08,146 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091770 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:48:41,100 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091791 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:49:21,258 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091802 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:49:25,586 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091803 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:49:29,977 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091806 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:49:34,290 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091807 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]

Follow…

sergisat
Champ in-the-making
Champ in-the-making

16:49:39,478 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091818 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:51:06,059 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091846 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:51:42,748 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091859 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:52:10,015 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091864 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:52:33,781 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091872 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:52:54,860 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091879 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:53:34,300 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091888 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:53:39,019 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091897 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:53:59,254 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091900 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:54:08,083 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091907 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:54:31,334 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091914 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:54:35,912 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091921 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:54:40,272 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091922 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:54:49,194 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091930 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:55:41,009 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091941 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:56:22,386 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091957 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:56:42,950 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091965 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:56:45,278 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091973 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:57:28,530 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091980 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:57:28,562 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091983 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:57:40,281 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091986 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:57:51,203 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091994 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:58:04,595 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06091999 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:58:13,736 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092008 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:58:36,159 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092016 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:58:40,425 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092019 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:58:40,487 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092022 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:59:12,896 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092033 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
16:59:26,631 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092038 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:00:48,023 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092055 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:00:52,320 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092056 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:01:06,007 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092065 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:01:16,804 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092070 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:01:30,804 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092085 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:02:24,958 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092096 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:02:29,458 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092097 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:03:21,645 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092119 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:03:26,660 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092124 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:03:37,644 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092127 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:03:41,956 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092130 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:04:53,611 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092148 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:04:53,673 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092149 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]17:04:57,955 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092154 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:07,439 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092163 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:14,892 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092170 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:19,126 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092173 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:55,205 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092178 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:55,236 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092181 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:05:57,643 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092186 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:06:07,955 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092193 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:06:32,581 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092204 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:07:03,410 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092211 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:07:14,301 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092216 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:07:32,036 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092227 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:08:07,474 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092237 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:08:25,303 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092244 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:08:39,600 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092253 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:09:20,507 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092262 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:09:31,304 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092277 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:10:24,009 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092292 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:11:02,729 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092309 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:11:39,278 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092318 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:11:39,325 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092319 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:11:48,778 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092330 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:12:04,388 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092339 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:12:47,234 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092351 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:13:16,985 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092355 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:13:30,595 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092360 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:13:48,440 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092379 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:13:59,222 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092385 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:15:01,615 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092401 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:16:03,415 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092420 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:16:21,603 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092426 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:16:44,307 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092435 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:16:53,183 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092446 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:16:57,589 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092447 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:17:07,293 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092452 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:17:59,388 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092461 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:18:08,513 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092468 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:18:26,576 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092475 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:19:04,905 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092487 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:19:28,093 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092496 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:19:37,343 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092503 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:19:45,969 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092504 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:20:21,673 ERROR [org.springframework.transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
17:20:21,673 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092523 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:20:21,735 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092526 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:21:33,643 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092540 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:22:43,146 ERROR [org.alfresco.repo.search.impl.lucene.index.IndexInfo] Index merger failed to recover - suspending
java.lang.RuntimeException: Error during run with lock.
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.doWithFileLock(IndexInfo.java:2273)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.access$4500(IndexInfo.java:141)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo$Merger.recoverImpl(IndexInfo.java:3177)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo$AbstractSchedulable.run(IndexInfo.java:3019)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
   at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: C:\Alfresco\alf_data\lucene-indexes\workspace\SpacesStore\73ae8fd5-a744-4721-b4af-2fd4def2fa22\_0.tis (The system cannot find the file specified)
   at java.io.RandomAccessFile.open(Native Method)
   at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
   at org.apache.lucene.store.FSDirectory$FSIndexInput$Descriptor.<init>(FSDirectory.java:552)
   at org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:582)
   at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:488)
   at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:482)
   at org.apache.lucene.store.Directory.copy(Directory.java:190)
   at org.apache.lucene.store.RAMDirectory.<init>(RAMDirectory.java:73)
   at org.apache.lucene.store.RAMDirectory.<init>(RAMDirectory.java:84)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.buildReferenceCountingIndexReader(IndexInfo.java:1944)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.access$1200(IndexInfo.java:141)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo$Merger$2.doWork(IndexInfo.java:3236)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.doWithFileLock(IndexInfo.java:2342)
   at org.alfresco.repo.search.impl.lucene.index.IndexInfo.doWithFileLock(IndexInfo.java:2262)
   … 6 more
17:22:43,193 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092559 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:22:43,208 ERROR [org.alfresco.repo.search.impl.lucene.index.IndexInfo] Index merger has recovered - resuming …
17:22:56,677 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092564 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:23:05,225 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092567 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:23:10,053 ERROR [org.alfresco.repo.node.integrity.IntegrityChecker] Found 1 integrity violations:
GC overhead limit exceeded
   Trace of possible cause:
17:23:57,133 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092583 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:24:53,558 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092593 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:25:46,248 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092605 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:25:50,545 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092608 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:26:28,124 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092622 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:26:58,485 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092626 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:29:14,538 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092667 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:30:01,431 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092682 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:31:18,716 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092691 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:34:47,382 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092746 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:37:27,953 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092784 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:38:21,096 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092795 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:39:14,255 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092812 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:40:29,056 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092845 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]
17:42:03,483 ERROR [org.alfresco.filesys.repo.NodeMonitor] org.alfresco.error.AlfrescoRuntimeException: 06092856 Transaction must be active and synchronization is required: Thread[NodeMonitor_Alfresco,5,main]

With alfresco.bat

set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=128m -server -Dalfresco.home=%ALF_HOME% -Dcom.sun.management.jmxremote

sergisat
Champ in-the-making
Champ in-the-making
Today I installed in a dev server (HP Proliant DL560 4CPU 2.8GHz - 4GB RAM - 2x36.4GB Raid0) Centos 5.3.
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
Alfresco 3.2 following Installing the Alfresco Tomcat bundle on Linux on http://wiki.alfresco.com/w/images/e/e4/ECM_InstallConfigure_CommunityEdition32.pdf

I only configured /opt/alfresco/alfresco.sh:

#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=.
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
# Set any default JVM values
#export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'
#export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"
export JAVA_OPTS='-Xss1024K -Xms1G -Xmx2G -XX:MaxPermSize=128M -XX:NewSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:CMS

# Following only needed for Sun JVMs before to 1.5 update 8
#export JAVA_OPTS="${JAVA_OPTS} -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org
#
if [ "$1" = "start" ]; then
  "${APPSERVER}/bin/startup.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_start.sh
#  fi
#  if [ -r ./start_oo.sh ]; then
#    sh ./start_oo.sh
#  fi
elif [ "$1" = "stop" ]; then
  "${APPSERVER}/bin/shutdown.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_stop.sh
#  fi
#  if [ -r ./start_oo.sh ]; then
#    killall soffice.bin
#  fi
fi

/opt/alfresco/tomcat/shared/classes/alfresco-global.properties

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#————-
#dir.root=./alf_data
dir.root=/mnt/alfresco

#
# Sample database connection properties
#————-
db.name=alfrescof32
db.username=alfrescof32
db.password=password_mysql
db.host=192.168.69.71
db.port=3306

#
# External locations
#————-
#ooo.exe=soffice
#img.root=./ImageMagick
#swf.exe=./bin/pdf2swf

#Modificaciones para ImageMagick
img.root=/usr

#Modificacion para pdf2swf (swftools)
swf.exe=/usr/local/bin/pdf2swf

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

I started:

cd /opt/alfresco
./alfresco start

After start alfresco I start a batch script copying files over CIFS from 5 servers.

This is my catalina.out

10-jul-2009 14:39:07 org.apache.coyote.http11.Http11Protocol init
INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080
10-jul-2009 14:39:07 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 635 ms
10-jul-2009 14:39:07 org.apache.catalina.core.StandardService start
INFO: Arrancando servicio Catalina
10-jul-2009 14:39:07 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
10-jul-2009 14:39:09 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate defin
ition has been ignored.
14:39:14,636  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.pr
operties]
14:39:14,639  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transa
ction.properties]
14:39:14,639  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/alfresco/tomcat/shared/class
es/alfresco-global.properties]
14:39:14,770  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfre
sco-shared.properties]
[GC 419456K->14213K(996160K), 0.0787950 secs]
[GC 207177K(996160K), 0.3730520 secs]
[GC 433669K->42496K(996160K), 0.1771070 secs]
[GC 238234K(996160K), 0.3152500 secs]
14:39:37,483  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:39:38,817  INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
14:39:41,900 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
14:39:41,931 User:System INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alf
resco/alfresco-shared.properties]
[GC 461952K->72935K(996160K), 0.4983600 secs]
14:39:43,146 User:System ERROR [util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
   os:         Linux
   command:    [soffice, -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager, -env:UserInstallation=file:///mnt/alfres
co/oouser, -nologo, -headless, -nofirststartwizard, -nocrashrep, -norestore]
   succeeded:  false
   exit code:  2
   out:
   err:        Cannot run program "soffice": java.io.IOException: error=2, No such file or directory
14:39:43,240 User:System WARN  [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
14:39:43,241 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] c
omplete
14:39:43,388 User:System INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /mnt/alfresco
14:39:43,452 User:System INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
14:39:43,938 User:System INFO  [admin.patch.PatchExecuter] No patches were required.
14:39:43,945 User:System INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
14:39:43,966 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
14:39:43,994 User:System INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alf
resco/alfresco-shared.properties]
14:39:44,334 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed,
alfrescoNtlm1]
14:39:44,361 User:System INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alf
resco/alfresco-shared.properties]
14:39:44,787 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [manage
d, alfrescoNtlm1] complete
14:39:44,814 User:System ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
14:39:44,815 User:System ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
14:39:44,889 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default]
complete
14:39:44,889 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
14:39:44,915 User:System INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alf
resco/alfresco-shared.properties]
14:39:44,989 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complet
e
14:39:44,989 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default
]
14:39:45,015 User:System INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alf
resco/alfresco-shared.properties]
14:39:45,038 User:System INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [defau
lt] complete
14:39:45,123 User:System INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_11-b03; maximum heap size 1996,813MB
14:39:45,124 User:System INFO  [service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema
2019 - Installed version 3.2.0 (2039) schema 2019
[GC 274123K(996160K), 0.3567040 secs]
[GC 492391K->97653K(996160K), 0.4708310 secs]
10-jul-2009 14:40:05 org.apache.catalina.startup.HostConfig deployWAR
INFO: Despliegue del archivo share.war de la aplicaci�n web
[GC 264119K(996160K), 0.2786350 secs]
14:40:09,323  INFO  [web.site.FrameworkHelper] Successfully Initialized Web Framework
10-jul-2009 14:40:09 org.apache.catalina.startup.HostConfig deployWAR
INFO: Despliegue del archivo mobile.war de la aplicaci�n web
14:40:09,941  INFO  [alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext
@162259a: display name [Root WebApplicationContext]; startup date [Fri Jul 10 14:40:09 CEST 2009]; root of context hierarchy
14:40:10,265  INFO  [alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossE
nabledWebApplicationContext@162259a]: org.springframework.beans.factory.support.DefaultListableBeanFactory@173ccd9
14:40:11,591  INFO  [web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
14:40:11,611  INFO  [web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 274.80838ms)
14:40:11,728  INFO  [web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
14:40:11,748  INFO  [web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 131.91736ms)
14:40:11,797  INFO  [web.site.FrameworkHelper] Successfully Initialized Web Framework
10-jul-2009 14:40:12 org.apache.coyote.http11.Http11Protocol start
INFO: Arrancando Coyote HTTP/1.1 en puerto http-8080
10-jul-2009 14:40:12 org.apache.catalina.startup.Catalina start
INFO: Server startup in 64683 ms
[GC 516980K->95789K(996160K), 0.3102360 secs]
[GC 261868K(996160K), 0.2708330 secs]
[GC 312685K(996160K), 0.3340930 secs]
[GC 515057K->110049K(996160K), 0.1424290 secs]
[GC 286444K(996160K), 0.3307210 secs]
[GC 529505K->141135K(996160K), 0.3823800 secs]
[GC 323097K(996160K), 0.3429480 secs]
[GC 559741K->152060K(996160K), 0.2982520 secs]
[GC 338749K(996160K), 0.3398720 secs]
[GC 571516K->157598K(996160K), 0.2241610 secs]
[GC 339204K(996160K), 0.3714840 secs]
[GC 570432K->142426K(996160K), 0.1399250 secs]
[GC 333436K(996160K), 0.3916200 secs]
[GC 561882K->147360K(996160K), 0.1724410 secs]
[GC 339672K(996160K), 0.3834290 secs]
[GC 544265K->125747K(996160K), 0.1538370 secs]
[GC 327177K(996160K), 0.3875340 secs]
[GC 545203K->110614K(996160K), 0.0826040 secs]
[GC 530070K->106632K(996160K), 0.0476340 secs]
[GC 526088K->107918K(996160K), 0.0506650 secs]
[GC 527374K->108078K(996160K), 0.0551150 secs]
[GC 527534K->107099K(996160K), 0.0423140 secs]
[GC 319543K(996160K), 0.5015250 secs]
[GC 525497K->119958K(996160K), 0.3452160 secs]
[GC 325498K(996160K), 0.4861240 secs]
[GC 539414K->154234K(996160K), 0.8760680 secs]
[GC 573690K->136556K(996160K), 0.0420520 secs]
[GC 556012K->139431K(996160K), 0.1424830 secs]
[GC 338214K(996160K), 0.4037420 secs]
[GC 556515K->141431K(996160K), 0.1698820 secs]
[GC 342770K(996160K), 0.3950010 secs]
[GC 560887K->143619K(996160K), 0.1591500 secs]
[GC 563075K->143536K(996160K), 0.1442510 secs]
[GC 562992K->147783K(996160K), 0.1421560 secs]
[GC 359779K(996160K), 0.4336330 secs]
[GC 566521K->150675K(996160K), 0.1593190 secs]
[GC 563577K->147435K(996160K), 0.1499150 secs]
[GC 346679K(996160K), 0.3956330 secs]
[GC 566891K->140965K(996160K), 0.1159580 secs]
[GC 560421K->139967K(996160K), 0.0675950 secs]
[GC 559423K->142693K(996160K), 0.0854280 secs]
[GC 562149K->142109K(996160K), 0.0676710 secs]
[GC 561565K->147222K(996160K), 0.0970900 secs]
[GC 566678K->145025K(996160K), 0.0752280 secs]
[GC 564481K->153719K(996160K), 0.2310460 secs]
[GC 573175K->178794K(996160K), 0.7232500 secs]
[GC 382327K(996160K), 0.4274970 secs]
[GC 597637K->164715K(996160K), 0.1020330 secs]
[GC 580772K->150562K(996160K), 0.0724670 secs]
[GC 570018K->168806K(996160K), 0.1391820 secs]
[GC 368179K(996160K), 0.3984890 secs]
[GC 588262K->178034K(996160K), 0.2107530 secs]
[GC 597490K->180691K(996160K), 0.1794380 secs]
[GC 600146K->190868K(996160K), 0.2117620 secs]
[GC 405451K(996160K), 0.4025350 secs]
[GC 608783K->194453K(996160K), 0.1952960 secs]
[GC 611143K->200163K(996160K), 0.1928440 secs]
[GC 388920K(996160K), 0.3517940 secs]
[GC 619619K->210061K(996160K), 0.2090680 secs]
[GC 629517K->230074K(996160K), 0.2389680 secs]
[GC 649530K->242515K(996160K), 0.2491920 secs]
[GC 457675K(996160K), 0.3479140 secs]
[GC 656928K->255421K(996160K), 0.2712090 secs]
[GC 674877K->251727K(996160K), 0.2281920 secs]
[GC 363226K(996160K), 0.2434280 secs]
[GC 671183K->252184K(996160K), 0.0970760 secs]
[GC 671640K->253031K(996160K), 0.0846820 secs]
[GC 465133K(996160K), 0.3233310 secs]
[GC 650313K->234324K(996160K), 0.0935190 secs]
[GC 653780K->234668K(996160K), 0.0968150 secs]
[GC 370079K(996160K), 0.2920600 secs]
[GC 654124K->236258K(996160K), 0.0965980 secs]
[GC 655714K->236891K(996160K), 0.0935160 secs]
[GC 453693K(996160K), 0.3775050 secs]
[GC 655758K->259181K(996160K), 0.4796760 secs]
[GC 674092K->284816K(996160K), 0.9578570 secs]
[GC 440550K(996160K), 0.4038630 secs]
[GC 704272K->300663K(996160K), 0.9206270 secs]
[GC 720119K->301961K(996160K), 0.1045550 secs]
[GC 721417K->318083K(996160K), 0.2828590 secs]
[GC 531987K(996160K), 0.3155790 secs]
[GC 737317K->325274K(996160K), 0.1909320 secs]
[GC 465828K(996160K), 0.2772380 secs]
[GC 744730K->334105K(996160K), 0.1783810 secs]
[GC 544186K(996160K), 0.3101330 secs]
[GC 701238K->285990K(996160K), 0.1876650 secs]
[GC 702018K->286104K(996160K), 0.1576490 secs]
[GC 443438K(996160K), 0.3013740 secs]
[GC 705560K->299854K(996160K), 0.1815690 secs]
[GC 719310K->318562K(996160K), 0.2098710 secs]
[GC 535234K(996160K), 0.3679530 secs]
[GC 732277K->319919K(996160K), 0.2400290 secs]
[GC 738638K->316400K(996160K), 0.1856810 secs]
[GC 486313K(996160K), 0.3513870 secs]
[GC 735856K->303239K(996160K), 0.1041050 secs]
[GC 722695K->308895K(996160K), 0.0981690 secs]
[GC 728351K->312184K(996160K), 0.0978770 secs]
[GC 527476K(996160K), 0.4118020 secs]
[GC 731620K->315771K(996160K), 0.1008250 secs]
[GC 733183K->316014K(996160K), 0.1000640 secs]
[GC 735470K->320517K(996160K), 0.1040360 secs]
[GC 504608K(996160K), 0.3940970 secs]
[GC 739973K->320391K(996160K), 0.1103800 secs]
[GC 739847K->336458K(996160K), 0.3766860 secs]
[GC 755914K->366552K(996160K), 0.8865900 secs]
[GC 786008K->389892K(996160K), 1.0116250 secs]
[GC 809348K->402499K(996160K), 0.6080480 secs]
[GC 821955K->409637K(996160K), 0.1371820 secs]
[GC 621567K(996160K), 0.2923710 secs]
[GC 824955K->424419K(1080008K), 0.2464110 secs]
[GC 558995K(1080008K), 0.2775530 secs]
[GC 843875K->423613K(1080008K), 0.1926170 secs]
[GC 843069K->436409K(1080008K), 0.2089720 secs]
[GC 654244K(1080008K), 0.3194770 secs]
[GC 826891K->423066K(1080008K), 0.2328260 secs]
[GC 813703K->405731K(1080008K), 0.2098680 secs]
[GC 558846K(1080008K), 0.2900590 secs]
[GC 825187K->418960K(1080008K), 0.2420290 secs]
[GC 838414K->436444K(1080008K), 0.2740750 secs]
[GC 650331K(1080008K), 0.3024560 secs]
[GC 851961K->464580K(1080008K), 0.3281710 secs]
[GC 880076K->476801K(1152216K), 0.2431430 secs]
[GC 642837K(1152216K), 0.3395310 secs]
[GC 896257K->463064K(1152216K), 0.1348460 secs]
[GC 882520K->465514K(1152216K), 0.0967200 secs]
[GC 884970K->468532K(1152216K), 0.0931150 secs]
[GC 887988K->469552K(1152216K), 0.0847450 secs]
[GC 694536K(1152216K), 0.3776010 secs]
[GC 888779K->474085K(1152216K), 0.1135460 secs]
[GC 857927K->442984K(1154896K), 0.1043160 secs]
[GC 862440K->446991K(1154896K), 0.1051610 secs]
[GC 613084K(1154896K), 0.3624170 secs]
[GC 866447K->466165K(1154896K), 0.5009790 secs]
[GC 885621K->493664K(1154896K), 1.0530650 secs]
[GC 913120K->508949K(1154896K), 0.8837030 secs]
[GC 928405K->514230K(1154896K), 0.1346060 secs]
[GC 933686K->542541K(1154896K), 0.3412720 secs]
[GC 755682K(1154896K), 0.3003330 secs]
[GC 956541K->558616K(1279656K), 0.2927420 secs]
[GC 711783K(1279656K), 0.3189430 secs]
[GC 978072K->558392K(1279656K), 0.1961850 secs]
[GC 977848K->571445K(1279656K), 0.2162600 secs]
[GC 784046K(1279656K), 0.3545180 secs]
[GC 979466K->570907K(1279656K), 0.2266950 secs]
[GC 930485K->521236K(1279656K), 0.2134500 secs]
[GC 687196K(1279656K), 0.3044990 secs]
[GC 940693K->536724K(1279656K), 0.2270950 secs]
[GC 956180K->534755K(1279656K), 0.2096960 secs]
[GC 954211K->545874K(1279656K), 0.2010590 secs]
[GC 772635K(1279656K), 0.3638850 secs]
[GC 965045K->549175K(1279656K), 0.1782330 secs]
[GC 966755K->543160K(1279656K), 0.1321510 secs]
[GC 956358K->545707K(1279656K), 0.1031720 secs]
[GC 963682K->555797K(1324084K), 0.1230390 secs]
[GC 732229K(1324084K), 0.3762880 secs]
[GC 975253K->570209K(1324084K), 0.1429110 secs]
[GC 989665K->570243K(1324084K), 0.1345590 secs]
[GC 989699K->583598K(1324084K), 0.2035580 secs]
[GC 1003054K->592481K(1324084K), 0.1527930 secs]
[GC 1007138K->617392K(1324084K), 0.5028020 secs]
[GC 1036848K->642679K(1324084K), 0.9278470 secs]
[GC 1062135K->674752K(1324084K), 0.9203300 secs]
[GC 1094208K->691836K(1324084K), 0.5807530 secs]
[GC 903457K(1324084K), 0.2950560 secs]
[GC 1107126K->709938K(1556932K), 0.1939380 secs]
[GC 1129394K->743196K(1556932K), 0.3341840 secs]
[GC 896400K(1556932K), 0.2702160 secs]
[GC 1162637K->786989K(1556932K), 0.3919060 secs]
[GC 1206444K->835994K(1556932K), 0.4175610 secs]
[GC 1255450K->877615K(1556932K), 0.4212470 secs]
[GC 1087883K(1556932K), 0.2738530 secs]
[GC 1277043K->891914K(1556932K), 0.3655320 secs]
[GC 1262095K->849389K(1788912K), 0.2206980 secs]
[GC 987967K(1788912K), 0.2869140 secs]
[GC 1268845K->854538K(1788912K), 0.1585170 secs]
[GC 1273994K->873987K(1788912K), 0.1989720 secs]
[GC 1084550K(1788912K), 0.3376090 secs]
[GC 1290457K->882460K(1788912K), 0.2063770 secs]
[GC 1250312K->830635K(1788912K), 0.1527520 secs]
[GC 1185510K->772830K(1788912K), 0.1146710 secs]
[GC 929705K(1788912K), 0.3344480 secs]
[GC 1192286K->788124K(1788912K), 0.1836190 secs]
[GC 1207580K->793222K(1788912K), 0.1248020 secs]
[GC 1212678K->814066K(1788912K), 0.1817560 secs]
[GC 1233522K->818942K(1788912K), 0.1541280 secs]
[GC 1238398K->834621K(1788912K), 0.1647970 secs]
[GC 1082529K(1788912K), 0.4002200 secs]
[GC 1254071K->837790K(1788912K), 0.1296190 secs]
[GC 1257014K->871485K(1788912K), 0.5530740 secs]
[GC 1279176K->903735K(1788912K), 0.9455980 secs]
[GC 1316684K->935705K(1881864K), 0.8123600 secs]
[GC 1106174K(1881864K), 0.4131590 secs]
[GC 1355161K->967748K(1881864K), 0.5934960 secs]
[GC 1387204K->993445K(1881864K), 0.2671210 secs]
[GC 1412901K->1052992K(1881864K), 0.4541900 secs]
[GC 1472448K->1108911K(1881864K), 0.4489920 secs]
[GC 1528367K->1156399K(1881864K), 0.4428240 secs]
[GC 1371130K(1881864K), 0.2976590 secs]
[GC 1571296K->1212982K(1881864K), 0.4508800 secs]
[GC 1612930K->1244546K(2044736K), 0.4052630 secs]
[GC 1383073K(2044736K), 0.2384800 secs]
[GC 1664002K->1297260K(2044736K), 0.4374100 secs]
[GC 1716716K->1347710K(2044736K), 0.4331980 secs]
[GC 1560428K(2044736K), 0.1984700 secs]
[GC 1723232K->1352631K(2044736K), 0.3741040 secs]
[GC 1607274K->1231101K(2044736K), 0.2901680 secs]
[GC 1340821K(2044736K), 0.2351810 secs]
[GC 1650557K->1252472K(2044736K), 0.2350170 secs]
[GC 1671928K->1271499K(2044736K), 0.1776770 secs]
[GC 1690955K->1282097K(2044736K), 0.1769330 secs]
[GC 1701553K->1295981K(2044736K), 0.1941830 secs]
[GC 1517984K(2044736K), 0.2624130 secs]
[GC 1713361K->1313706K(2044736K), 0.1643880 secs]
[GC 1691445K->1281702K(2044736K), 0.1755150 secs]
[GC 1621633K->1217974K(2044736K), 0.1786560 secs]
[GC 1352249K(2044736K), 0.2755860 secs]
[GC 1637430K->1244110K(2044736K), 0.3427400 secs]
[GC 1663566K->1281085K(2044736K), 0.7832950 secs]
[GC 1700541K->1321939K(2044736K), 0.9899850 secs]
[GC 1741395K->1358850K(2044736K), 0.6837290 secs]
[GC 1582053K(2044736K), 0.2780820 secs]
[GC 1777515K->1379124K(2044736K), 0.2261800 secs]
[GC 1775562K->1405780K(2044736K), 0.3512350 secs]
[GC 1548824K(2044736K), 0.2423140 secs]
[GC 1825236K->1470338K(2044736K), 0.4587890 secs]
[GC 1889794K->1518881K(2044736K), 0.4598580 secs]
[GC 1938337K->1574826K(2044736K), 0.4198040 secs]
[GC 1660140K(2044736K), 0.1207650 secs]
[GC 1882101K->1480163K(2044736K), 0.2691220 secs]
[GC 1568320K(2044736K), 0.2099710 secs]
[GC 1899619K->1480041K(2044736K), 0.1835620 secs]
[GC 1899497K->1483213K(2044736K), 0.1848900 secs]
[GC 1701742K(2044736K), 0.1365690 secs]
[GC 1885103K->1475231K(2044736K), 0.1828250 secs]
[GC 1781827K->1364583K(2044736K), 0.1692380 secs]
[GC 1446512K(2044736K), 0.2001600 secs]
[GC 1784039K->1357784K(2044736K), 0.1175960 secs]
[GC 1777240K->1359453K(2044736K), 0.1097850 secs]
[GC 1778909K->1363383K(2044736K), 0.1033960 secs]
[GC 1577427K(2044736K), 0.2236280 secs]
[GC 1782502K->1367648K(2044736K), 0.1092780 secs]
[GC 1778565K->1364522K(2044736K), 0.1210670 secs]
[GC 1783978K->1365530K(2044736K), 0.1215350 secs]
[GC 1480362K(2044736K), 0.2469810 secs]
[GC 1784986K->1370617K(2044736K), 0.1274580 secs]
[GC 1790073K->1380929K(2044736K), 0.1763270 secs]
[GC 1800385K->1400918K(2044736K), 0.5788920 secs]
[GC 1820374K->1436448K(2044736K), 1.1190580 secs]
[GC 1855904K->1450394K(2044736K), 0.8128260 secs]
[GC 1647992K(2044736K), 0.2419970 secs]
[GC 1869545K->1469422K(2044736K), 0.1599180 secs]
[GC 1886791K->1499035K(2044736K), 0.3386640 secs]
[GC 1635402K(2044736K), 0.2856070 secs]
[GC 1918491K->1492845K(2044736K), 0.1997170 secs]
[GC 1912301K->1499300K(2044736K), 0.2012500 secs]
[GC 1918756K->1506618K(2044736K), 0.1927340 secs]
[GC 1726188K(2044736K), 0.2676110 secs]
[GC 1924238K->1505654K(2044736K), 0.1936570 secs]
[GC 1858297K->1445439K(2044736K), 0.1836940 secs]
[GC 1575649K(2044736K), 0.2892970 secs]
[GC 1864895K->1452225K(2044736K), 0.1843070 secs]
[GC 1871681K->1456249K(2044736K), 0.1760620 secs]
[GC 1875705K->1459177K(2044736K), 0.1545210 secs]
[GC 1679426K(2044736K), 0.2827220 secs]
[GC 1878324K->1461215K(2044736K), 0.1390640 secs]
[GC 1872971K->1461567K(2044736K), 0.1122580 secs]
[GC 1871034K->1456960K(2044736K), 0.1369500 secs]
[GC 1605964K(2044736K), 0.3214090 secs]
[GC 1876416K->1463070K(2044736K), 0.1406060 secs]
[GC 1882526K->1458890K(2044736K), 0.1127240 secs]
[GC 1878346K->1464654K(2044736K), 0.1401300 secs]
[GC 1881725K->1468565K(2044736K), 0.1083960 secs]
[GC 1888021K->1468715K(2044736K), 0.1193150 secs]
[GC 1888171K->1482994K(2044736K), 0.2831780 secs]
[GC 1896369K->1501876K(2044736K), 0.6169080 secs]
[GC 1711691K(2044736K), 0.3652130 secs]
[GC 1921241K->1532453K(2044736K), 1.1625900 secs]
[GC 1951750K->1542521K(2044736K), 0.7189570 secs]
[GC 1959769K->1549384K(2044736K), 0.1408550 secs]
[GC 1966868K->1567308K(2044736K), 0.2557770 secs]
[GC 1695565K(2044736K), 0.2743010 secs]
[GC 1986764K->1565793K(2044736K), 0.2034240 secs]
[GC 1985249K->1570101K(2044736K), 0.1893450 secs]
[GC 1989561K->1578177K(2044736K), 0.1903560 secs]
[GC 1578456K->1567549K(2044736K), 1.1485650 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor425]
[Unloading class sun.reflect.GeneratedMethodAccessor121]
[Unloading class sun.reflect.GeneratedMethodAccessor475]
[Unloading class sun.reflect.GeneratedMethodAccessor119]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
[Unloading class sun.reflect.GeneratedMethodAccessor94]
[Unloading class sun.reflect.GeneratedMethodAccessor51]
[Unloading class sun.reflect.GeneratedConstructorAccessor79]
[Unloading class sun.reflect.GeneratedMethodAccessor406]
[Unloading class sun.reflect.GeneratedConstructorAccessor65]
[Unloading class sun.reflect.GeneratedMethodAccessor172]
[Unloading class sun.reflect.GeneratedMethodAccessor483]
[Unloading class sun.reflect.GeneratedMethodAccessor445]
[Unloading class sun.reflect.GeneratedMethodAccessor457]
[Unloading class sun.reflect.GeneratedMethodAccessor75]
[Unloading class sun.reflect.GeneratedConstructorAccessor100]
[Unloading class sun.reflect.GeneratedMethodAccessor83]
[Unloading class sun.reflect.GeneratedMethodAccessor443]
[Unloading class sun.reflect.GeneratedConstructorAccessor91]
[Unloading class sun.reflect.GeneratedMethodAccessor397]
[Unloading class sun.reflect.GeneratedMethodAccessor95]
[Unloading class sun.reflect.GeneratedConstructorAccessor120]
[Unloading class sun.reflect.GeneratedConstructorAccessor48]
[Unloading class sun.reflect.GeneratedConstructorAccessor72]
[Unloading class sun.reflect.GeneratedConstructorAccessor112]
[Unloading class sun.reflect.GeneratedMethodAccessor64]
[Unloading class sun.reflect.GeneratedMethodAccessor65]
[Unloading class sun.reflect.GeneratedMethodAccessor93]
[Unloading class sun.reflect.GeneratedMethodAccessor435]
[Unloading class sun.reflect.GeneratedConstructorAccessor77]
[Unloading class sun.reflect.GeneratedMethodAccessor446]
[Unloading class sun.reflect.GeneratedConstructorAccessor75]
[Unloading class sun.reflect.GeneratedMethodAccessor66]
[Unloading class sun.reflect.GeneratedConstructorAccessor98]
[Unloading class sun.reflect.GeneratedConstructorAccessor108]
[Unloading class sun.reflect.GeneratedMethodAccessor405]
[Unloading class sun.reflect.GeneratedConstructorAccessor325]
[Unloading class sun.reflect.GeneratedMethodAccessor96]
[Unloading class sun.reflect.GeneratedMethodAccessor422]
[Unloading class sun.reflect.GeneratedMethodAccessor89]
[Unloading class sun.reflect.GeneratedMethodAccessor124]
[Unloading class sun.reflect.GeneratedMethodAccessor58]
[Unloading class sun.reflect.GeneratedMethodAccessor84]
[Unloading class sun.reflect.GeneratedConstructorAccessor80]
[Unloading class sun.reflect.GeneratedMethodAccessor489]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
[Unloading class sun.reflect.GeneratedConstructorAccessor62]
[Unloading class sun.reflect.GeneratedMethodAccessor456]
[Unloading class sun.reflect.GeneratedMethodAccessor474]
[Unloading class sun.reflect.GeneratedMethodAccessor464]
[Unloading class sun.reflect.GeneratedConstructorAccessor94]
[Unloading class sun.reflect.GeneratedConstructorAccessor88]
[Unloading class sun.reflect.GeneratedMethodAccessor432]
[Unloading class sun.reflect.GeneratedMethodAccessor294]
[Unloading class sun.reflect.GeneratedMethodAccessor403]
[Unloading class sun.reflect.GeneratedConstructorAccessor102]
[Unloading class sun.reflect.GeneratedConstructorAccessor110]
[Unloading class sun.reflect.GeneratedMethodAccessor85]
[Unloading class sun.reflect.GeneratedMethodAccessor500]
[Unloading class sun.reflect.GeneratedMethodAccessor127]
[Unloading class sun.reflect.GeneratedConstructorAccessor71]
[Unloading class sun.reflect.GeneratedMethodAccessor55]
[Unloading class sun.reflect.GeneratedMethodAccessor501]
[Unloading class sun.reflect.GeneratedMethodAccessor421]
[Unloading class sun.reflect.GeneratedMethodAccessor467]
[Unloading class sun.reflect.GeneratedConstructorAccessor114]
[Unloading class sun.reflect.GeneratedMethodAccessor50]
[Unloading class sun.reflect.GeneratedMethodAccessor441]
[Unloading class sun.reflect.GeneratedConstructorAccessor61]
[Unloading class sun.reflect.GeneratedConstructorAccessor18]
[Unloading class sun.reflect.GeneratedConstructorAccessor116]
[Unloading class sun.reflect.GeneratedMethodAccessor465]
[Unloading class sun.reflect.GeneratedConstructorAccessor115]
[Unloading class sun.reflect.GeneratedConstructorAccessor95]
[Unloading class sun.reflect.GeneratedMethodAccessor59]
[Unloading class sun.reflect.GeneratedMethodAccessor400]
[Unloading class sun.reflect.GeneratedMethodAccessor431]
[Unloading class sun.reflect.GeneratedMethodAccessor122]
[Unloading class sun.reflect.GeneratedMethodAccessor536]
[Unloading class sun.reflect.GeneratedMethodAccessor430]
[Unloading class sun.reflect.GeneratedConstructorAccessor70]
[Unloading class sun.reflect.GeneratedMethodAccessor361]
[Unloading class sun.reflect.GeneratedMethodAccessor401]
[Unloading class sun.reflect.GeneratedMethodAccessor78]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor10]
[Unloading class sun.reflect.GeneratedMethodAccessor468]
[Unloading class sun.reflect.GeneratedMethodAccessor437]
[Unloading class sun.reflect.GeneratedConstructorAccessor68]
[Unloading class sun.reflect.GeneratedMethodAccessor56]
[Unloading class sun.reflect.GeneratedMethodAccessor525]
[Unloading class sun.reflect.GeneratedConstructorAccessor296]
[Unloading class sun.reflect.GeneratedMethodAccessor424]
[Unloading class sun.reflect.GeneratedMethodAccessor427]
[Unloading class sun.reflect.GeneratedMethodAccessor61]
[Unloading class sun.reflect.GeneratedMethodAccessor486]
[Unloading class sun.reflect.GeneratedMethodAccessor478]
[Unloading class sun.reflect.GeneratedMethodAccessor442]
[Unloading class sun.reflect.GeneratedMethodAccessor479]
[Unloading class sun.reflect.GeneratedMethodAccessor352]
[Unloading class sun.reflect.GeneratedMethodAccessor81]
[Unloading class sun.reflect.GeneratedMethodAccessor439]
[Unloading class sun.reflect.GeneratedConstructorAccessor66]
[Unloading class sun.reflect.GeneratedMethodAccessor472]
[Unloading class sun.reflect.GeneratedConstructorAccessor64]
[Unloading class sun.reflect.GeneratedMethodAccessor46]
[Unloading class sun.reflect.GeneratedConstructorAccessor90]
[Unloading class sun.reflect.GeneratedMethodAccessor426]
[Unloading class sun.reflect.GeneratedMethodAccessor236]
[Unloading class sun.reflect.GeneratedMethodAccessor123]
[Unloading class sun.reflect.GeneratedConstructorAccessor85]
[Unloading class sun.reflect.GeneratedMethodAccessor448]
[Unloading class sun.reflect.GeneratedMethodAccessor350]
[Unloading class sun.reflect.GeneratedMethodAccessor97]
[Unloading class sun.reflect.GeneratedMethodAccessor173]
[Unloading class sun.reflect.GeneratedConstructorAccessor89]
[Unloading class sun.reflect.GeneratedMethodAccessor404]
[Unloading class sun.reflect.GeneratedMethodAccessor349]
[Unloading class sun.reflect.GeneratedMethodAccessor125]
[Unloading class sun.reflect.GeneratedMethodAccessor423]
[Unloading class sun.reflect.GeneratedMethodAccessor76]
[Unloading class sun.reflect.GeneratedConstructorAccessor117]
[Unloading class sun.reflect.GeneratedMethodAccessor438]
[Unloading class sun.reflect.GeneratedConstructorAccessor311]
[Unloading class sun.reflect.GeneratedMethodAccessor71]
[Unloading class sun.reflect.GeneratedMethodAccessor360]
[Unloading class sun.reflect.GeneratedMethodAccessor63]
[Unloading class sun.reflect.GeneratedMethodAccessor434]
[Unloading class sun.reflect.GeneratedConstructorAccessor93]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3]
[Unloading class sun.reflect.GeneratedMethodAccessor62]
[Unloading class sun.reflect.GeneratedConstructorAccessor101]
[Unloading class sun.reflect.GeneratedMethodAccessor398]
[Unloading class sun.reflect.GeneratedMethodAccessor484]
[Unloading class sun.reflect.GeneratedMethodAccessor469]
[Unloading class sun.reflect.GeneratedMethodAccessor73]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor9]
[Unloading class sun.reflect.GeneratedMethodAccessor60]
[Unloading class sun.reflect.GeneratedMethodAccessor407]
[Unloading class sun.reflect.GeneratedMethodAccessor471]
[Unloading class sun.reflect.GeneratedConstructorAccessor322]
[Unloading class sun.reflect.GeneratedConstructorAccessor105]
[Unloading class sun.reflect.GeneratedMethodAccessor68]
[Unloading class sun.reflect.GeneratedMethodAccessor461]
[Unloading class sun.reflect.GeneratedMethodAccessor351]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor12]
[Unloading class sun.reflect.GeneratedMethodAccessor466]
[Unloading class sun.reflect.GeneratedMethodAccessor428]
[Unloading class sun.reflect.GeneratedMethodAccessor295]
[Unloading class sun.reflect.GeneratedMethodAccessor451]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5]
[Unloading class sun.reflect.GeneratedMethodAccessor487]
[Unloading class sun.reflect.GeneratedMethodAccessor440]
[Unloading class sun.reflect.GeneratedMethodAccessor72]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
[Unloading class sun.reflect.GeneratedMethodAccessor460]
[Unloading class sun.reflect.GeneratedMethodAccessor171]
[Unloading class sun.reflect.GeneratedMethodAccessor98]
[Unloading class sun.reflect.GeneratedMethodAccessor69]
[Unloading class sun.reflect.GeneratedConstructorAccessor106]
[Unloading class sun.reflect.GeneratedConstructorAccessor76]
[Unloading class sun.reflect.GeneratedConstructorAccessor78]
[Unloading class sun.reflect.GeneratedConstructorAccessor74]
[Unloading class sun.reflect.GeneratedMethodAccessor477]
[Unloading class sun.reflect.GeneratedConstructorAccessor16]
[Unloading class sun.reflect.GeneratedMethodAccessor79]
[Unloading class sun.reflect.GeneratedMethodAccessor473]
[Unloading class sun.reflect.GeneratedMethodAccessor538]
[Unloading class sun.reflect.GeneratedMethodAccessor67]
[Unloading class sun.reflect.GeneratedMethodAccessor463]
[Unloading class sun.reflect.GeneratedMethodAccessor455]
[Unloading class sun.reflect.GeneratedConstructorAccessor63]
[Unloading class sun.reflect.GeneratedMethodAccessor436]
[Unloading class sun.reflect.GeneratedMethodAccessor48]
[Unloading class sun.reflect.GeneratedConstructorAccessor107]
[Unloading class sun.reflect.GeneratedMethodAccessor532]
[Unloading class sun.reflect.GeneratedMethodAccessor80]
[Unloading class sun.reflect.GeneratedMethodAccessor74]
[Unloading class sun.reflect.GeneratedMethodAccessor444]
[Unloading class sun.reflect.GeneratedMethodAccessor235]
[Unloading class sun.reflect.GeneratedMethodAccessor57]
[Unloading class sun.reflect.GeneratedMethodAccessor540]
[Unloading class sun.reflect.GeneratedMethodAccessor90]
[Unloading class sun.reflect.GeneratedMethodAccessor481]
[Unloading class sun.reflect.GeneratedMethodAccessor49]
[Unloading class sun.reflect.GeneratedMethodAccessor450]
[Unloading class sun.reflect.GeneratedMethodAccessor476]
[Unloading class sun.reflect.GeneratedConstructorAccessor73]
[Unloading class sun.reflect.GeneratedMethodAccessor503]
[Unloading class sun.reflect.GeneratedMethodAccessor91]
[Unloading class sun.reflect.GeneratedConstructorAccessor104]
[Unloading class sun.reflect.GeneratedConstructorAccessor58]
[Unloading class sun.reflect.GeneratedMethodAccessor47]
[Unloading class sun.reflect.GeneratedMethodAccessor402]
[Unloading class sun.reflect.GeneratedMethodAccessor462]
[Unloading class sun.reflect.GeneratedMethodAccessor77]
[Unloading class sun.reflect.GeneratedMethodAccessor470]
[Unloading class sun.reflect.GeneratedMethodAccessor92]
[Unloading class sun.reflect.GeneratedMethodAccessor482]
[Unloading class sun.reflect.GeneratedConstructorAccessor118]
[Unloading class sun.reflect.GeneratedMethodAccessor429]
[Unloading class sun.reflect.GeneratedMethodAccessor459]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]
[Unloading class sun.reflect.GeneratedConstructorAccessor99]
[Unloading class sun.reflect.GeneratedConstructorAccessor119]
[Unloading class sun.reflect.GeneratedConstructorAccessor69]
[Unloading class sun.reflect.GeneratedConstructorAccessor60]
[Unloading class sun.reflect.GeneratedConstructorAccessor109]
[Unloading class sun.reflect.GeneratedMethodAccessor52]
[Unloading class sun.reflect.GeneratedMethodAccessor88]
[Unloading class sun.reflect.GeneratedConstructorAccessor92]
[Unloading class sun.reflect.GeneratedMethodAccessor499]
[Unloading class sun.reflect.GeneratedMethodAccessor447]
[Unloading class sun.reflect.GeneratedConstructorAccessor96]
[Unloading class sun.reflect.GeneratedMethodAccessor362]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor11]
[Unloading class sun.reflect.GeneratedMethodAccessor433]
[Unloading class sun.reflect.GeneratedConstructorAccessor67]
[Unloading class sun.reflect.GeneratedMethodAccessor293]
[Unloading class sun.reflect.GeneratedMethodAccessor452]
[Unloading class sun.reflect.GeneratedMethodAccessor419]
[Unloading class sun.reflect.GeneratedMethodAccessor70]
[Unloading class sun.reflect.GeneratedMethodAccessor399]
[Unloading class sun.reflect.GeneratedMethodAccessor54]
[Unloading class sun.reflect.GeneratedMethodAccessor454]
[Unloading class sun.reflect.GeneratedMethodAccessor449]
[Unloading class sun.reflect.GeneratedConstructorAccessor97]
1567549K->1508311K(2044736K), 7.7784600 secs]
[GC 1513320K(2044736K), 0.0075900 secs]
[GC 1927767K->1550434K(2044736K), 0.3476480 secs]
[GC 1762670K(2044736K), 1.2539660 secs]
[GC 1963581K->1559131K(2044736K), 0.6120460 secs]
[GC 1948598K->1536937K(2044736K), 0.4302600 secs]
[GC 1589682K(2044736K), 0.1492840 secs]
[GC 1956393K->1544840K(2044736K), 0.3845140 secs]
[GC 1964296K->1545866K(2044736K), 0.3017200 secs]
[GC 1965322K->1556250K(2044736K), 0.4946600 secs]
[GC 1775232K(2044736K), 0.1728250 secs]
[GC 1975603K->1560754K(2044736K), 0.4801700 secs]
[GC 1968578K->1563355K(2044736K), 0.4289870 secs]
[GC 1653650K(2044736K), 0.2311550 secs]
[GC 1982811K->1601182K(2044736K), 0.8505660 secs]
[GC 1940007K(2044736K), 0.6156640 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor8]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]
2008832K->1566691K(2044736K), 7.5514370 secs]
[GC 1587977K(2044736K), 0.0441480 secs]
[Full GC 1986147K->1578859K(2044736K), 7.0924000 secs]
[GC 1579554K(2044736K), 0.0165350 secs]
[GC 1997021K(2044736K), 2.0579240 secs]
[Full GC 2016487K->1585404K(2044736K), 7.1366060 secs]
[GC 1587123K(2044736K), 0.0258750 secs]
[Full GC 2044735K->1574308K(2044736K), 7.1005480 secs]
[GC 1574534K(2044736K), 0.0119030 secs]
[Full GC 2044735K->1575641K(2044736K), 7.1547590 secs]
[GC 1579963K(2044736K), 0.0177370 secs]
[Full GC 2044735K->1595429K(2044736K), 7.5325800 secs]
[GC 1595866K(2044736K), 0.0561080 secs]
[Full GC 2044735K->1619155K(2044736K), 7.7921740 secs]
[GC 1619634K(2044736K), 0.1091530 secs]
[Full GC 2044735K->1634285K(2044736K), 7.9489460 secs]
[GC 1638276K(2044736K), 0.1493890 secs]
[Full GC 2044735K->1588989K(2044736K), 7.2046040 secs]
[GC 1589114K(2044736K), 0.0315470 secs]
[Full GC 2044735K->1611692K(2044736K), 7.2025720 secs]
[GC 1611788K(2044736K), 0.0480440 secs]
[Full GC 2044732K->1625617K(2044736K), 7.2675650 secs]
[GC 1631907K(2044736K), 0.0650320 secs]
[Full GC 2044735K->1630618K(2044736K), 7.4873330 secs]
[GC 1633576K(2044736K), 0.0714990 secs]
[Full GC 2044735K->1630452K(2044736K), 7.3500170 secs]
[GC 1631218K(2044736K), 0.0718880 secs]
[Full GC 2044735K->1644680K(2044736K), 7.2939790 secs]
[GC 1644875K(2044736K), 0.0819350 secs]
[Full GC 2044732K->1659962K(2044736K), 7.3081570 secs]
[GC 1660918K(2044736K), 0.0969070 secs]
[Full GC 2044735K->1672657K(2044736K), 7.3959900 secs]
[GC 1672662K(2044736K), 0.1054920 secs]
[Full GC 2044735K->1685394K(2044736K), 7.4156770 secs]
[GC 1686320K(2044736K), 0.1161930 secs]
[Full GC 2044734K->1683309K(2044736K), 7.3645890 secs]
[GC 1685095K(2044736K), 0.1131630 secs]
[Full GC 2044726K->1690939K(2044736K), 7.3937290 secs]
[GC 1698203K(2044736K), 0.1267660 secs]
[Full GC 2044735K->1693695K(2044736K), 7.4123590 secs]
[GC 1696738K(2044736K), 0.1250590 secs]
[Full GC 2044736K->1696202K(2044736K), 7.4224170 secs]
[GC 1701855K(2044736K), 0.1353170 secs]
[Full GC 2044735K->1703068K(2044736K), 7.4565890 secs]
[GC 1703951K(2044736K), 0.1297460 secs]
[Full GC 2044713K->1704171K(2044736K), 7.4691580 secs]
[GC 1705579K(2044736K), 0.1326030 secs]
[Full GC 2044735K->1718101K(2044736K), 7.4753330 secs]
[GC 1718619K(2044736K), 0.1380700 secs]
[Full GC 2044735K->1733324K(2044736K), 7.5085960 secs]
[GC 1734764K(2044736K), 0.1541570 secs]
[Full GC 2044722K->1738684K(2044736K), 7.4927540 secs]
[GC 1739699K(2044736K), 0.1533100 secs]
[Full GC 2044735K->1752097K(2044736K), 7.5497860 secs]
[GC 1752701K(2044736K), 0.1646980 secs]
[Full GC 2044735K->1753428K(2044736K), 7.5664610 secs]
[GC 1755415K(2044736K), 0.1673960 secs]
[Full GC 2044710K->1764638K(2044736K), 7.5826630 secs]
[GC 1767302K(2044736K), 0.1760480 secs]
[Full GC 2044731K->1776661K(2044736K), 7.5331370 secs]
[GC 1776811K(2044736K), 0.1760210 secs]
[Full GC 2044735K->1779601K(2044736K), 7.6354280 secs]
[GC 1784271K(2044736K), 0.1826980 secs]
[Full GC 2044735K->1783947K(2044736K), 7.5344520 secs]
[GC 1784190K(2044736K), 0.1872930 secs]
[Full GC 2044731K->1795035K(2044736K), 7.5939200 secs]
[GC 1795221K(2044736K), 0.1932650 secs]
[Full GC 2044735K->1798914K(2044736K), 7.5844060 secs]
[GC 1799120K(2044736K), 0.1930790 secs]
[Full GC 2044735K->1809619K(2044736K), 7.6001310 secs]
[GC 1810235K(2044736K), 0.2023000 secs]
[Full GC 2044735K->1815197K(2044736K), 7.5942020 secs]
[GC 1821186K(2044736K), 0.2092640 secs]
[Full GC 2044734K->1824470K(2044736K), 7.5905750 secs]
[GC 1826592K(2044736K), 0.2092720 secs]
[Full GC 2044734K->1836148K(2044736K), 7.7128840 secs]
[GC 1839448K(2044736K), 0.2216310 secs]
[Full GC 2044735K->1845778K(2044736K), 7.8743920 secs]
[GC 1846942K(2044736K), 0.2412870 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor16]
2044734K->1856888K(2044736K), 7.8977830 secs]
[GC 1858929K(2044736K), 0.2614550 secs]
[Full GC 2044735K->1868167K(2044736K), 7.7471180 secs]
[GC 1869951K(2044736K), 0.2959040 secs]
[Full GC 2044735K->1879233K(2044736K), 7.9519130 secs]
[GC 1879621K(2044736K), 0.2888630 secs]
[Full GC 2044735K->1887402K(2044736K), 8.0176330 secs]
[GC 1889896K(2044736K), 0.3177160 secs]
[Full GC 2044736K->1896331K(2044736K), 7.9152080 secs]
[GC 1899281K(2044736K), 0.3288080 secs]
[Full GC 2044736K->1907342K(2044736K), 8.0294720 secs]
[GC 1909042K(2044736K), 0.3405030 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor627]
[Unloading class sun.reflect.GeneratedMethodAccessor654]
[Unloading class sun.reflect.GeneratedMethodAccessor629]
[Unloading class sun.reflect.GeneratedMethodAccessor661]
[Unloading class sun.reflect.GeneratedMethodAccessor653]
[Unloading class sun.reflect.GeneratedMethodAccessor621]
[Unloading class sun.reflect.GeneratedMethodAccessor652]
2044735K->1916102K(2044736K), 8.0848390 secs]
[GC 1920374K(2044736K), 0.3589450 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor640]
[Unloading class sun.reflect.GeneratedMethodAccessor634]
[Unloading class sun.reflect.GeneratedMethodAccessor633]
[Unloading class sun.reflect.GeneratedMethodAccessor637]
[Unloading class sun.reflect.GeneratedMethodAccessor646]
[Unloading class sun.reflect.GeneratedMethodAccessor622]
[Unloading class sun.reflect.GeneratedMethodAccessor630]
[Unloading class sun.reflect.GeneratedMethodAccessor660]
[Unloading class sun.reflect.GeneratedMethodAccessor620]
[Unloading class sun.reflect.GeneratedMethodAccessor623]
[Unloading class sun.reflect.GeneratedMethodAccessor638]
[Unloading class sun.reflect.GeneratedMethodAccessor649]
[Unloading class sun.reflect.GeneratedMethodAccessor641]
[Unloading class sun.reflect.GeneratedMethodAccessor645]
[Unloading class sun.reflect.GeneratedMethodAccessor647]
[Unloading class sun.reflect.GeneratedMethodAccessor635]
[Unloading class sun.reflect.GeneratedMethodAccessor642]
[Unloading class sun.reflect.GeneratedMethodAccessor650]
[Unloading class sun.reflect.GeneratedMethodAccessor636]
[Unloading class sun.reflect.GeneratedMethodAccessor643]
[Unloading class sun.reflect.GeneratedMethodAccessor625]
[Unloading class sun.reflect.GeneratedMethodAccessor639]
[Unloading class sun.reflect.GeneratedMethodAccessor662]
[Unloading class sun.reflect.GeneratedMethodAccessor631]
[Unloading class sun.reflect.GeneratedMethodAccessor644]
[Unloading class sun.reflect.GeneratedMethodAccessor632]
[Unloading class sun.reflect.GeneratedMethodAccessor626]
[Unloading class sun.reflect.GeneratedMethodAccessor624]
[Unloading class sun.reflect.GeneratedMethodAccessor648]
[Unloading class sun.reflect.GeneratedMethodAccessor656]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
2044736K->1921351K(2044736K), 8.0847490 secs]
[GC 1922099K(2044736K), 0.3596440 secs]
[Full GC 2044735K->1927302K(2044736K), 8.0599670 secs]
[GC 1930436K(2044736K), 0.3738360 secs]
[Full GC[Unloading class sun.reflect.GeneratedConstructorAccessor24]
2044735K->1928160K(2044736K), 8.1495590 secs]
[GC 1928755K(2044736K), 0.3734580 secs]
[Full GC 2044726K->1885379K(2044736K), 7.8172910 secs]
[GC 1890345K(2044736K), 0.2574390 secs]
[Full GC 2044735K->1896727K(2044736K), 7.8261190 secs]
[GC 1898118K(2044736K), 0.2553810 secs]
[Full GC 2043428K->1897994K(2044736K), 7.7065880 secs]
[GC 1900305K(2044736K), 0.2616930 secs]
[Full GC 2044730K->1904778K(2044736K), 7.8556360 secs]
[GC 1905220K(2044736K), 0.2620590 secs]
[Full GC 2044731K->1907335K(2044736K), 7.7920570 secs]
[GC 1909643K(2044736K), 0.2655260 secs]
[Full GC 2044735K->1920343K(2044736K), 7.9505510 secs]
[GC 1921426K(2044736K), 0.2777750 secs]
[Full GC 2044735K->1925131K(2044736K), 7.8047750 secs]
[GC 1925316K(2044736K), 0.2751170 secs]
[Full GC 2044735K->1915014K(2044736K), 7.8281310 secs]
[GC 1915767K(2044736K), 0.2766620 secs]
[Full GC 2044735K->1918837K(2044736K), 7.8863310 secs]
[GC 1920261K(2044736K), 0.2836230 secs]
[Full GC 2044735K->1919176K(2044736K), 6.3977620 secs]
[GC 1919940K(2044736K), 0.2826850 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor18]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]
2044735K->1920483K(2044736K), 6.4512620 secs]
[GC 1921021K(2044736K), 0.2859790 secs]
[Full GC 2044735K->1921295K(2044736K), 6.4012160 secs]
[GC 1922458K(2044736K), 0.2891240 secs]
[Full GC 2044730K->1928926K(2044736K), 7.8465000 secs]

Initially the server work ok, but after 10 minutes is going more slowly.

I think [Full GC 2044730K->1928926K(2044736K), 7.8465000 secs] hangs my server.

dc41
Champ in-the-making
Champ in-the-making
Hi dc41, can you post your hardware machine configuration?

MSI P35 MB
4GB RAM
Intel E6600 Dualcore
Ubuntu 9.04 64 Server edition
2 WD ME16 640GB HDs
3 nics - 2 gigabyte connections.

HTH

sergisat
Champ in-the-making
Champ in-the-making
All my test are bad performance, in diferents linux distributions, in virtual machine or physical server, when I try to copy over cifs after some minutes java hangs alfresco:

[img]http://img6.yfrog.com/img6/8902/ubuntu64bits.jpg[/img]

I don't have more ideas to test and more JAVA_OPTS combinations, after some minutes:

[Full GC 2044736K->1696202K(2044736K), 7.4224170 secs]
[GC 1701855K(2044736K), 0.1353170 secs]
[Full GC 2044735K->1703068K(2044736K), 7.4565890 secs]
[GC 1703951K(2044736K), 0.1297460 secs]
[Full GC 2044713K->1704171K(2044736K), 7.4691580 secs]
[GC 1705579K(2044736K), 0.1326030 secs]
[Full GC 2044735K->1718101K(2044736K), 7.4753330 secs]
[GC 1718619K(2044736K), 0.1380700 secs]
[Full GC 2044735K->1733324K(2044736K), 7.5085960 secs]
[GC 1734764K(2044736K), 0.1541570 secs]
[Full GC 2044722K->1738684K(2044736K), 7.4927540 secs]
[GC 1739699K(2044736K), 0.1533100 secs]
[Full GC 2044735K->1752097K(2044736K), 7.5497860 secs]
[GC 1752701K(2044736K), 0.1646980 secs]
[Full GC 2044735K->1753428K(2044736K), 7.5664610 secs]
[GC 1755415K(2044736K), 0.1673960 secs]
[Full GC 2044710K->1764638K(2044736K), 7.5826630 secs]
[GC 1767302K(2044736K), 0.1760480 secs]
[Full GC 2044731K->1776661K(2044736K), 7.5331370 secs]
[GC 1776811K(2044736K), 0.1760210 secs]
[Full GC 2044735K->1779601K(2044736K), 7.6354280 secs]
[GC 1784271K(2044736K), 0.1826980 secs]
[Full GC 2044735K->1783947K(2044736K), 7.5344520 secs]
[GC 1784190K(2044736K), 0.1872930 secs]
[Full GC 2044731K->1795035K(2044736K), 7.5939200 secs]
[GC 1795221K(2044736K), 0.1932650 secs]
[Full GC 2044735K->1798914K(2044736K), 7.5844060 secs]
[GC 1799120K(2044736K), 0.1930790 secs]
[Full GC 2044735K->1809619K(2044736K), 7.6001310 secs]
[GC 1810235K(2044736K), 0.2023000 secs]
[Full GC 2044735K->1815197K(2044736K), 7.5942020 secs]
[GC 1821186K(2044736K), 0.2092640 secs]
[Full GC 2044734K->1824470K(2044736K), 7.5905750 secs]
[GC 1826592K(2044736K), 0.2092720 secs]
[Full GC 2044734K->1836148K(2044736K), 7.7128840 secs]
[GC 1839448K(2044736K), 0.2216310 secs]
[Full GC 2044735K->1845778K(2044736K), 7.8743920 secs]
[GC 1846942K(2044736K), 0.2412870 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor17]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor16]
2044734K->1856888K(2044736K), 7.8977830 secs]
[GC 1858929K(2044736K), 0.2614550 secs]
[Full GC 2044735K->1868167K(2044736K), 7.7471180 secs]
[GC 1869951K(2044736K), 0.2959040 secs]
[Full GC 2044735K->1879233K(2044736K), 7.9519130 secs]
[GC 1879621K(2044736K), 0.2888630 secs]
[Full GC 2044735K->1887402K(2044736K), 8.0176330 secs]
[GC 1889896K(2044736K), 0.3177160 secs]
[Full GC 2044736K->1896331K(2044736K), 7.9152080 secs]
[GC 1899281K(2044736K), 0.3288080 secs]
[Full GC 2044736K->1907342K(2044736K), 8.0294720 secs]
[GC 1909042K(2044736K), 0.3405030 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor627]
[Unloading class sun.reflect.GeneratedMethodAccessor654]
[Unloading class sun.reflect.GeneratedMethodAccessor629]
[Unloading class sun.reflect.GeneratedMethodAccessor661]
[Unloading class sun.reflect.GeneratedMethodAccessor653]
[Unloading class sun.reflect.GeneratedMethodAccessor621]
[Unloading class sun.reflect.GeneratedMethodAccessor652]
2044735K->1916102K(2044736K), 8.0848390 secs]
[GC 1920374K(2044736K), 0.3589450 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor640]
[Unloading class sun.reflect.GeneratedMethodAccessor634]
[Unloading class sun.reflect.GeneratedMethodAccessor633]
[Unloading class sun.reflect.GeneratedMethodAccessor637]
[Unloading class sun.reflect.GeneratedMethodAccessor646]
[Unloading class sun.reflect.GeneratedMethodAccessor622]
[Unloading class sun.reflect.GeneratedMethodAccessor630]
[Unloading class sun.reflect.GeneratedMethodAccessor660]
[Unloading class sun.reflect.GeneratedMethodAccessor620]
[Unloading class sun.reflect.GeneratedMethodAccessor623]
[Unloading class sun.reflect.GeneratedMethodAccessor638]
[Unloading class sun.reflect.GeneratedMethodAccessor649]
[Unloading class sun.reflect.GeneratedMethodAccessor641]
[Unloading class sun.reflect.GeneratedMethodAccessor645]
[Unloading class sun.reflect.GeneratedMethodAccessor647]
[Unloading class sun.reflect.GeneratedMethodAccessor635]
[Unloading class sun.reflect.GeneratedMethodAccessor642]
[Unloading class sun.reflect.GeneratedMethodAccessor650]
[Unloading class sun.reflect.GeneratedMethodAccessor636]
[Unloading class sun.reflect.GeneratedMethodAccessor643]
[Unloading class sun.reflect.GeneratedMethodAccessor625]
[Unloading class sun.reflect.GeneratedMethodAccessor639]
[Unloading class sun.reflect.GeneratedMethodAccessor662]
[Unloading class sun.reflect.GeneratedMethodAccessor631]
[Unloading class sun.reflect.GeneratedMethodAccessor644]
[Unloading class sun.reflect.GeneratedMethodAccessor632]
[Unloading class sun.reflect.GeneratedMethodAccessor626]
[Unloading class sun.reflect.GeneratedMethodAccessor624]
[Unloading class sun.reflect.GeneratedMethodAccessor648]
[Unloading class sun.reflect.GeneratedMethodAccessor656]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
2044736K->1921351K(2044736K), 8.0847490 secs]
[GC 1922099K(2044736K), 0.3596440 secs]
[Full GC 2044735K->1927302K(2044736K), 8.0599670 secs]
[GC 1930436K(2044736K), 0.3738360 secs]
[Full GC[Unloading class sun.reflect.GeneratedConstructorAccessor24]
2044735K->1928160K(2044736K), 8.1495590 secs]
[GC 1928755K(2044736K), 0.3734580 secs]
[Full GC 2044726K->1885379K(2044736K), 7.8172910 secs]
[GC 1890345K(2044736K), 0.2574390 secs]
[Full GC 2044735K->1896727K(2044736K), 7.8261190 secs]
[GC 1898118K(2044736K), 0.2553810 secs]
[Full GC 2043428K->1897994K(2044736K), 7.7065880 secs]
[GC 1900305K(2044736K), 0.2616930 secs]
[Full GC 2044730K->1904778K(2044736K), 7.8556360 secs]
[GC 1905220K(2044736K), 0.2620590 secs]
[Full GC 2044731K->1907335K(2044736K), 7.7920570 secs]
[GC 1909643K(2044736K), 0.2655260 secs]
[Full GC 2044735K->1920343K(2044736K), 7.9505510 secs]
[GC 1921426K(2044736K), 0.2777750 secs]
[Full GC 2044735K->1925131K(2044736K), 7.8047750 secs]
[GC 1925316K(2044736K), 0.2751170 secs]
[Full GC 2044735K->1915014K(2044736K), 7.8281310 secs]
[GC 1915767K(2044736K), 0.2766620 secs]
[Full GC 2044735K->1918837K(2044736K), 7.8863310 secs]
[GC 1920261K(2044736K), 0.2836230 secs]
[Full GC 2044735K->1919176K(2044736K), 6.3977620 secs]
[GC 1919940K(2044736K), 0.2826850 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor18]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]
2044735K->1920483K(2044736K), 6.4512620 secs]
[GC 1921021K(2044736K), 0.2859790 secs]
[Full GC 2044735K->1921295K(2044736K), 6.4012160 secs]
[GC 1922458K(2044736K), 0.2891240 secs]
[Full GC 2044730K->1928926K(2044736K), 7.8465000 secs]
[Full GC 1808191K->1763584K(1952064K), 5.3340340 secs]
[Full GC 1808191K->1785576K(1952064K), 3.8171340 secs]
[Full GC 1808191K->1793375K(1952064K), 3.7951720 secs]
[Full GC 1808191K->1793842K(1952064K), 3.8339790 secs]
[Full GC 1808191K->1774957K(1952064K), 5.0621160 secs]
[Full GC 1808191K->1807801K(1952064K), 3.8732260 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor55]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor56]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor54]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor57]
1808191K->1807881K(1952064K), 3.9230090 secs]
[Full GC 1808191K->1807883K(1952064K), 3.8193890 secs]
[Full GC 1808191K->1787311K(1952064K), 5.2246350 secs]
[Full GC 1808191K->1808191K(1952064K), 3.8123830 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor687]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
[Unloading class sun.reflect.GeneratedConstructorAccessor127]
[Unloading class sun.reflect.GeneratedMethodAccessor353]
[Unloading class sun.reflect.GeneratedMethodAccessor356]
[Unloading class sun.reflect.GeneratedMethodAccessor705]
[Unloading class sun.reflect.GeneratedMethodAccessor682]
[Unloading class sun.reflect.GeneratedMethodAccessor681]
[Unloading class sun.reflect.GeneratedConstructorAccessor227]
[Unloading class sun.reflect.GeneratedMethodAccessor695]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20]
[Unloading class sun.reflect.GeneratedMethodAccessor188]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]
[Unloading class sun.reflect.GeneratedMethodAccessor686]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor44]
[Unloading class sun.reflect.GeneratedMethodAccessor704]
[Unloading class sun.reflect.GeneratedMethodAccessor693]
[Unloading class sun.reflect.GeneratedMethodAccessor133]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor23]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor42]
[Unloading class sun.reflect.GeneratedMethodAccessor679]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor53]
[Unloading class sun.reflect.GeneratedMethodAccessor709]
[Unloading class sun.reflect.GeneratedMethodAccessor701]
[Unloading class sun.reflect.GeneratedMethodAccessor688]
[Unloading class sun.reflect.GeneratedConstructorAccessor181]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor40]
[Unloading class sun.reflect.GeneratedConstructorAccessor149]
[Unloading class sun.reflect.GeneratedMethodAccessor697]
[Unloading class sun.reflect.GeneratedMethodAccessor692]
[Unloading class sun.reflect.GeneratedMethodAccessor694]
[Unloading class sun.reflect.GeneratedMethodAccessor672]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]
[Unloading class sun.reflect.GeneratedMethodAccessor702]
[Unloading class sun.reflect.GeneratedMethodAccessor706]
[Unloading class sun.reflect.GeneratedMethodAccessor680]
[Unloading class sun.reflect.GeneratedConstructorAccessor232]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor32]
[Unloading class sun.reflect.GeneratedConstructorAccessor139]
[Unloading class sun.reflect.GeneratedMethodAccessor690]
[Unloading class sun.reflect.GeneratedMethodAccessor700]
[Unloading class sun.reflect.GeneratedMethodAccessor691]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor21]
[Unloading class sun.reflect.GeneratedConstructorAccessor226]
[Unloading class sun.reflect.GeneratedMethodAccessor355]
[Unloading class sun.reflect.GeneratedMethodAccessor699]
[Unloading class sun.reflect.GeneratedMethodAccessor683]
[Unloading class sun.reflect.GeneratedMethodAccessor673]
[Unloading class sun.reflect.GeneratedMethodAccessor685]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor51]
[Unloading class sun.reflect.GeneratedMethodAccessor354]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor43]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor41]
[Unloading class sun.reflect.GeneratedConstructorAccessor231]
[Unloading class sun.reflect.GeneratedMethodAccessor708]
[Unloading class sun.reflect.GeneratedMethodAccessor703]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor26]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor28]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor52]
[Unloading class sun.reflect.GeneratedMethodAccessor698]
[Unloading class sun.reflect.GeneratedConstructorAccessor228]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor27]
[Unloading class sun.reflect.GeneratedConstructorAccessor235]
[Unloading class sun.reflect.GeneratedMethodAccessor689]
[Unloading class sun.reflect.GeneratedConstructorAccessor236]
[Unloading class sun.reflect.GeneratedMethodAccessor684]
[Unloading class sun.reflect.GeneratedMethodAccessor696]
[Unloading class sun.reflect.GeneratedMethodAccessor707]
[Unloading class sun.reflect.GeneratedMethodAccessor134]
[Unloading class sun.reflect.GeneratedMethodAccessor352]
[Unloading class sun.reflect.GeneratedConstructorAccessor237]
[Unloading class sun.reflect.GeneratedMethodAccessor678]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor24]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor39]
1808191K->1794224K(1952064K), 5.7105050 secs]
[Full GC 1808191K->1808191K(1952064K), 3.8333470 secs]
[Full GC 1808191K->1804841K(1952064K), 5.6054090 secs]
[Full GC 1808175K->1808175K(1952064K), 3.8640290 secs]
[Full GC 1808185K->1808185K(1952064K), 3.8158350 secs]
[Full GC 1808185K->1808185K(1952064K), 3.8250440 secs]
[Full GC 1808185K->1804534K(1952064K), 5.4132220 secs]

sergisat
Champ in-the-making
Champ in-the-making
More test with this java_opts:

export JAVA_OPTS='-Xms1G -Xmx2G -XX:MaxPermSize=256M -server -verbose:gc'
export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"

[img]http://img268.imageshack.us/img268/9127/ubuntu64bitsopcion2.jpg[/img]
[img]http://img132.imageshack.us/img132/9679/ubuntu64bitsopcion2b.jpg[/img]
[img]http://img83.imageshack.us/img83/8876/ubuntu64bitsopcion2c.jpg[/img]
[img]http://img20.imageshack.us/img20/5378/ubuntu64bitsopcion2d.jpg[/img]
[img]http://img88.imageshack.us/img88/9158/ubuntu64bitsopcion2e.jpg[/img]

And log when it hangs:

[Full GC 1808191K->1639483K(1952064K), 5.1298610 secs]
[Full GC 1807935K->1689529K(1952064K), 3.7384830 secs]
[Full GC 1808189K->1673201K(1952064K), 3.7138950 secs]
[Full GC 1808189K->1710436K(1952064K), 3.8828240 secs]
[Full GC 1808189K->1692457K(1952064K), 4.0429140 secs]
[Full GC 1808189K->1712520K(1952064K), 3.8683450 secs]
[Full GC 1808189K->1718177K(1952064K), 3.7721790 secs]
[Full GC 1808189K->1687681K(1952064K), 3.8019850 secs]
[Full GC 1808189K->1667772K(1952064K), 3.9937370 secs]
[Full GC 1808189K->1716789K(1952064K), 3.8275360 secs]
[Full GC 1808189K->1658852K(1952064K), 3.6708990 secs]
[Full GC 1808189K->1686798K(1952064K), 3.7499970 secs]
[Full GC 1808189K->1675046K(1952064K), 5.1897700 secs]
[Full GC 1808188K->1670322K(1952064K), 3.7579100 secs]
[Full GC 1808188K->1671614K(1952064K), 3.6923020 secs]
[Full GC 1808188K->1697568K(1952064K), 3.6845290 secs]
[Full GC 1808188K->1650323K(1952064K), 3.8313420 secs]
[Full GC 1808188K->1695055K(1952064K), 3.6829100 secs]
[Full GC 1808188K->1685443K(1952064K), 3.7114380 secs]
[Full GC 1808188K->1704934K(1952064K), 3.7131760 secs]
[Full GC 1808188K->1681838K(1952064K), 3.9412240 secs]
[Full GC 1808188K->1720811K(1952064K), 3.7528710 secs]
[Full GC 1808188K->1692920K(1952064K), 3.8137830 secs]
[Full GC 1808188K->1697474K(1952064K), 3.7787680 secs]
[Full GC 1808168K->1698901K(1952064K), 3.9350440 secs]
[Full GC 1808188K->1716840K(1952064K), 3.8214570 secs]
[Full GC 1808188K->1719462K(1952064K), 3.8647350 secs]
[Full GC 1808188K->1730203K(1952064K), 3.8085740 secs]
[Full GC 1808188K->1666686K(1952064K), 4.1548940 secs]
[Full GC 1808188K->1683170K(1952064K), 3.6595030 secs]
[Full GC 1808188K->1684840K(1952064K), 3.6831750 secs]
[Full GC 1808188K->1692098K(1952064K), 3.6747110 secs]
[Full GC 1808188K->1684840K(1952064K), 3.6831750 secs]
[Full GC 1808188K->1692098K(1952064K), 3.6747110 secs]
[Full GC 1808188K->1701910K(1952064K), 4.1979790 secs]
[Full GC 1808187K->1731961K(1952064K), 3.7307210 secs]
[Full GC 1808187K->1697682K(1952064K), 3.8139850 secs]
[Full GC 1808187K->1708871K(1952064K), 3.8041750 secs]
[Full GC 1808187K->1703760K(1952064K), 4.0688440 secs]
[Full GC 1808187K->1727523K(1952064K), 3.8134990 secs]
[Full GC 1808187K->1735259K(1952064K), 3.8441740 secs]
[Full GC 1808187K->1738350K(1952064K), 3.8573590 secs]
[Full GC 1808187K->1695253K(1952064K), 3.9750800 secs]
[Full GC 1808186K->1725265K(1952064K), 3.8674350 secs]
[Full GC 1808186K->1745636K(1952064K), 3.8797650 secs]
[Full GC 1808186K->1742243K(1952064K), 3.8097120 secs]
[Full GC 1808186K->1698188K(1952064K), 4.2952500 secs]
[Full GC 1808186K->1708920K(1952064K), 3.7516520 secs]
[Full GC 1808186K->1719207K(1952064K), 3.7361290 secs]
[Full GC 1808186K->1700201K(1952064K), 3.7366330 secs]
[Full GC 1808186K->1685926K(1952064K), 3.8778750 secs]
[Full GC 1808186K->1739434K(1952064K), 3.7840450 secs]
[Full GC 1808186K->1743227K(1952064K), 3.8097730 secs]
[Full GC 1808186K->1711773K(1952064K), 3.7873030 secs]
[Full GC 1808186K->1698988K(1952064K), 3.9214160 secs]
[Full GC 1808186K->1736324K(1952064K), 3.7743100 secs]
[Full GC 1808186K->1716063K(1952064K), 3.7709400 secs]
[Full GC 1808186K->1746446K(1952064K), 3.8456330 secs]
[Full GC[Unloading class sun.reflect.GeneratedConstructorAccessor269]
1808186K->1708897K(1952064K), 4.9814100 secs]
[Full GC 1808185K->1735617K(1952064K), 3.7021750 secs]
[Full GC 1807480K->1699984K(1952064K), 3.9449060 secs]
[Full GC 1808185K->1737605K(1952064K), 3.7415610 secs]
[Full GC 1808185K->1714387K(1952064K), 4.0893310 secs]
[Full GC 1808191K->1763584K(1952064K), 5.3340340 secs]
[Full GC 1808191K->1785576K(1952064K), 3.8171340 secs]
[Full GC 1808191K->1793375K(1952064K), 3.7951720 secs]
[Full GC 1808191K->1793842K(1952064K), 3.8339790 secs]
[Full GC 1808191K->1774957K(1952064K), 5.0621160 secs]
[Full GC 1808191K->1807801K(1952064K), 3.8732260 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor55]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor56]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor54]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor57]
1808191K->1807881K(1952064K), 3.9230090 secs]
[Full GC 1808191K->1807883K(1952064K), 3.8193890 secs]
[Full GC 1808191K->1787311K(1952064K), 5.2246350 secs]
[Full GC 1808191K->1808191K(1952064K), 3.8123830 secs]
[Full GC[Unloading class sun.reflect.GeneratedMethodAccessor687]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor4]
[Unloading class sun.reflect.GeneratedConstructorAccessor127]
[Unloading class sun.reflect.GeneratedMethodAccessor353]
[Unloading class sun.reflect.GeneratedMethodAccessor356]
[Unloading class sun.reflect.GeneratedMethodAccessor705]
[Unloading class sun.reflect.GeneratedMethodAccessor682]
[Unloading class sun.reflect.GeneratedMethodAccessor681]
[Unloading class sun.reflect.GeneratedConstructorAccessor227]
[Unloading class sun.reflect.GeneratedMethodAccessor695]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor20]
[Unloading class sun.reflect.GeneratedMethodAccessor188]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor15]
[Unloading class sun.reflect.GeneratedMethodAccessor686]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor44]
[Unloading class sun.reflect.GeneratedMethodAccessor704]
[Unloading class sun.reflect.GeneratedMethodAccessor693]
[Unloading class sun.reflect.GeneratedMethodAccessor133]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor23]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor42]
[Unloading class sun.reflect.GeneratedMethodAccessor679]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor53]
[Unloading class sun.reflect.GeneratedMethodAccessor709]
[Unloading class sun.reflect.GeneratedMethodAccessor701]
[Unloading class sun.reflect.GeneratedMethodAccessor688]
[Unloading class sun.reflect.GeneratedConstructorAccessor181]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor40]
[Unloading class sun.reflect.GeneratedConstructorAccessor149]
[Unloading class sun.reflect.GeneratedMethodAccessor697]
[Unloading class sun.reflect.GeneratedMethodAccessor692]
[Unloading class sun.reflect.GeneratedMethodAccessor694]
[Unloading class sun.reflect.GeneratedMethodAccessor672]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19]
[Unloading class sun.reflect.GeneratedMethodAccessor702]
[Unloading class sun.reflect.GeneratedMethodAccessor706]
[Unloading class sun.reflect.GeneratedMethodAccessor680]
[Unloading class sun.reflect.GeneratedConstructorAccessor232]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor32]
[Unloading class sun.reflect.GeneratedConstructorAccessor139]
[Unloading class sun.reflect.GeneratedMethodAccessor690]
[Unloading class sun.reflect.GeneratedMethodAccessor700]
[Unloading class sun.reflect.GeneratedMethodAccessor691]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor21]
[Unloading class sun.reflect.GeneratedConstructorAccessor226]
[Unloading class sun.reflect.GeneratedMethodAccessor355]
[Unloading class sun.reflect.GeneratedMethodAccessor699]
[Unloading class sun.reflect.GeneratedMethodAccessor683]
[Unloading class sun.reflect.GeneratedMethodAccessor673]
[Unloading class sun.reflect.GeneratedMethodAccessor685]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor51]
[Unloading class sun.reflect.GeneratedMethodAccessor354]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor43]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor41]
[Unloading class sun.reflect.GeneratedConstructorAccessor231]
[Unloading class sun.reflect.GeneratedMethodAccessor708]
[Unloading class sun.reflect.GeneratedMethodAccessor703]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor26]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor28]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor52]
[Unloading class sun.reflect.GeneratedMethodAccessor698]
[Unloading class sun.reflect.GeneratedConstructorAccessor228]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor27]
[Unloading class sun.reflect.GeneratedConstructorAccessor235]
[Unloading class sun.reflect.GeneratedMethodAccessor689]
[Unloading class sun.reflect.GeneratedConstructorAccessor236]
[Unloading class sun.reflect.GeneratedMethodAccessor684]
[Unloading class sun.reflect.GeneratedMethodAccessor696]
[Unloading class sun.reflect.GeneratedMethodAccessor707]
[Unloading class sun.reflect.GeneratedMethodAccessor134]
[Unloading class sun.reflect.GeneratedMethodAccessor352]
[Unloading class sun.reflect.GeneratedConstructorAccessor237]
[Unloading class sun.reflect.GeneratedMethodAccessor678]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor24]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor39]
1808191K->1794224K(1952064K), 5.7105050 secs]
[Full GC 1808191K->1808191K(1952064K), 3.8333470 secs]
[Full GC 1808191K->1804841K(1952064K), 5.6054090 secs]
[Full GC 1808175K->1808175K(1952064K), 3.8640290 secs]
[Full GC 1808185K->1808185K(1952064K), 3.8158350 secs]
[Full GC 1808185K->1808185K(1952064K), 3.8250440 secs]
[Full GC 1808185K->1804534K(1952064K), 5.4132220 secs]
14:24:48,976  ERROR [transaction.support.TransactionSynchronizationUtils] TransactionSynchronization.afterCompletion threw exception
java.lang.OutOfMemoryError: Java heap space
        at org.apache.lucene.store.Directory.copy(Directory.java:182)
        at org.apache.lucene.store.RAMDirectory.<init>(RAMDirectory.java:73)
        at org.apache.lucene.store.RAMDirectory.<init>(RAMDirectory.java:84)
        at org.alfresco.repo.search.impl.lucene.index.IndexInfo.buildReferenceCountingIndexReader(IndexInfo.java:1944)
        at org.alfresco.repo.search.impl.lucene.index.IndexInfo.access$1200(IndexInfo.java:141)
        at org.alfresco.repo.search.impl.lucene.index.IndexInfo$CommittedTransition.beforeWithReadLock(IndexInfo.java:1510)
        at org.alfresco.repo.search.impl.lucene.index.IndexInfo.setStatus(IndexInfo.java:1252)
        at org.alfresco.repo.search.impl.lucene.AbstractLuceneBase.setStatus(AbstractLuceneBase.java:257)
        at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.commit(AbstractLuceneIndexerImpl.java:418)
        at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory.commit(AbstractLuceneIndexerAndSearcherFactory.java:755)
        at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.afterCompletion(AlfrescoTransactionSupport.java:800)
        at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:133)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:904)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:879)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:707)
        at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:632)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:314)
        at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:467)
        at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.endTransaction(AlfrescoDiskDriver.java:227)
        at org.alfresco.jlan.server.SrvSession.endTransaction(SrvSession.java:523)
        at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1574)
        at org.alfresco.jlan.smb.server.SMBSrvSession.sendResponseSMB(SMBSrvSession.java:1548)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.procTrans2SetFile(NTProtocolHandler.java:4710)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.processTransactionBuffer(NTProtocolHandler.java:1762)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.procTransact2(NTProtocolHandler.java:1571)
        at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:227)
        at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1354)
        at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1446)
        at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:106)
        at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:141)
        at java.lang.Thread.run(Thread.java:619)
[Full GC 1808183K->1808183K(1952064K), 3.8062990 secs]
[Full GC 1808183K->1808183K(1952064K), 3.8127980 secs]
[Full GC 1808183K->1808183K(1952064K), 3.8188530 secs]
[Full GC 1808183K->1804648K(1952064K), 5.4832900 secs]
Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: GC overhead limit exceeded
[Full GC 1808181K->1808181K(1952064K), 3.8234760 secs]
[Full GC 1808181K->1808181K(1952064K), 3.8248190 secs]
[Full GC 1808181K->1808181K(1952064K), 3.7966060 secs]
[Full GC 1808181K->1804865K(1952064K), 5.1754540 secs]
[Full GC 1808181K->1808181K(1952064K), 3.8300920 secs]
[Full GC 1808181K->1808181K(1952064K), 3.8363370 secs]
[Full GC 1808181K->1808181K(1952064K), 3.8571250 secs]
[Full GC 1808181K->1804940K(1952064K), 5.2857620 secs]
[Full GC 1808179K->1808179K(1952064K), 3.8203770 secs]
[Full GC 1808183K->1808183K(1952064K), 3.8274770 secs]
[Full GC 1808183K->1808183K(1952064K), 3.8446920 secs]
[Full GC 1808183K->1805074K(1952064K), 5.5494790 secs]
[Full GC 1808189K->1808189K(1952064K), 3.8604270 secs]
[Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor67]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor75]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor74]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor60]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor76]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor65]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor78]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor70]
[Unloading class sun.reflect.GeneratedMethodAccessor714]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor77]
[Unloading class sun.reflect.GeneratedMethodAccessor713]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor81]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor62]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor79]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor69]
[Unloading class sun.reflect.GeneratedMethodAccessor711]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor80]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor58]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor71]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor59]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor63]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor72]
[Unloading class sun.reflect.GeneratedMethodAccessor712]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor73]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor68]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor66]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor61]
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor64]
1808189K->1805097K(1952064K), 5.5507620 secs]
[Full GC 1808191K->1808191K(1952064K), 3.8501090 secs]
[Full GC 1808191K->1805215K(1952064K), 5.5230510 secs]

dc41
Champ in-the-making
Champ in-the-making
sergisat, I'm having the same problem. Over the weekend I gave up trying to update my 3.0 install. I  backed everything up and used a clean 3.2 install. I began transferring files into the documentLibaray. After a few minutes Alf stops responding. I've given up on 3.2 for now. I'll monitor the forums, and if I start to see some solutions in the future I'll give it another try. But for now…  :roll:

11:51:23,153 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
11:51:23,155 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
11:51:23,155 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties]
11:51:23,240 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:42,239 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
11:51:43,250 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
11:51:45,973 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [default]
11:51:46,008 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:47,067 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [default] complete
11:51:47,199 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/Alfresco/alf_data
11:51:47,242 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
11:51:47,502 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
11:51:47,507 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
11:51:47,523 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [default]
11:51:47,657 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:48,004 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, alfrescoNtlm1]
11:51:48,018 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:48,304 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, alfrescoNtlm1] complete
11:51:53,323 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
11:51:53,323 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
11:51:53,373 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [default] complete
11:51:53,374 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
11:51:53,427 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:53,591 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
11:51:53,593 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [default]
11:51:53,642 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:51:53,652 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [default] complete
11:51:53,740 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_14-b08; maximum heap size 910.250MB
11:51:53,740 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 3.2.0 (2039) schema 2019
11:52:06,413 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [default]
11:52:06,439 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:52:06,515 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [default] complete
11:52:08,281 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@4dcc6b53: display name [Root WebApplicationContext]; startup date [Mon Jul 13 11:52:08 MDT 2009]; root of context hierarchy
11:52:08,628 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@4dcc6b53]: org.springframework.beans.factory.support.DefaultListableBeanFactory@93e03c2
11:52:09,625 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 24 Web Scripts (+0 failed), 26 URLs
11:52:09,640 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 170.89671ms)
11:52:09,717 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 42 Web Scripts (+0 failed), 44 URLs
11:52:09,730 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 87.48176ms)
11:52:09,758 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:55:12,726 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:55:14,726 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
11:55:15,436 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 06130004 Login failed
org.alfresco.web.scripts.WebScriptException: 06130004 Login failed
   at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:81)
   at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:79)
   at org.alfresco.web.scripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:223)
   at org.alfresco.web.scripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:70)
   at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:357)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:407)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:424)
   at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:253)
   at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:262)
   at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
   at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:619)
12:09:53,662 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] Detected first UserTransaction which is being garbage collected without a commit() or rollback()
12:09:53,662 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] Logging of transaction call stack is now enabled and will affect performance
12:09:55,444 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:10:21,846 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:10:59,914 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:10:59,914 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:10:59,914 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:10:59,914 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:11:08,311 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:11:19,234 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:11:25,396 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:12:00,778 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:12:06,498 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:12:20,955 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.
12:12:28,194 ERROR [org.alfresco.util.transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior to transaction call stack logging.

pescha
Champ in-the-making
Champ in-the-making
Any resolution to this problem?  I am experiencing the same thing when transferring files via FTP.

The first file transfers fine, and then after a moment or two, I see the used heap levels rise when monitoring with visualvm or jconsole.

I am using -Xms3g -Xmx3g -Xss1024k -XX:MaxPermSize=256m -server -XX:NewSize=1g -XXSmiley FrustratedurvivorRatio=2 -Xcomp -Xbatch -XX:+UseParallelGC -XXSmiley TonguearallelGCThreads=2 -XX:+UseAdaptiveSizePolicy -Xloggc:garbage.log

This is on a server with 2 core2duos and 4 mb ram running ubuntu server. 

The interesting thing about this is that when the garbage collector goes insane, eventually Alfresco will stabilize after about 10 minutes, probably after a Full GC finally completes.

dc41
Champ in-the-making
Champ in-the-making
Any resolution to this problem?  I am experiencing the same thing when transferring files via FTP.

I've found no solution. I'm a bit puzzled by the silence from alfresco concerning this issue. I hope they are just all on holiday.