Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-14737

False Hibernate error messages when running on Oracle

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 5.13.0.1
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Bamboo run on Oracle spits this bunch of error messages:

      2014-06-21 10:26:57,566 INFO [localhost-startStop-1] [AbstractPoolBackedDataSource] Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@ff66bbc [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@61371f69 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 4wh4ru921h4hsrmkg9r1k|e9f0070, idleConnectionTestPeriod -> 100, initialPoolSize -> 0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 30, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 0, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@c30b04be [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 4wh4ru921h4hsrmkg9r1k|298f89c9, jdbcUrl -> jdbc:oracle:thin:@nc1-store-np-admin-db01.corp.apple.com:1777:infr2q, properties ->
      {user=******, password=******, SetBigStringTryClob=true}
      ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 4wh4ru921h4hsrmkg9r1k|68d5c08f, numHelperThreads -> 3 ]
      alter table AUTHOR add constraint author_author_name_key unique (AUTHOR_NAME)
      2014-06-21 10:27:20,885 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: alter table AUTHOR add constraint author_author_name_key unique (AUTHOR_NAME)
      2014-06-21 10:27:20,885 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-02261: such unique or primary key already exists in the table
      create index author_name_idx on AUTHOR (AUTHOR_NAME)
      2014-06-21 10:27:20,982 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: create index author_name_idx on AUTHOR (AUTHOR_NAME)
      2014-06-21 10:27:20,982 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-01408: such column list already indexed
      create index trust_apps_app_id_idx on TRUSTED_APPS (APP_ID)
      2014-06-21 10:27:21,071 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: create index trust_apps_app_id_idx on TRUSTED_APPS (APP_ID)
      2014-06-21 10:27:21,071 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-01408: such column list already indexed
      create index uuid_idx on AGENT_AUTHENTICATION (UUID)
      2014-06-21 10:27:21,162 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: create index uuid_idx on AGENT_AUTHENTICATION (UUID)
      2014-06-21 10:27:21,162 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-01408: such column list already indexed
      create index branch_commit_branch_id_idx on BRANCH_COMMIT_INFO (BRANCH_ID)
      2014-06-21 10:27:21,248 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: create index branch_commit_branch_id_idx on BRANCH_COMMIT_INFO (BRANCH_ID)
      2014-06-21 10:27:21,248 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-01408: such column list already indexed
      alter table BUILD add constraint full_key_unique unique (FULL_KEY)
      2014-06-21 10:27:21,331 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: alter table BUILD add constraint full_key_unique unique (FULL_KEY)
      2014-06-21 10:27:21,331 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-02261: such unique or primary key already exists in the table
      create index build_key_idx on BUILD (FULL_KEY)
      2014-06-21 10:27:21,429 ERROR [localhost-startStop-1] [SchemaUpdate] Unsuccessful: create index build_key_idx on BUILD (FULL_KEY)
      2014-06-21 10:27:21,429 ERROR [localhost-startStop-1] [SchemaUpdate] ORA-01408: such column list already indexed
      

      Attachments

        Activity

          People

            pbruski Przemek Bruski
            kbrazulewicz Krystian Brazulewicz
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: