cancel
Showing results for 
Search instead for 
Did you mean: 

3.2 CE fails 'unknown value EXACT_LANGUAGE_AND_ALL'

norgan
Champ in-the-making
Champ in-the-making
Hi,
I just tried to set up Alfresco 3.2 tomcat bundle on OpenSuse 11.1

Softwarestack:
*  1.6 Openjdk  & 1.6_0_7 Sun Jdk
* mysql 5.0.67

I get following error, when alfresco.war is starting up :

Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.lang.String] to re
quired type [org.alfresco.repo.search.MLAnalysisMode] for property 'defaultMLIndexAnalysisMode'; nested exception is java.lan
g.IllegalArgumentException: Unsupported value: EXACT_LANGUAGE_AND_ALL
Caused by: java.lang.IllegalArgumentException: Unsupported value: EXACT_LANGUAGE_AND_ALL
        at sun.beans.editors.EnumEditor.setValue(EnumEditor.java:71)
        at sun.beans.editors.EnumEditor.setAsText(EnumEditor.java:101)
        at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:343)
        at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:319)
        at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192)
        at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
        at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireC
apableBeanFactory.java:1112)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableB
eanFactory.java:862)

Any idea ?
3 REPLIES 3

kbonnet
Champ in-the-making
Champ in-the-making
Did you already notice this post http://forums.alfresco.com/en/viewtopic.php?f=14&t=14548? Did you test with openjdk disabled?

Koen

norgan
Champ in-the-making
Champ in-the-making
Hmm …  Smiley Surprisedops: … I did start a search first, but … o well. Thanks for the tipp.

I have found, that the problem shows up with 1.6_0_5 & 1.6_0_7 sun jdk as well as with the opendjk. IT seems, that 1.5_0_19 is ok, Alfresco Tomcat starts up without errors in logfile. Only, with 1.5_0-19, I cannot get a page displayed so thats no workaround either 😞

I will keep testing.

kbonnet
Champ in-the-making
Champ in-the-making
I'm using Alf 3.2 (community) on CentOS 5,3 and with jdk 1.6.0_14-b08, without any problems.