03-25-2011 07:46 AM
08:36:22,284 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 02250000 Failed to perform ImageMagick transformation:
Execution result:
os: Windows 7
command: [./ImageMagick/bin/convert, C:\Users\XXX~1\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_6364639058770917388.gif[0], C:\Users\XXX~1\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_target_3213253993101127691.png]
succeeded: false
exit code: 1
out:
err: Cannot run program "./ImageMagick/bin/convert": CreateProcess error=2, The system cannot find the file specified
08:36:22,331 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
Execution result:
os: Windows 7
command: [./bin/pdf2swf, -V]
succeeded: false
exit code: 1
out:
err: Cannot run program "./bin/pdf2swf": CreateProcess error=2, The system cannot find the file specified
08:36:22,456 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
08:36:22,956 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
os: Windows 7
command: [soffice, -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager, -env:UserInstallation=file:///C:/Jboss/bin/alf_data/oouser, -nologo, -headless, -nofirststartwizard, -nocrashrep, -norestore]
succeeded: false
exit code: 2
out:
err: Cannot run program "soffice": CreateProcess error=2, The system cannot find the file specified
08:36:25,143 WARN [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
08:36:49,987 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery started: 365 transactions.
08:36:50,050 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 10 % complete.
08:36:50,050 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 20 % complete.
08:36:50,065 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 30 % complete.
08:36:50,065 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 40 % complete.
08:36:50,081 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 50 % complete.
08:36:50,097 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 60 % complete.
08:36:50,097 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 70 % complete.
08:36:50,112 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 80 % complete.
08:36:50,112 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 90 % complete.
08:36:50,128 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] 100 % complete.
08:37:51,081 INFO [org.alfresco.repo.node.index.FullIndexRecoveryComponent] Index recovery completed.
08:37:51,753 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\Jboss\bin\alf_data
08:37:51,768 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
08:37:51,784 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
08:37:51,800 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: 02250001 Ensure that the 'dir.root' property is pointing to the correct data location.
at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:332)
at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:68)
at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:180)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:321)
at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:247)
at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:184)
…
04-29-2011 04:53 AM
What are you seeing in your log file? What's the startup message.
After the patches run the "current repository descriptor" is updated. It is the patch process that is the important thing. If all patches run then that's O.K.
INFO [service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (2039) schema 2019 - Installed version 2.1.0 (482) schema 64
05-19-2011 02:15 AM
2011-05-18 10:45:30,406 INFO [STDOUT] 10:45:30,406 User:System INFO [admin.patch.PatchExecuter] Applying patch 'patch.authorityMigration' (Copies any old authorities from the user store to the spaces store.).
2011-05-18 10:45:43,324 INFO [STDOUT] 10:45:43,324 User:System ERROR [admin.patch.PatchExecuter] 04180001 org.alfresco.service.cmr.repository.DuplicateChildNodeNameException: Duplicate child name not allowed: name_of_the_file.txt
at org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl$12.doInHibernate(HibernateNodeDaoServiceImpl.java:2000)
at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:372)
at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:338)
at org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl.newChildAssoc(HibernateNodeDaoServiceImpl.java:1961)
at sun.reflect.GeneratedMethodAccessor474.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.alfresco.repo.transaction.TransactionalDaoInterceptor.invoke(TransactionalDaoInterceptor.java:68)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.alfresco.repo.domain.hibernate.DirtySessionMethodInterceptor.invoke(DirtySessionMethodInterceptor.java:381)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy63.newChildAssoc(Unknown Source)
…
05-19-2011 11:27 AM
05-31-2011 05:50 AM
06-02-2011 04:58 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.