Skip to content

Instantly share code, notes, and snippets.

@mariodavid
Created November 26, 2014 08:44
Show Gist options
  • Save mariodavid/828f810059d1fe69391f to your computer and use it in GitHub Desktop.
Save mariodavid/828f810059d1fe69391f to your computer and use it in GitHub Desktop.
sequence-entity stacktrace
| Error 2014-11-26 09:15:53,513 [localhost-startStop-1] ERROR liquibase - Change Set changelog-test-sequence-entity.groovy::1416989310726-2::mario (generated) failed. Error: Error executing SQL CREATE TABLE D_SEQUENCENUMBER (ID NUMBER(38,0) NOT NULL, VERSION NUMBER(38,0) NOT NULL, DEFINITION_id NUMBER(38,0) NOT NULL, sequence_group VARCHAR2(40), number NUMBER(38,0) NOT NULL, CONSTRAINT D_SEQUENCENUMPK PRIMARY KEY (ID)): ORA-00904: : ungültiger Bezeichner
Message: Error executing SQL CREATE TABLE D_SEQUENCENUMBER (ID NUMBER(38,0) NOT NULL, VERSION NUMBER(38,0) NOT NULL, DEFINITION_id NUMBER(38,0) NOT NULL, sequence_group VARCHAR2(40), number NUMBER(38,0) NOT NULL, CONSTRAINT D_SEQUENCENUMPK PRIMARY KEY (ID)): ORA-00904: : ungültiger Bezeichner
Line | Method
->> 62 | execute in liquibase.executor.jvm.JdbcExecutor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 104 | execute in ''
| 1091 | execute . . . . . in liquibase.database.AbstractDatabase
| 1075 | executeStatements in ''
| 317 | execute . . . . . in liquibase.changelog.ChangeSet
| 27 | visit in liquibase.changelog.visitor.UpdateVisitor
| 58 | run . . . . . . . in liquibase.changelog.ChangeLogIterator
| 114 | update in liquibase.Liquibase
| 117 | doCall . . . . . in grails.plugin.databasemigration.MigrationRunner$_runMigrations_closure2
| 109 | runMigrations in grails.plugin.databasemigration.MigrationRunner
| 76 | doCall . . . . . in grails.plugin.databasemigration.MigrationRunner$_autoRun_closure1
| 133 | executeInSession in grails.plugin.databasemigration.MigrationUtils
| 56 | autoRun . . . . . in grails.plugin.databasemigration.MigrationRunner
| 96 | doCall in DatabaseMigrationGrailsPlugin$_closure2
| 262 | run . . . . . . . in java.util.concurrent.FutureTask
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Caused by SQLSyntaxErrorException: ORA-00904: : ungültiger Bezeichner
->> 439 | processError in oracle.jdbc.driver.T4CTTIoer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 395 | processError in ''
| 802 | processError . . in oracle.jdbc.driver.T4C8Oall
| 436 | receive in oracle.jdbc.driver.T4CTTIfun
| 186 | doRPC . . . . . . in ''
| 521 | doOALL in oracle.jdbc.driver.T4C8Oall
| 194 | doOall8 . . . . . in oracle.jdbc.driver.T4CStatement
| 1000 | executeForRows in ''
| 1307 | doExecuteWithTimeout in oracle.jdbc.driver.OracleStatement
| 1882 | executeInternal in ''
| 1847 | execute . . . . . in ''
| 301 | execute in oracle.jdbc.driver.OracleStatementWrapper
| 92 | doInStatement . . in liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback
| 55 | execute in liquibase.executor.jvm.JdbcExecutor
| 104 | execute . . . . . in ''
| 1091 | execute in liquibase.database.AbstractDatabase
| 1075 | executeStatements in ''
| 317 | execute in liquibase.changelog.ChangeSet
| 27 | visit . . . . . . in liquibase.changelog.visitor.UpdateVisitor
| 58 | run in liquibase.changelog.ChangeLogIterator
| 114 | update . . . . . in liquibase.Liquibase
| 117 | doCall in grails.plugin.databasemigration.MigrationRunner$_runMigrations_closure2
| 109 | runMigrations . . in grails.plugin.databasemigration.MigrationRunner
| 76 | doCall in grails.plugin.databasemigration.MigrationRunner$_autoRun_closure1
| 133 | executeInSession in grails.plugin.databasemigration.MigrationUtils
| 56 | autoRun in grails.plugin.databasemigration.MigrationRunner
| 96 | doCall . . . . . in DatabaseMigrationGrailsPlugin$_closure2
| 262 | run in java.util.concurrent.FutureTask
| 1145 | runWorker . . . . in java.util.concurrent.ThreadPoolExecutor
| 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run . . . . . . . in java.lang.Thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment