Consultor Eletrônico



Kbase P164425: Run configuration in European environment throws exception
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/22/2010
Status: Unverified

SYMPTOM(s):

Creating a specific Run Configuration using settings in the Culture tab causes an error occurs when selecting the run button.

Use OS locale options in the Culture tab of a Run Configuration.

-E parameter is set in the default startup.pf

Attribute abl.i18n.USE_EUROPEAN_FORMAT is not of type boolean.

FACT(s) (Environment):

Windows
OpenEdge 10.2B

CAUSE:

Bug# OE00197164

FIX:

To work around the issue you have three options,

1. Remove the -E parameter from the startup.pf and replace it with the appropriate values for -d, -numsep, and -numdec parameters and then recreate the launch configuration.

2. Manually edit the launch configuration to remove the offending parameter. They are stored as .xml files in <workspace>/.metadata\.plugins\org.eclipse.debug.core\.launches. You would need to do this for each launch configuration.

3. Turn on "use defaults" on the launch configuration culture tab and manually provide the appropriate startup parameters in either your own .pf file or in the "additional startup parameters" field of the launch configuration. You would need to do this for each launch configuration."