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

Import DDL fails with error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 11.1.3
    • None
    • None
    • Hide

      Import..DDL (general)

      results in error:
      : "java.lang.NoClassDefFoundError: Could not initialize class org.modeshape.common.CommonI18n"

      When simple ddl import of:

      CREATE TABLE State
      (
      State_Code char(2) NOT NULL ,
      State_Name varchar(100) NULL ,
      PRIMARY KEY (State_Code ASC)
      )
      go

      Show
      Import..DDL (general) results in error: : "java.lang.NoClassDefFoundError: Could not initialize class org.modeshape.common.CommonI18n" When simple ddl import of: CREATE TABLE State ( State_Code char(2) NOT NULL , State_Name varchar(100) NULL , PRIMARY KEY (State_Code ASC) ) go

      Import DDL results in error:
      "java.lang.NoClassDefFoundError: Could not initialize class org.modeshape.common.CommonI18n"

            Unassigned Unassigned
            tljohnst@gmail.com thomas johnston (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: