[kepler-dev] [Bug 4782] New: configuration files do not load with non en_US locale

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Feb 9 11:00:38 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4782

           Summary: configuration files do not load with non en_US locale
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: crawl at sdsc.edu
         QAContact: kepler-dev at kepler-project.org


If the locale is not set to en_US, the configuration files do not load. I can
reproduce this on my mac by:

export LC_ALL=fi_FI
ant run-only

If modules.txt contains the kepler suite, the menu bar does not load; if it
contains wrp, then I get the following exception:

      [run] java.lang.NullPointerException
      [run]     at
org.kepler.configuration.ConfigurationManager.getProperty(ConfigurationManager.java:308)
      [run]     at
org.kepler.module.tagging.Initialize.addTagManagerMenuItem(Initialize.java:94)
      [run]     at
org.kepler.module.tagging.Initialize.initializeModule(Initialize.java:56)
      [run]     at org.kepler.Kepler._initializeModules(Kepler.java:460)
      [run]     at org.kepler.Kepler.initialize(Kepler.java:347)
      [run]     at org.kepler.Kepler.parseArgsAndRun(Kepler.java:233)
      [run]     at org.kepler.Kepler.main(Kepler.java:170)

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list