Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-2255

Creating VDBs in JBDS Teiid Designer give "Unparseable Date" exceptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.5.1, 8.6
    • 8.3, 8.4
    • Editors
    • None

    Description

      If a local for jvm is not English, user can not create a VDB in the Teiid Designer. The Designer keeps coming back with the exception:

      Unparseable date: "Mon Jun 23 16:43:40 CEST 2014"
      

      Additional info:
      In org.teiid.designer.vdb.Vdb.java, SimpleDateFormat is instantiated without setting a local at Line 308(tag 8.3.3). I think following code will solve this issue.

      SimpleDateFormat format = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy", java.util.Locale.ENGLISH);
      

      Attachments

        Activity

          People

            blafond Barry LaFond
            rhn-support-hfuruich Hisao Furuichi
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: