cancel
Showing results for 
Search instead for 
Did you mean: 

Unsupported value: EXACT_LANGUAGE_AND_ALL

alci
Champ in-the-making
Champ in-the-making
Hi,

trying to launch alfresco 3b, I get the following error :

Initialization of bean failed;
nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.lang.String] to required type [org.alfresco.repo.search.MLAnalysisMode] for property 'defaultMLIndexAnalysisMode';
nested exception is java.lang.IllegalArgumentException: Unsupported value: EXACT_LANGUAGE_AND_ALL

I am trying to deploy the war in a jetty server, and did not override any config except for repository and db locations.

Does anyone know where it could come from ?

Thanks in advance
Franck
4 REPLIES 4

alci
Champ in-the-making
Champ in-the-making
It turns out that the problem is caused by a dependance to sun specific classes.
So alfresco won't deploy with OpenJdk. Either a bug in openjdk, or a bug alfresco/spring using sun specific apis.

Replacing OpenJdk6 with Sun Jdk solves this problem for me.

lord_alan
Champ in-the-making
Champ in-the-making
Does anyone have a fix for this yet without having to replace the OpenJDK?

Thanks

Al

xtine
Champ in-the-making
Champ in-the-making
Has this been resolved yet?

luminary_becky
Champ in-the-making
Champ in-the-making
I'm guessing not as we've just experienced the same problem here. If we find a solution we'll let you guys know.