locale.default in servoy.properties keeps changing by itself

I am running servoy vR2 2.2.2-build 334 on a linux host.

For some reason the locale.default setting in my servoy.properties keeps changing from locale.default=en,US, to locale.default=sq,AL, and i cant figure out why. I have tried changing it and restarting the server, and it will stay just fine but then a few days latter it will be back to sq,AL.

Does anybody have any idea why/how this is happening, and how to fix it so it stays?

–Ryan

Though i would add all the info from servoy-admin in case it is needed.

Server Information
Servoy version R2 2.2.2-build 334, repository version 27
Current time: Thu Aug 31 11:28:12 PDT 2006
Uptime: 19 hours 18 minutes 19 seconds

JDK Information
java.vm.name=Java HotSpot™ Server VM
java.vm.version=1.5.0_06-b05
java.vm.info=mixed mode
java.vm.vendor=Sun Microsystems Inc.

Operating System Information
os.name=Linux
os.version=2.6.15-26-server
os.arch=i386

Hi,

We are not able to reproduce this problem.
We do know that there is a possible related bug in java 1.5 which was fixed in java 1.5.0_07.
Please upgrade your jvm and check if the problem still appears.

We have the exact same problem, with Java 1.6_13
after a few days, the servoy property file is set to: locale.default=sq,AL

as soon as this happens, and we start Servoy developer (3.5.9) we get these errors:

org.apache.commons.dbcp.DbcpException: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified

after we set the locale.default back to: nl,NL by hand, the developer is connecting fine again…
anybody knows, why the property file is suddenly changed?? and what does sq,AL mean?