messages_en_US.properties Not Found. - Fix

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

sailbert
Posts: 5
Joined: Fri Sep 21, 2007 7:54 pm
Location: coos bay, or

messages_en_US.properties Not Found. - Fix

Post by sailbert »

Once I fixed the error about emm_struts.log not being found I then got this error message in emm_struts.log

2007-09-21 15:23:17,483 WARN org.apache.struts.util.PropertyMessageResources - Resource messages_en_US.properties Not Found.

My system.
Ubuntu 7.04
Sun Java(6) 1.6.0
USA version

The file
/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/deploy/messages_en_US.properties does not exist.
or the file
/home/openemm/webapps/openemm/htdocs/WEB-INF/classes/messages_en_US.properties does not exist.

I think the fix is to copy the messages_en.priperties to the new name.
Copy messages.properties to messages_en_US.properties

Opps. The error Warning reappeared. I guess the missing file must be the one in /home/openemm/webapps/openemm/htdocs/WEB-INF/classes/
I had thought the Warning had vanished when I copied the file in the java directory.



This works since messages.properties is in English. I have no idea which file is referencing the java resource.

This fixed the Warning. I have not checked Sun Java 5 to see if this file is there.

I will update if the error does not reapear.