cancel
Showing results for 
Search instead for 
Did you mean: 

[solved] 'Failed to find I18N message string key'

viola
Champ in-the-making
Champ in-the-making
hello!


I just understood why I got the error message "Failed to find I18N message string key" after adding something to a content model.

as this may be interesting to others, here's the reason:

don't put blank lines between the declarations in the webclient.properties!

I did it for structuring purposes - and it took me 2 hours to unterstand that *this* caused the error … Smiley Happy



best regards,
viola
4 REPLIES 4

alex--70
Champ in-the-making
Champ in-the-making
I have the same problem when i try to define the custom property in a "evaluator="node-type" tag, inside the file "web-client-config-custom.xml" file.
Have you done same work ?

Can you help me ?
Thank
Alessandro

taryn
Champ in-the-making
Champ in-the-making
I also found that spaces were the problem.

My webclient.properties file looked like this:

#Labels

#mx:LibraryContent
type=Type
keyword=Keyword

and when i changed to this, it worked fine:

#Labels
#mx:LibraryContent
type=Type
keyword=Keyword

Make sure the properties file is in the same folder as the web-client-config-custom file.

celineb
Champ in-the-making
Champ in-the-making
Hello

I have the same type of error when I start Alfresco:

WARN [web.app.ResourceBundle.Wrapper] failed to find I18N message key: workflow-desc for locale : fr_BE

I tried deleting all the empty spaces in the file webclient.properties, i put webclient.properties in the same folder as webclient-config-custom.xml, I tried to add key and value for workflow-desc in webclient.properties but I still the same error appears.

Does anybody have any idea to solve this problem?

Thank you

almer_bolatov
Champ in-the-making
Champ in-the-making
Hello

I have the same type of error when I start Alfresco:

WARN [web.app.ResourceBundle.Wrapper] failed to find I18N message key: workflow-desc for locale : fr_BE

I tried deleting all the empty spaces in the file webclient.properties, i put webclient.properties in the same folder as webclient-config-custom.xml, I tried to add key and value for workflow-desc in webclient.properties but I still the same error appears.

Does anybody have any idea to solve this problem?

Thank you

It's different in alfresco 3.3. I didn't find the answer, just put my webclient.properties file to <config>/alfresco/extension folder  Smiley Indifferent