Echec de migration de la 3.2 -> 3.4 : Context initialization

cancel
Showing results for 
Search instead for 
Did you mean: 
altiva_4280
Member II

Echec de migration de la 3.2 -> 3.4 : Context initialization

Bonjour,

Après avoir fait plusieurs test de migration de la version 3.2r2 en 3.4 et fait de nombreuse recherches, je solicite la communauté pour mon problème…

Lors de la migration j'ai le message suivant:
11:22:42,348 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext
        at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:477)

J'ai fait de nombreux essais avec le même symptôme:

3.2r2 -> 3.3.g : Migration réussie
3.2r2 -> 3.4.a : Meme problème que de 3.2 -> 3.4.c
3.2r2 -> 3.4.b : Meme problème que de 3.2 -> 3.4.c
3.3.g ->  3.4.a : Meme problème que de 3.2 -> 3.4.c
3.3.g ->  3.4.b : Meme problème que de 3.2 -> 3.4.c
3.3.g ->  3.4.c : Meme problème que de 3.2 -> 3.4.c

J'espère que vous aurez une idée à ce problème que je semble le seul à rencontrer !


Configuration:
——————-
Ma config: CENTOS 5 / Alfresco 3.2r2 en Français.

[root@ged alfresco-3.4.c]# uname -a
Linux ged.altiva.org 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@ged alfresco-3.4.c]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[root@ged alfresco-3.4.c]# java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
[root@ged alfresco-3.4.c]#


Procédure de Migration:
———————————

1/ Arret de la base Alfresco 3.2r2
/opt/Alfresco/alfresco.sh stop
killall java

2/ Dump de la base Mysql de la version 3.2r2 + Stop Mysql
mysqldump alfresco > /opt/alfresco_3.2r2_` date "+%d_%m_%Y"`
/etc/init.d/mysqld stop

3/ Installation de Alfresco 3.4.c dans /opt/alfresco-3.4.c
[root@ged opt]# ./alfresco-community-3.4.c-installer-linux-x64.bin
Language Selection: FR
MySQL : Y (Cannot be edited)
Java : Y (Cannot be edited)
Alfresco : Y (Cannot be edited)
SharePoint [Y/n] :y
Records Management [Y/n] :y
Web Quick Start [Y/n] :n
WCM Alfresco [Y/n] :n
Quickr Connector Support [Y/n] :n
OpenOffice [Y/n] : y

2/ test de l'installation à "nu" pour vérifier que la version d'Alfresco fonctionne bien sur mon Serveur: TEST OK !

3/ Importation de la base SQL dans la nouvelle version:
/opt/alfresco-3.4.c/alfresco.sh stop
/opt/alfresco-3.4.c/alfresco.sh start mysql
[root@ged alfresco-3.4.c]# mysql –defaults-file=/opt/alfresco-3.4.c/mysql/my.cnf –port=3306 –socket=/opt/alfresco-3.4.c/mysql/tmp/mysql.sock  -u alfresco -p alfresco < /opt/alfresco_3.2r2_24_01_2011
Enter password:
[root@ged alfresco-3.4.c]#

4/ Copie des données de l'ancienne de la 3.2r2 à la 3.4.c
[root@ged alfresco-3.4.c]# rsync -av –delete /opt/Alfresco/alf_data/ /opt/alfresco-3.4.c/alf_data/
building file list …
(..)
ucene-indexes/workspace/version2Store/b25a8667-c16e-41a4-b506-93adc98943c7/segments_2

sent 4555587996 bytes  received 265146 bytes  24692970.96 bytes/sec
total size is 4553907808  speedup is 1.00
[root@ged alfresco-3.4.c]#

