cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Alfresco 3.2r to Alfresco 3.4d

massanen
Champ in-the-making
Champ in-the-making
Hello, I have to upgrade Alfresco 3.2r to Alfresco 3.4d for a customer company. They have their Alfresco 3.2r running into a virtual machine with windows server 2008 (using 2GB RAM). First of all, I asked them a test enviornemnt (so a snapshot of production environment), and I started to work. After fighting one day, I did the upgrade in the test envoirment following the general upgrade process, but it only worked doing the next:

1)shut down alfresco 3.2r
2)install new alfresco 3.4d
3)make changes to alfresco 3.4d, and check that it works
4)copy the alf_data from 3.2r to 3.4d
5)recover the database from 3.2r to 3.4d (mysqldump)
6)first, in repository.properties —-> index.recovery=AUTO (without deletinc lucene-indexes)
7)start the new alfresco and check that it doesn't work proprely, so shut down again
8)delete lucene-indexes, and in repository.properties —-> index.recovery=FULL
9)startup —> perfect
10)after that, in repository.properties —>index.recovery=VALIDATE

This was the process that worked properly, and perfect. I still don't why I should do the step #6, instead of step #8 directly, but with this sequence it worked (I checked many times). Ok, perfect.

The problem is that yesterday, thinking I was ready to make the upgrade in production environment, it didn't work. The same sequence throw me an error of

20:25:42,604  ERROR [admin.patch.PatchExecuter] 04250015 org.alfresco.error.AlfrescoRuntimeException: 04250014 Bootstrap failed

The only difference between test and production environment is:
TEST: disk space —-> used: 18,1GB, free: 11,8GB
PRODUCTION: disc space —-> used: 38,8GB, free: 1,15GB (in this unit I have my new (defective) alfresco 3.4, and my old alfresco 3.2r)


Could the disc space be the cause of the problem?? Any ideas??? it's urgent Smiley Frustrated
10 REPLIES 10

loftux
Star Contributor
Star Contributor
Bootstrap is probably trying to add news stuff to your repo, like the new replication spaces.
With that said, have anything changed between the production environment and the snapshot? Like changed name of Data Dictionary or something?

1.5G should be enough free space. But what about memory, how much do you have assigned to your tomcat? If only 2G to Windows, you probably need more so that tomcat can get 2-3G and then you need 64bit windows. If no 64 bit windows, still give around 1.5G to alfresco tomcat, and have more free for the os, total 3G.

Can you post more from your alfresco.log?

massanen
Champ in-the-making
Champ in-the-making
thanks for replying man.

I thought about RAM and disk space, but the snapshot has the same space. The only thing changed between production and test is the copy of the database, but I think is not critical, in my test instance my mysqldump file has 63KB and in production 66KB, because people was still working between test upgrade day and production upgrade day.

Yes, this is my entire file stdout.log

