cancel
Showing results for 
Search instead for 
Did you mean: 

Context Init failed on error creating bean extracter.OpenOff

schneika
Champ in-the-making
Champ in-the-making
After a fresh Alfresco V2.1.0r2-Installation with tomcat on OpenSuSE-V10.2 with mysql i get the following error:

12:29:16,561 WARN  [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
12:29:19,747 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'extracter.OpenOffice' defined in class path resource [alfresco/content-services-context.xml]: Invocation of init method failed; nested exception is java.lang.StackOverflowError
Caused by:
java.lang.StackOverflowError
   at org.alfresco.util.PropertyCheck.mandatory(PropertyCheck.java:48)
   at org.alfresco.repo.content.metadata.OpenOfficeMetadataExtracter.init(OpenOfficeMetadataExtracter.java:107)
   at org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter.register(AbstractMappingMetadataExtracter.java:432)
   at org.alfresco.repo.content.metadata.OpenOfficeMetadataExtracter.init(OpenOfficeMetadataExtracter.java:115)
   at org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter.register(AbstractMappingMetadataExtracter.java:432)
   at

What does it mean?  :?:
Tomcat is starting but no alfresco available.
1 REPLY 1

schneika
Champ in-the-making
Champ in-the-making
This error i get only with V2.1.0r2. (Linux-Tomcat with mysql)
A fresh V2.0-Installation or a V2.1.0r1 is ok. Only V2.1.0r2 (dev) has this error!