5/ Nettoyage avant redémarrage
rm -Rf /opt/alfresco-3.4.c/tomcat/work/Catalina/localhost/*
rm -Rf /opt/alfresco-3.4.c/alf_data/lucene-indexes
rm  /opt/alfresco-3.4.c/alfresco.log /opt/alfresco-3.4.c/tomcat/logs/catalina.out

6/ Force la réindexation des index de Alfresco
[root@ged alfresco-3.4.c]# vim tomcat/shared/class
es/alfresco-global.properties
index.recovery.mode=FULL

7/ Démarrage de Alfresco
./alfresco.sh stop mysql
./alfresco.sh start

8/ Alfresco ne démarre pas:

alfresco.log:
11:22:42,348 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext
        at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:477)


cat alfresco.log

[root@ged alfresco-3.4.c]# cat alfresco.log
11:21:17,831 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
11:21:17,833 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
11:21:17,833 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties]
11:21:17,833 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/tests/alfresco-global.properties]
11:21:17,833 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/org_alfresco_module_dod5015/alfresco-global.properties]
11:21:17,834 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco-global.properties]
11:21:17,872 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:21:17,973 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
11:21:18,000 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
11:21:18,021 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
11:21:18,022 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
11:21:30,414 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
11:21:30,416 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
11:21:35,120 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
11:21:36,185 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-6967003051936349951.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoSchemaUpdate-3.2-ContentTables2.sql).
11:21:36,610 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-3792206281891312444.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/modify-index-permission_id.sql).
11:21:36,683 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-180527537340927016.sql (Copied from classpath:alfresco/dbscripts/upgrade/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AddFKIndexes.sql).
11:21:36,688 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-4269857745868402424.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoSchemaUpdate-3.2-AddFKIndexes-2.sql).
11:21:36,940 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-5037344992906681783.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/remove-VersionCount.sql).
11:21:36,948 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-4868515684144748196.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-Repo-seqs.sql).
11:21:36,953 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-5598382001996139369.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-AVM-seqs.sql).
11:21:36,958 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-752285075481100817.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-JBPM-Extra.sql).
11:21:36,964 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-3179803229557126452.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/node-prop-serializable.sql).
11:21:36,968 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-7049689921842617346.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/property-unique-ctx-value.sql).
11:21:36,993 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-2662030328748159484.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/child-assoc-indexes.sql).
11:21:37,589 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] All executed statements:  /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-All_Statements-7214415483233556249.sql.
11:21:38,224 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Normalized schema (pre-bootstrap)  dumped to file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-1750298642229503886-Startup.xml.
11:21:38,224 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Normalized schema (post-bootstrap) dumped to file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-1007902959342609578.xml.
11:21:38,232 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
11:21:38,243 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
11:21:38,244 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:21:38,244 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
11:21:38,244 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
11:21:38,244 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
11:21:38,253 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
11:21:39,913 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
11:21:39,925 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
11:21:39,925 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:21:39,926 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
11:21:39,926 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
11:21:39,926 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
11:21:40,171 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
11:21:40,172 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
11:21:40,184 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
11:21:40,185 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
11:21:40,185 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
11:21:40,185 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
11:21:40,185 INFO  [org.alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
11:21:40,479 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
11:21:40,487 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
11:21:41,155 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery started: 17,506 transactions.
11:21:57,340 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    10 % complete.
11:22:03,160 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    20 % complete.
11:22:08,924 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    30 % complete.
11:22:11,505 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    40 % complete.
11:22:11,848 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    50 % complete.
11:22:13,358 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    60 % complete.
11:22:15,374 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    70 % complete.
11:22:18,112 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    80 % complete.
11:22:18,339 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    90 % complete.
11:22:24,095 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent]    100 % complete.
11:22:29,231 INFO  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery completed.
11:22:29,247 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Rebuilding indexes for 1 AVM Stores
11:22:29,247 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]     Rebuilding index for sitestore
11:22:29,289 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent]   Reindex   100% complete
11:22:29,290 INFO  [org.alfresco.repo.node.index.AVMFullIndexRecoveryComponent] Finished rebuilding indexes for AVM Stores
11:22:29,431 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/alfresco-3.4.c/alf_data
11:22:29,437 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
11:22:29,565 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.thumbnailsAssocQName' (Update the 'cm:thumbnails' association QName to 'rn:rendition'.).
11:22:30,031 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.redeployNominatedInvitationProcessWithPropsForShare' (Redeploy nominated invitation workflow).
11:22:30,137 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.rendition.rendering_actions' (Creates the Rendering Actions folder.).
11:22:30,268 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.emailInviteAndNotifyTemplatesFolder' (Ensures the existence of the 'Email Invite Templates' and 'Email Notify Templates' folders.).
11:22:30,285 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.convertContentUrls' (Converts pre-3.2 content URLs to use the alf_content_data table.  The conversion work can also be done on a schedule; please contact Alfresco Support for further details.).
11:22:30,316 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Content URL conversion progress:
11:22:30,316 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Processing ADM Content URLs.
11:22:30,620 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Finished processing ADM nodes up to ID 16,714.
11:22:30,637 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Processing AVM Content URLs.
11:22:30,830 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Finished processing AVM nodes up to ID 30.
11:22:30,842 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Reading content URLs from store FileContentStore[ root=/opt/alfresco-3.4.c/alf_data/contentstore, allowRandomAccess=true, readOnly=false].
11:22:39,284 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Scheduled 2,960 content URLs for deletion from store: FileContentStore[ root=/opt/alfresco-3.4.c/alf_data/contentstore, allowRandomAccess=true, readOnly=false]
11:22:39,348 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.transferServiceFolder' (Add transfer definitions folder to data dictionary.).
11:22:39,462 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.fixAuthoritiesCrcValues' (Fixes authority CRC32 values to match UTF-8 encoding.).
11:22:39,469 INFO  [org.alfresco.repo.admin.patch.impl.FixAuthoritiesCrcValuesPatch] FixAuthorityCrcValuesPatch: Commencing batch of 0 entries
11:22:39,470 INFO  [org.alfresco.repo.admin.patch.impl.FixAuthoritiesCrcValuesPatch] FixAuthorityCrcValuesPatch: Completed batch of 0 entries
11:22:39,480 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.updateMimetypes1' (Fix mimetypes for Excel and Powerpoint.).
11:22:40,641 WARN  [org.alfresco.repo.admin.patch.PatchExecuter] Patch will be forcefully executed:
   Patch: Patch[ id=patch.eliminateDuplicates, description=patch.eliminateDuplicates.description, fixesFromSchema=0, fixesToSchema=4112, targetSchema=4113]
11:22:40,641 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.eliminateDuplicates' (Fixes ALF-4203: Searches for AVM duplicate nodes and changes their name).
11:22:40,652 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrAVMLocks' (Migrate old AVM Lock attributes).
11:22:40,656 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrPropBackedBeans' (Migrate old Property-Backed Bean component attributes).
11:22:40,661 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrChainingURS' (Migrate old Chaining User Registry Synchronizer attributes).
11:22:40,667 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrDelete' (Delete old attributes (if any) after they have been migrated).
11:22:40,668 INFO  [org.alfresco.repo.domain.patch.ibatis.PatchDAOImpl] Deleted 0 rows from alf_list_attribute_entries
11:22:40,669 INFO  [org.alfresco.repo.domain.patch.ibatis.PatchDAOImpl] Deleted 1 rows from alf_map_attribute_entries
11:22:40,669 INFO  [org.alfresco.repo.domain.patch.ibatis.PatchDAOImpl] Deleted 1 rows from alf_global_attributes
11:22:40,670 INFO  [org.alfresco.repo.domain.patch.ibatis.PatchDAOImpl] Deleted 2 rows from alf_attributes
11:22:40,678 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.replication.replication_actions' (Creates the Replication Actions folder.).
11:22:40,721 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.transfer.targetrulefolder' (Creates the transfer target rule folder for the default transfer group.).
11:22:40,805 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.transfer.targetrule' (Creates the transfer target rule for the default transfer group.).
11:22:40,930 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.actions.scheduledfolder' (Creates the scheduled actions folder in the Data Dictionary.).
11:22:40,974 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]    Applying patch 'patch.updateMimetypes2' (Fix mimetypes for Excel and Powerpoint.).
11:22:41,936 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-ContentTables2
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.redeployNominatedInvitationProcessWithPropsForShare
RESULT:
Re-deployed 1 workflows.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Remove-VersionCount
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.rendition.rendering_actions
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.thumbnailsAssocQName
RESULT:
Successfully updated the '{http://www.alfresco.org/model/content/1.0}thumbnails' QName to '{http://www.alfresco.org/model/rendition/1.0}rendition'.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.emailInviteAndNotifyTemplatesFolder
RESULT:
The Email Notify Templates folder already exists: workspace://SpacesStore/8e5fb83f-8793-49ad-b03f-52dbbf76dbb7; The Email Invite Templates folder already exists: workspace://SpacesStore/8e5fb83f-8793-49ad-b03f-52dbbf76dbb7
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.convertContentUrls
RESULT:
Content URL conversion completed.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.transferServiceFolder
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-AddFKIndexes
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.fixAuthoritiesCrcValues
RESULT:
Fixed CRC32 values for UTF-8 encoding for 0 authorities.  See file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/longLife_patches/FixAuthorityCrcValuesPatch.log for details.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.updateMimetypes1
RESULT:
Updating mimetypes.
   Updated 573 content references with mimetype 'application/vnd.excel' to use 'application/vnd.ms-excel'.
   Indexed 153 nodes in store 'workspace://SpacesStore'.
   Indexed 573 nodes in store 'archive://SpacesStore'.
   Updated 0 content references with mimetype 'application/vnd.powerpoint' to use 'application/vnd.ms-powerpoint'.
   Indexed 0 nodes in store 'workspace://SpacesStore'.
   Indexed 0 nodes in store 'archive://SpacesStore'.
   Finished updating mimetypes.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-modify-index-permission_id
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-AVM-Seqs
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-Repo-Seqs
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-child-assoc-indexes
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-property-unique-ctx-value
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-JBPM-Extra
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Node-Prop-Serializable
RESULT:
Script completed
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrDelete
RESULT:
Old attributes were deleted (if any)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrAVMLocks
RESULT:
Processed 0 attributes
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrChainingURS
RESULT:
Processed 0 attributes
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrPropBackedBeans
RESULT:
Processed 0 attributes (0 properties)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.replication.replication_actions
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.transfer.targetrule
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary/app:transfers/app:transfer_groups/cm:default/rule:ruleFolder (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.transfer.targetrulefolder
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary/app:transfers/app:transfer_groups/cm:default (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.actions.scheduledfolder
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.updateMimetypes2
RESULT:
Updating mimetypes.
   Updated 0 content references with mimetype 'application/vnd.excel' to use 'application/vnd.ms-excel'.
   Indexed 153 nodes in store 'workspace://SpacesStore'.
   Indexed 573 nodes in store 'archive://SpacesStore'.
   Updated 0 content references with mimetype 'application/vnd.powerpoint' to use 'application/vnd.ms-powerpoint'.
   Indexed 0 nodes in store 'workspace://SpacesStore'.
   Indexed 0 nodes in store 'archive://SpacesStore'.
   Finished updating mimetypes.
=====================================
11:22:41,937 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-AddFKIndexes-2
RESULT:
Script completed
=====================================
11:22:41,938 INFO  [org.alfresco.repo.admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.eliminateDuplicates
RESULT:
0 duplicate group(s) were found
0 affected node entries
—————-
Total renamed: 0

=====================================
11:22:41,948 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 2 module(s).
11:22:41,980 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Installing module 'org_alfresco_module_dod5015' version 1.0.
11:22:42,309 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Installing module 'org.alfresco.module.vti' version 1.2.
11:22:42,348 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext
   at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:477)
   at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:355)
   at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:160)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:217)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:184)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy7.getChildAssocs(Unknown Source)
   at org.alfresco.repo.rule.RuleServiceImpl.getRule(RuleServiceImpl.java:699)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRule(RuleServiceImpl.java:1130)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRulesImpl(RuleServiceImpl.java:1092)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRules(RuleServiceImpl.java:1065)
   at org.alfresco.repo.rule.RuleTransactionListener.beforeCommit(RuleTransactionListener.java:57)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:732)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:712)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:672)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:927)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:737)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:394)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:472)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:403)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:272)
   at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:68)
   at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
   at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:78)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
   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:546)
   at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
   at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
   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:519)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
   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:289)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
11:22:48,519 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 305 Web Scripts (+0 failed), 315 URLs
11:22:48,520 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
11:22:48,520 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
11:22:48,662 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1540.4619ms)
11:22:48,700 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:22:48,774 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:22:48,891 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:22:48,894 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:22:48,985 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:22:48,989 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
[root@ged alfresco-3.4.c]#

4 Replies
bertrandf
Active Member

Re: Echec de migration de la 3.2 -> 3.4 : Context initialization

Il n'apprécie pas l'installation du vti-module (SharePoint ) apparemment.

Avez-vous essayé de démarrer Alfresco sans installer ce module et de l'installer indépendamment après ?
altiva_4280
Member II

Re: Echec de migration de la 3.2 -> 3.4 : Context initialization

Merci pour votre réponse. J'ai essayé et cela ne change malheureusement rien…

Est-ce qu'il existe des outils pour vérifier que ma base alf_data n'est pas corrompu?



[root@ged alfresco-3.4.c]# cat tomcat/logs/catalina.out
Jan 24, 2011 2:48:28 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/alfresco-3.4.c/java/jre/lib/amd64/server:/opt/alfresco-3.4.c/java/jre/lib/amd64:/opt/alfresco-3.4.c/java/jre/../lib/amd64:/opt/alfresco-3.4.c/mysql/lib:/opt/alfresco-3.4.c/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Jan 24, 2011 2:48:29 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 24, 2011 2:48:29 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 407 ms
Jan 24, 2011 2:48:29 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 24, 2011 2:48:29 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.26
Jan 24, 2011 2:48:29 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Jan 24, 2011 2:48:29 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Jan 24, 2011 2:48:29 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor alfresco.xml
Jan 24, 2011 2:48:30 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
14:48:34,621  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
14:48:34,623  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
14:48:34,624  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/test/alfresco-global.properties]
14:48:34,624  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/tests/alfresco-global.properties]
14:48:34,624  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [/opt/alfresco-3.4.c/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/org_alfresco_module_dod5015/alfresco-global.properties]
14:48:34,624  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco-global.properties]
14:48:34,662  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:48:34,762  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
14:48:34,790  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
14:48:45,962  INFO  [extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
14:48:45,965  INFO  [extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
14:48:51,049  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:48:52,058  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-7244887061502926252.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/modify-index-permission_id.sql).
14:48:52,090  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-1091322819236043791.sql (Copied from classpath:alfresco/dbscripts/upgrade/2.2/org.hibernate.dialect.MySQLInnoDBDialect/AddFKIndexes.sql).
14:48:52,094  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-7588585476363286414.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoSchemaUpdate-3.2-AddFKIndexes-2.sql).
14:48:52,239  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-1088516277972574441.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-Repo-seqs.sql).
14:48:52,244  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-2940370325171309359.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-AVM-seqs.sql).
14:48:52,260  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-6065731688369371638.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-JBPM-Extra.sql).
14:48:52,274  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-7431732987022852219.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/node-prop-serializable.sql).
14:48:52,281  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-6302056345429354582.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/property-unique-ctx-value.sql).
14:48:52,294  INFO  [domain.schema.SchemaBootstrap] Executing database script /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-5395007005466809271.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/child-assoc-indexes.sql).
14:48:52,901  INFO  [domain.schema.SchemaBootstrap] All executed statements:  /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-All_Statements-3336495558374385269.sql.
14:48:53,642  INFO  [domain.schema.SchemaBootstrap] Normalized schema (pre-bootstrap)  dumped to file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-4377140802546885991-Startup.xml.
14:48:53,642  INFO  [domain.schema.SchemaBootstrap] Normalized schema (post-bootstrap) dumped to file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-1604097312395428769.xml.
14:48:53,649  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
14:48:53,660  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
14:48:53,661  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:48:53,661  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
14:48:53,670  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
14:48:55,139  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
14:48:55,149  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
14:48:55,150  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:48:55,151  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
14:48:55,274  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
14:48:55,275  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
14:48:55,288  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
14:48:55,289  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
14:48:55,289  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
14:48:55,635  WARN  [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
14:48:55,643  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
14:48:56,031  INFO  [node.index.FullIndexRecoveryComponent] Index recovery started: 17,763 transactions.
false false null
14:49:12,749  INFO  [node.index.FullIndexRecoveryComponent]    10 % complete.
14:49:18,401  INFO  [node.index.FullIndexRecoveryComponent]    20 % complete.
14:49:24,014  INFO  [node.index.FullIndexRecoveryComponent]    30 % complete.
14:49:26,713  INFO  [node.index.FullIndexRecoveryComponent]    40 % complete.
14:49:27,097  INFO  [node.index.FullIndexRecoveryComponent]    50 % complete.
14:49:28,624  INFO  [node.index.FullIndexRecoveryComponent]    60 % complete.
14:49:30,863  INFO  [node.index.FullIndexRecoveryComponent]    70 % complete.
14:49:33,309  INFO  [node.index.FullIndexRecoveryComponent]    80 % complete.
14:49:33,538  INFO  [node.index.FullIndexRecoveryComponent]    90 % complete.
14:49:39,580  INFO  [node.index.FullIndexRecoveryComponent]    100 % complete.
14:49:46,061  INFO  [node.index.FullIndexRecoveryComponent] Index recovery completed.
14:49:46,079  INFO  [node.index.AVMFullIndexRecoveryComponent] Rebuilding indexes for 1 AVM Stores
14:49:46,080  INFO  [node.index.AVMFullIndexRecoveryComponent]     Rebuilding index for sitestore
14:49:46,156  INFO  [node.index.AVMFullIndexRecoveryComponent]   Reindex   100% complete
14:49:46,156  INFO  [node.index.AVMFullIndexRecoveryComponent] Finished rebuilding indexes for AVM Stores
14:49:46,250  INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/alfresco-3.4.c/alf_data
14:49:46,259  INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
14:49:46,895  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.fixAuthoritiesCrcValues' (Fixes authority CRC32 values to match UTF-8 encoding.).
14:49:46,907 User:System INFO  [patch.impl.FixAuthoritiesCrcValuesPatch] FixAuthorityCrcValuesPatch: Commencing batch of 0 entries
14:49:46,909 User:System INFO  [patch.impl.FixAuthoritiesCrcValuesPatch] FixAuthorityCrcValuesPatch: Completed batch of 0 entries
14:49:46,917  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.updateMimetypes1' (Fix mimetypes for Excel and Powerpoint.).
14:49:48,032  WARN  [admin.patch.PatchExecuter] Patch will be forcefully executed:
   Patch: Patch[ id=patch.eliminateDuplicates, description=patch.eliminateDuplicates.description, fixesFromSchema=0, fixesToSchema=4112, targetSchema=4113]
14:49:48,032  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.eliminateDuplicates' (Fixes ALF-4203: Searches for AVM duplicate nodes and changes their name).
14:49:48,036  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrAVMLocks' (Migrate old AVM Lock attributes).
14:49:48,041  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrPropBackedBeans' (Migrate old Property-Backed Bean component attributes).
14:49:48,045  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrChainingURS' (Migrate old Chaining User Registry Synchronizer attributes).
14:49:48,050  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.migrateAttrDelete' (Delete old attributes (if any) after they have been migrated).
14:49:48,052 User:System INFO  [patch.ibatis.PatchDAOImpl] Deleted 0 rows from alf_list_attribute_entries
14:49:48,052 User:System INFO  [patch.ibatis.PatchDAOImpl] Deleted 1 rows from alf_map_attribute_entries
14:49:48,053 User:System INFO  [patch.ibatis.PatchDAOImpl] Deleted 1 rows from alf_global_attributes
14:49:48,054 User:System INFO  [patch.ibatis.PatchDAOImpl] Deleted 2 rows from alf_attributes
14:49:48,061  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.replication.replication_actions' (Creates the Replication Actions folder.).
14:49:48,166  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.transfer.targetrulefolder' (Creates the transfer target rule folder for the default transfer group.).
14:49:48,264  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.transfer.targetrule' (Creates the transfer target rule for the default transfer group.).
14:49:48,404  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.actions.scheduledfolder' (Creates the scheduled actions folder in the Data Dictionary.).
14:49:48,468  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.updateMimetypes2' (Fix mimetypes for Excel and Powerpoint.).
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-AddFKIndexes
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.fixAuthoritiesCrcValues
RESULT:
Fixed CRC32 values for UTF-8 encoding for 0 authorities.  See file /opt/alfresco-3.4.c/tomcat/temp/Alfresco/longLife_patches/FixAuthorityCrcValuesPatch.log for details.
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.updateMimetypes1
RESULT:
Updating mimetypes.
   Updated 572 content references with mimetype 'application/vnd.excel' to use 'application/vnd.ms-excel'.
   Indexed 152 nodes in store 'workspace://SpacesStore'.
   Indexed 572 nodes in store 'archive://SpacesStore'.
   Updated 0 content references with mimetype 'application/vnd.powerpoint' to use 'application/vnd.ms-powerpoint'.
   Indexed 0 nodes in store 'workspace://SpacesStore'.
   Indexed 0 nodes in store 'archive://SpacesStore'.
   Finished updating mimetypes.
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-modify-index-permission_id
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-AVM-Seqs
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-Repo-Seqs
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-child-assoc-indexes
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-property-unique-ctx-value
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-JBPM-Extra
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Node-Prop-Serializable
RESULT:
Script completed
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrDelete
RESULT:
Old attributes were deleted (if any)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrAVMLocks
RESULT:
Processed 0 attributes
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrChainingURS
RESULT:
Processed 0 attributes
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.migrateAttrPropBackedBeans
RESULT:
Processed 0 attributes (0 properties)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.replication.replication_actions
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.transfer.targetrule
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary/app:transfers/app:transfer_groups/cm:default/rule:ruleFolder (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.transfer.targetrulefolder
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary/app:transfers/app:transfer_groups/cm:default (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.actions.scheduledfolder
RESULT:
Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/bbdd8a16-ffc2-47d3-af2d-887e2140df38)
=====================================
14:49:49,517  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.updateMimetypes2
RESULT:
Updating mimetypes.
   Updated 0 content references with mimetype 'application/vnd.excel' to use 'application/vnd.ms-excel'.
   Indexed 152 nodes in store 'workspace://SpacesStore'.
   Indexed 572 nodes in store 'archive://SpacesStore'.
   Updated 0 content references with mimetype 'application/vnd.powerpoint' to use 'application/vnd.ms-powerpoint'.
   Indexed 0 nodes in store 'workspace://SpacesStore'.
   Indexed 0 nodes in store 'archive://SpacesStore'.
   Finished updating mimetypes.
=====================================
14:49:49,518  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-AddFKIndexes-2
RESULT:
Script completed
=====================================
14:49:49,518  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.eliminateDuplicates
RESULT:
0 duplicate group(s) were found
0 affected node entries
—————-
Total renamed: 0

=====================================
14:49:49,526 User:System INFO  [repo.module.ModuleServiceImpl] Found 1 module(s).
14:49:49,573 User:System INFO  [repo.module.ModuleServiceImpl] Installing module 'org_alfresco_module_dod5015' version 1.0.
14:49:49,853  ERROR [web.context.ContextLoader] Context initialization failed
net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext
   at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:477)
   at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:355)
   at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:160)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:217)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:184)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy7.getChildAssocs(Unknown Source)
   at org.alfresco.repo.rule.RuleServiceImpl.getRule(RuleServiceImpl.java:699)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRule(RuleServiceImpl.java:1130)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRulesImpl(RuleServiceImpl.java:1092)
   at org.alfresco.repo.rule.RuleServiceImpl.executePendingRules(RuleServiceImpl.java:1065)
   at org.alfresco.repo.rule.RuleTransactionListener.beforeCommit(RuleTransactionListener.java:57)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:732)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.doBeforeCommit(AlfrescoTransactionSupport.java:712)
   at org.alfresco.repo.transaction.AlfrescoTransactionSupport$TransactionSynchronizationImpl.beforeCommit(AlfrescoTransactionSupport.java:672)
   at org.springframework.transaction.support.TransactionSynchronizationUtils.triggerBeforeCommit(TransactionSynchronizationUtils.java:95)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerBeforeCommit(AbstractPlatformTransactionManager.java:927)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:737)
   at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
   at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:394)
   at org.alfresco.util.transaction.SpringAwareUserTransaction.commit(SpringAwareUserTransaction.java:472)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:403)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:272)
   at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:68)
   at org.springframework.extensions.surf.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:56)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
   at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:78)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
   at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
   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:546)
   at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
   at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
   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:519)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
   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:289)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Jan 24, 2011 2:49:49 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart

bertrandf
Active Member

Re: Echec de migration de la 3.2 -> 3.4 : Context initialization

Et vous avez essayé d'installer aucun module et de tous les rajouter après manuellement ?
altiva_4280
Member II

Re: Echec de migration de la 3.2 -> 3.4 : Context initialization

MILLE MERCIS !!!

Effectivement, cela fonctionne sans aucun module :-)

Je commençais vraiment à désespérer après un week-end sur le dossier!

Je vais voir pour ajouter les modules à la main maintenant.