20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [D:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\org_alfresco_module_dod5015\alfresco-global.properties]
20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [D:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\test\alfresco-global.properties]
20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from file [D:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\module\tests\alfresco-global.properties]
20:23:40,464  INFO  [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/D:/Alfresco/tomcat/shared/classes/alfresco-global.properties]
20:23:40,573  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
20:23:40,714  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
20:23:40,776  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
20:23:40,839  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
20:23:40,839  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/D:/Alfresco/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
20:24:09,667  WARN  [springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'serviceBeans' being accessed! Ambiguous write methods found next to actually used [public void org.apache.cxf.jaxrs.JAXRSServerFactoryBean.setServiceBeans(java.lang.Object[])]: [public void org.apache.cxf.jaxrs.JAXRSServerFactoryBean.setServiceBeans(java.util.List)]
20:24:11,495  INFO  [extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
20:24:11,495  INFO  [extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
20:24:20,714  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
20:24:26,198  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-103967648865180467.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoSchemaUpdate-3.2-ContentTables2.sql).
20:24:27,182  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-3264641842536905930.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/child-assoc-qname-crc.sql).
20:24:45,339  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-2723254107998448340.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/modify-index-permission_id.sql).
20:24:45,542  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-7719102818694119767.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoSchemaUpdate-3.2-AddFKIndexes-2.sql).
20:24:46,292  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-8855776813025272135.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.1/org.hibernate.dialect.MySQLInnoDBDialect/IPv6-patch.sql).
20:24:46,339  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-1500380810912407168.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/remove-VersionCount.sql).
20:24:46,354  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-6465261069085926483.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-Repo-seqs.sql).
20:24:46,370  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-720695331845752.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/fix-AVM-seqs.sql).
20:24:46,385  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-8863647635672053434.sql (Copied from classpath:alfresco/dbscripts/create/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-JBPM-Extra.sql).
20:24:46,401  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-87488269580794523.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.3/org.hibernate.dialect.MySQLInnoDBDialect/node-prop-serializable.sql).
20:24:46,401  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-45452363269689022.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/property-unique-ctx-value.sql).
20:24:46,448  INFO  [domain.schema.SchemaBootstrap] Executing database script C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-Update-5391484515009839564.sql (Copied from classpath:alfresco/dbscripts/upgrade/3.4/org.hibernate.dialect.MySQLInnoDBDialect/child-assoc-indexes.sql).
20:24:54,135  INFO  [domain.schema.SchemaBootstrap] All executed statements:  C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-All_Statements-5889027644131628958.sql.
20:24:57,870  INFO  [domain.schema.SchemaBootstrap] Normalized schema (pre-bootstrap)  dumped to file C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-8648222811746181034-Startup.xml.
20:24:57,870  INFO  [domain.schema.SchemaBootstrap] Normalized schema (post-bootstrap) dumped to file C:\Windows\TEMP\Alfresco\AlfrescoSchema-MySQLInnoDBDialect-509007029649161084.xml.
20:24:57,885  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
20:24:57,901  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
20:24:57,901  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
20:24:57,901  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
20:24:57,901  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
20:24:57,901  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/D:/Alfresco/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
20:24:57,964  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
20:25:01,057 User:System INFO  [patch.impl.MigrateAttrTenantsPatch] Processed 2 Tenant attrs in 0 secs
20:25:01,104 User:System INFO  [repo.tenant.MultiTAdminServiceImpl] Tenant enabled: hemisferio
20:25:01,135 User:System INFO  [repo.tenant.MultiTAdminServiceImpl] Tenant enabled: planeta
20:25:01,135 User:System INFO  [repo.tenant.MultiTAdminServiceImpl] Alfresco Multi-Tenant startup - 2 enabled tenants, 0 disabled tenants
20:25:01,135  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
20:25:01,151  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
20:25:01,151  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
20:25:01,151  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
20:25:01,151  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
20:25:01,151  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/D:/Alfresco/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
20:25:01,292  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
20:25:01,292  INFO  [management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
20:25:01,307  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/version.properties]
20:25:01,307  INFO  [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
20:25:01,307  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/domain/cache-strategies.properties]
20:25:01,307  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/module/org.alfresco.module.vti/context/vti.properties]
20:25:01,307  INFO  [alfresco.config.FixedPropertyPlaceholderConfigurer] Loading properties file from URL [file:/D:/Alfresco/tomcat/shared/classes/alfresco/extension/custom-vti.properties]
20:25:03,557  WARN  [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
20:25:03,729  INFO  [management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
20:25:08,104  INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: D:\Alfresco\alf_data
20:25:08,198  INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
20:25:08,307  WARN  [admin.patch.PatchExecuter] Patch description is not available: Patch[ id=patch.migrateAttrTenants, description=patch.migrateAttrTenants.description, fixesFromSchema=0, fixesToSchema=0, targetSchema=1]
20:25:08,495  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.thumbnailsAssocQName' (null).
20:25:08,495  WARN  [admin.patch.PatchExecuter] Patch description is not available: Patch[ id=patch.thumbnailsAssocQName, description=patch.thumbnailsAssocQName.description, fixesFromSchema=0, fixesToSchema=4004, targetSchema=4005]
20:25:08,495  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.fixNameCrcValues-2' (Fixes name CRC32 values to match UTF-8 encoding.).
20:25:09,495 User:System INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Commencing batch of 47369 entries
20:25:16,917  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 1000 entries out of 47369. 2% complete. Rate: 134 per second. 0 failures detected.
20:25:16,932  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 2000 entries out of 47369. 4% complete. Rate: 268 per second. 0 failures detected.
20:25:18,385  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 3000 entries out of 47369. 6% complete. Rate: 337 per second. 0 failures detected.
20:25:18,401  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 4000 entries out of 47369. 8% complete. Rate: 449 per second. 0 failures detected.
20:25:19,620  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 5000 entries out of 47369. 11% complete. Rate: 493 per second. 0 failures detected.
20:25:19,885  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 6000 entries out of 47369. 13% complete. Rate: 577 per second. 0 failures detected.
20:25:20,557  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 7000 entries out of 47369. 15% complete. Rate: 632 per second. 0 failures detected.
20:25:20,964  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 8000 entries out of 47369. 17% complete. Rate: 697 per second. 0 failures detected.
20:25:21,448  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 9000 entries out of 47369. 19% complete. Rate: 752 per second. 0 failures detected.
20:25:22,276  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 10000 entries out of 47369. 21% complete. Rate: 782 per second. 0 failures detected.
20:25:22,698  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 11000 entries out of 47369. 23% complete. Rate: 833 per second. 0 failures detected.
20:25:23,370  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 12000 entries out of 47369. 25% complete. Rate: 864 per second. 0 failures detected.
20:25:23,651  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 13000 entries out of 47369. 27% complete. Rate: 918 per second. 0 failures detected.
20:25:24,276  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 14000 entries out of 47369. 30% complete. Rate: 947 per second. 0 failures detected.
20:25:24,354  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 15000 entries out of 47369. 32% complete. Rate: 1009 per second. 0 failures detected.
20:25:25,245  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 16000 entries out of 47369. 34% complete. Rate: 1015 per second. 0 failures detected.
20:25:25,448  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 17000 entries out of 47369. 36% complete. Rate: 1065 per second. 0 failures detected.
20:25:26,260  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 18000 entries out of 47369. 38% complete. Rate: 1073 per second. 0 failures detected.
20:25:26,307  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 19000 entries out of 47369. 40% complete. Rate: 1130 per second. 0 failures detected.
20:25:27,214  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 20000 entries out of 47369. 42% complete. Rate: 1128 per second. 0 failures detected.
20:25:27,260  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 21000 entries out of 47369. 44% complete. Rate: 1182 per second. 0 failures detected.
20:25:27,823  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 22000 entries out of 47369. 46% complete. Rate: 1200 per second. 0 failures detected.
20:25:28,464  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 23000 entries out of 47369. 49% complete. Rate: 1212 per second. 0 failures detected.
20:25:28,760  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 24000 entries out of 47369. 51% complete. Rate: 1245 per second. 0 failures detected.
20:25:29,448  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 25000 entries out of 47369. 53% complete. Rate: 1252 per second. 0 failures detected.
20:25:29,526  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 26000 entries out of 47369. 55% complete. Rate: 1297 per second. 0 failures detected.
20:25:30,432  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 27000 entries out of 47369. 57% complete. Rate: 1289 per second. 0 failures detected.
20:25:30,917  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 28000 entries out of 47369. 59% complete. Rate: 1307 per second. 0 failures detected.
20:25:30,964  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 29000 entries out of 47369. 61% complete. Rate: 1350 per second. 0 failures detected.
20:25:31,635  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 30000 entries out of 47369. 63% complete. Rate: 1355 per second. 0 failures detected.
20:25:32,229  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 31000 entries out of 47369. 65% complete. Rate: 1363 per second. 0 failures detected.
20:25:32,448  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 32000 entries out of 47369. 68% complete. Rate: 1394 per second. 0 failures detected.
20:25:33,401  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 33000 entries out of 47369. 70% complete. Rate: 1380 per second. 0 failures detected.
20:25:33,542  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 34000 entries out of 47369. 72% complete. Rate: 1413 per second. 0 failures detected.
20:25:34,479  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 35000 entries out of 47369. 74% complete. Rate: 1400 per second. 0 failures detected.
20:25:34,526  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 36000 entries out of 47369. 76% complete. Rate: 1438 per second. 0 failures detected.
20:25:35,260  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 37000 entries out of 47369. 78% complete. Rate: 1436 per second. 0 failures detected.
20:25:35,729  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 38000 entries out of 47369. 80% complete. Rate: 1448 per second. 0 failures detected.
20:25:36,245  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 39000 entries out of 47369. 82% complete. Rate: 1457 per second. 0 failures detected.
20:25:36,854  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 40000 entries out of 47369. 84% complete. Rate: 1462 per second. 0 failures detected.
20:25:37,182  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 41000 entries out of 47369. 87% complete. Rate: 1480 per second. 0 failures detected.
20:25:38,089  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 42000 entries out of 47369. 89% complete. Rate: 1468 per second. 0 failures detected.
20:25:38,948  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 43000 entries out of 47369. 91% complete. Rate: 1459 per second. 0 failures detected.
20:25:38,964  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 44000 entries out of 47369. 93% complete. Rate: 1493 per second. 0 failures detected.
20:25:40,260  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 45000 entries out of 47369. 95% complete. Rate: 1462 per second. 0 failures detected.
20:25:40,604  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 46000 entries out of 47369. 97% complete. Rate: 1478 per second. 0 failures detected.
20:25:41,229  INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 47000 entries out of 47369. 99% complete. Rate: 1481 per second. 0 failures detected.
20:25:41,229 User:System INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Processed 47369 entries out of 47369. 100% complete. Rate: 1492 per second. 0 failures detected.
20:25:41,229 User:System INFO  [admin.patch.PatchExecuter] FixNameCrcValuesPatch: Completed batch of 47369 entries
20:25:41,479  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.personUsagePatch' (null).
20:25:41,479 User:System INFO  [patch.impl.PersonUsagePatch] Checking for people with missing 'cm:sizeCurrent' property …
20:25:41,635 User:System INFO  [patch.impl.PersonUsagePatch] … no people were missing the 'cm:sizeCurrent' property
20:25:41,635 Tenant:hemisferio User:System INFO  [patch.impl.PersonUsagePatch] Checking for people with missing 'cm:sizeCurrent' property …
20:25:41,714 Tenant:hemisferio User:System INFO  [patch.impl.PersonUsagePatch] … no people were missing the 'cm:sizeCurrent' property
20:25:41,714 Tenant:planeta User:System INFO  [patch.impl.PersonUsagePatch] Checking for people with missing 'cm:sizeCurrent' property …
20:25:41,870 Tenant:planeta User:System INFO  [patch.impl.PersonUsagePatch] … no people were missing the 'cm:sizeCurrent' property
20:25:41,870  WARN  [admin.patch.PatchExecuter] Patch description is not available: Patch[ id=patch.personUsagePatch, description=patch.personUsagePatch.description, fixesFromSchema=0, fixesToSchema=3004, targetSchema=3005]
20:25:41,885  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.redeployNominatedInvitationProcessWithPropsForShare' (null).
20:25:42,448  WARN  [admin.patch.PatchExecuter] Patch description is not available: Patch[ id=patch.redeployNominatedInvitationProcessWithPropsForShare, description=patch.redeployNominatedInvitationProcessWithPropsForShare.description, fixesFromSchema=0, fixesToSchema=4000, targetSchema=4001]
20:25:42,495  INFO  [admin.patch.PatchExecuter]    Applying patch 'patch.rendition.rendering_actions' (null).
20:25:42,604  ERROR [admin.patch.PatchExecuter] 04250015 org.alfresco.error.AlfrescoRuntimeException: 04250014 Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:361)
   at org.alfresco.repo.admin.patch.impl.GenericBootstrapPatch.applyInternal(GenericBootstrapPatch.java:121)
   at org.alfresco.repo.admin.patch.AbstractPatch$1$1.execute(AbstractPatch.java:415)
   at org.alfresco.repo.admin.patch.AbstractPatch$1$1.execute(AbstractPatch.java:409)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:253)
   at org.alfresco.repo.admin.patch.AbstractPatch$1.doWork(AbstractPatch.java:441)
   at org.alfresco.repo.admin.patch.AbstractPatch$1.doWork(AbstractPatch.java:405)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.admin.patch.AbstractPatch.apply(AbstractPatch.java:445)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyPatch(PatchServiceImpl.java:297)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.access$200(PatchServiceImpl.java:50)
   at org.alfresco.repo.admin.patch.PatchServiceImpl$2.execute(PatchServiceImpl.java:226)
   at org.alfresco.repo.admin.patch.PatchServiceImpl$2.execute(PatchServiceImpl.java:223)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyPatchAndDependencies(PatchServiceImpl.java:229)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyOutstandingPatches(PatchServiceImpl.java:163)
   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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
   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 $Proxy102.applyOutstandingPatches(Unknown Source)
   at org.alfresco.repo.admin.patch.PatchExecuter.applyOutstandingPatches(PatchExecuter.java:83)
   at org.alfresco.repo.admin.patch.PatchExecuter.onBootstrap(PatchExecuter.java:126)
   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)
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 15; column 16 due to error: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:194)
   at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:379)
   at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:217)
   at org.alfresco.repo.importer.ImporterBootstrap.doImport(ImporterBootstrap.java:475)
   at org.alfresco.repo.importer.ImporterBootstrap.access$000(ImporterBootstrap.java:70)
   at org.alfresco.repo.importer.ImporterBootstrap$1$1.execute(ImporterBootstrap.java:350)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.importer.ImporterBootstrap$1.doWork(ImporterBootstrap.java:354)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:357)
   … 63 more
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name
   at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
   at java.util.ResourceBundle.getObject(ResourceBundle.java:381)
   at java.util.ResourceBundle.getString(ResourceBundle.java:344)
   at org.alfresco.repo.importer.ImporterBootstrap$BootstrapBinding.getValue(ImporterBootstrap.java:636)
   at org.alfresco.repo.importer.ImporterComponent.bindPlaceHolder(ImporterComponent.java:296)
   at org.alfresco.repo.importer.ImporterComponent.access$900(ImporterComponent.java:84)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.bindValue(ImporterComponent.java:1047)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.bindProperties(ImporterComponent.java:992)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.access$2300(ImporterComponent.java:428)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter$CreateNewNodeImporterStrategy.importNode(ImporterComponent.java:1297)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.importNode(ImporterComponent.java:573)
   at org.alfresco.repo.importer.view.ViewParser.importNode(ViewParser.java:919)
   at org.alfresco.repo.importer.view.ViewParser.processEndType(ViewParser.java:883)
   at org.alfresco.repo.importer.view.ViewParser.processEndElement(ViewParser.java:863)
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:182)
   … 72 more

20:25:42,604  WARN  [admin.patch.PatchExecuter] Patch description is not available: Patch[ id=patch.rendition.rendering_actions, description=patch.rendition.rendering_actions.description, fixesFromSchema=0, fixesToSchema=4003, targetSchema=4004]
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.1-Allow-IPv6
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.personUsagePatch
RESULT:
null
null (for tenant: hemisferio)
null (for tenant: planeta)
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-Child-Assoc-QName-CRC
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.fixNameCrcValues-2
RESULT:
Fixed 47,369 name CRC32 values for UTF-8 encoding.  See file C:\Windows\TEMP\Alfresco\longLife_patches\FixNameCrcValuesPatch.log for details.
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-ContentTables2
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.redeployNominatedInvitationProcessWithPropsForShare
RESULT:
Re-deployed 1 workflows.
Re-deployed 1 workflows.  (for tenant: hemisferio)
Re-deployed 1 workflows.  (for tenant: planeta)
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Remove-VersionCount
RESULT:
Script completed
=====================================
20:25:42,714  ERROR [admin.patch.PatchExecuter]
=== Failed to apply patch         ===
ID: patch.rendition.rendering_actions
RESULT:
04250015 org.alfresco.error.AlfrescoRuntimeException: 04250014 Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:361)
   at org.alfresco.repo.admin.patch.impl.GenericBootstrapPatch.applyInternal(GenericBootstrapPatch.java:121)
   at org.alfresco.repo.admin.patch.AbstractPatch$1$1.execute(AbstractPatch.java:415)
   at org.alfresco.repo.admin.patch.AbstractPatch$1$1.execute(AbstractPatch.java:409)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:253)
   at org.alfresco.repo.admin.patch.AbstractPatch$1.doWork(AbstractPatch.java:441)
   at org.alfresco.repo.admin.patch.AbstractPatch$1.doWork(AbstractPatch.java:405)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.admin.patch.AbstractPatch.apply(AbstractPatch.java:445)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyPatch(PatchServiceImpl.java:297)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.access$200(PatchServiceImpl.java:50)
   at org.alfresco.repo.admin.patch.PatchServiceImpl$2.execute(PatchServiceImpl.java:226)
   at org.alfresco.repo.admin.patch.PatchServiceImpl$2.execute(PatchServiceImpl.java:223)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyPatchAndDependencies(PatchServiceImpl.java:229)
   at org.alfresco.repo.admin.patch.PatchServiceImpl.applyOutstandingPatches(PatchServiceImpl.java:163)
   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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
   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 $Proxy102.applyOutstandingPatches(Unknown Source)
   at org.alfresco.repo.admin.patch.PatchExecuter.applyOutstandingPatches(PatchExecuter.java:83)
   at org.alfresco.repo.admin.patch.PatchExecuter.onBootstrap(PatchExecuter.java:126)
   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)
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 15; column 16 due to error: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:194)
   at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:379)
   at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:217)
   at org.alfresco.repo.importer.ImporterBootstrap.doImport(ImporterBootstrap.java:475)
   at org.alfresco.repo.importer.ImporterBootstrap.access$000(ImporterBootstrap.java:70)
   at org.alfresco.repo.importer.ImporterBootstrap$1$1.execute(ImporterBootstrap.java:350)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.importer.ImporterBootstrap$1.doWork(ImporterBootstrap.java:354)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:357)
   … 63 more
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name
   at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
   at java.util.ResourceBundle.getObject(ResourceBundle.java:381)
   at java.util.ResourceBundle.getString(ResourceBundle.java:344)
   at org.alfresco.repo.importer.ImporterBootstrap$BootstrapBinding.getValue(ImporterBootstrap.java:636)
   at org.alfresco.repo.importer.ImporterComponent.bindPlaceHolder(ImporterComponent.java:296)
   at org.alfresco.repo.importer.ImporterComponent.access$900(ImporterComponent.java:84)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.bindValue(ImporterComponent.java:1047)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.bindProperties(ImporterComponent.java:992)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.access$2300(ImporterComponent.java:428)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter$CreateNewNodeImporterStrategy.importNode(ImporterComponent.java:1297)
   at org.alfresco.repo.importer.ImporterComponent$NodeImporter.importNode(ImporterComponent.java:573)
   at org.alfresco.repo.importer.view.ViewParser.importNode(ViewParser.java:919)
   at org.alfresco.repo.importer.view.ViewParser.processEndType(ViewParser.java:883)
   at org.alfresco.repo.importer.view.ViewParser.processEndElement(ViewParser.java:863)
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:182)
   … 72 more

=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.thumbnailsAssocQName
RESULT:
null
null (for tenant: hemisferio)
null (for tenant: planeta)
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-modify-index-permission_id
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-AVM-Seqs
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Fix-Repo-Seqs
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-child-assoc-indexes
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.4-property-unique-ctx-value
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-JBPM-Extra
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.3-Node-Prop-Serializable
RESULT:
Script completed
=====================================
20:25:42,714  INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.db-V3.2-AddFKIndexes-2
RESULT:
Script completed
=====================================
20:25:42,714  ERROR [web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 04250016 Not all patches could be applied
   at org.alfresco.repo.admin.patch.PatchExecuter.applyOutstandingPatches(PatchExecuter.java:118)
   at org.alfresco.repo.admin.patch.PatchExecuter.onBootstrap(PatchExecuter.java:126)
   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)
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
20:25:58,260  INFO  [extensions.webscripts.DeclarativeRegistry] Registered 305 Web Scripts (+0 failed), 315 URLs
20:25:58,260  INFO  [extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
20:25:58,260  INFO  [extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
20:25:58,729  INFO  [extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 2926.1013ms)
20:25:58,776  INFO  [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:25:58,854  INFO  [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
20:25:59,245  INFO  [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:25:59,245  INFO  [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
Exception in thread "Timer-0" java.lang.NullPointerException
   at org.slf4j.impl.Log4jLoggerAdapter.debug(Log4jLoggerAdapter.java:204)
   at org.quartz.utils.UpdateChecker.checkForUpdate(UpdateChecker.java:51)
   at org.quartz.utils.UpdateChecker.run(UpdateChecker.java:39)
   at java.util.TimerThread.mainLoop(Timer.java:512)
   at java.util.TimerThread.run(Timer.java:462)
20:25:59,651  INFO  [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:25:59,651  INFO  [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js

loftux
Star Contributor
Star Contributor
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 15; column 16 due to error: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name

You probably have different locale settings on your servers. The above error message is saying that it is missing a resource bundle.
If you set your JAVA_OPTS so that it includes -Duser.country=US -Duser.region=US -Duser.language=en
In that way it will use english when running the upgrade.

massanen
Champ in-the-making
Champ in-the-making
Which file should I include/modify these parameters??
(Anyway, country is Spain and the new version has to be in Spanish, so when I've installed Alfresco I selected Spanish as a language.)

loftux
Star Contributor
Star Contributor
If you have used the windows installer, it is probably in C:\Alfresco and one of the bat files. I'm not sure which one, since I never use windows.

loftux
Star Contributor
Star Contributor
If you do not find any JAVA_OPTS in any of the bat files, it may be that tomcat is installed as a service. There should be a tomcat service manager app (Tomcat6w), look in tomcat/bin.

Sorry that I cannot be more specific.

massanen
Champ in-the-making
Champ in-the-making
I guess you meant the file called setenv.bat (tomcat/bin), where its content is:
set JAVA_HOME=D:\Alfresco\java
set JAVA_OPTS=%JAVA_OPTS% 

Now the users are working, so I'm going to try to do what you said in 4 hours (if now it's 1PM, at 6PM). But I'm not sure if this will solve the problem, becuse I haven't modified any bat file in tomcat's bin folder in test environment. I'll tell you, of course  Smiley Happy

massanen
Champ in-the-making
Champ in-the-making
it doesn't work…

which other cause could be the following error:

Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 15; column 16 due to error: Can't find resource for bundle java.util.PropertyResourceBundle, key spaces.rendition.rendering_actions.name
  ?

thanks a lot…

loftux
Star Contributor
Star Contributor
Can you try to run the upgrade without the spanish language pack installed? That way it will complete the upgrade. You can then stop the server, add the language pack, and restart.

Or you can pull down this file, that probably has the missing property
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/config/alf...
Place it in tomcat/shared/classes/alfresco/messages.

I think the reason your bat file change isn't picked up is that tomcat is installed as a service, and you must use the tomcat6w.exe to manage those values-