Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Description:
The same timer process could work on one machine but fails on another, reporting that the "start time" GV value given is not in the right format.
Symptoms:
The same timer process works on one machine but fails on another, reporting that the "start time" GV value given is not in the right format. The GV has a value resembling the following: "2004 Apr 28 20:35:11 EST". If changing the region -> format (drop down list) to "English (United States)" on the Windows machine where the timer process failed, it now works.
Cause:
JVM would use the machine locale when it starts up if no property is specified. Then the JVM would not be affected if the machine locale changed after the JVM is started. On the failed Windows machine, the "region -> format(drop down list)" is using "Chinease(RPC)". Changing to "English (United States)" and restart Designer to make it work.
Set the following property in the .tra files to resolve this issue.
Or:
java.extended.properties=-Duser.language=en