Skip to content

Instantly share code, notes, and snippets.

@gilsondev
Created May 22, 2015 18:43
Show Gist options
  • Save gilsondev/312bd58cd34b6f708fd2 to your computer and use it in GitHub Desktop.
Save gilsondev/312bd58cd34b6f708fd2 to your computer and use it in GitHub Desktop.
Erro ao rodar o run-app
| Running Grails application
| Error 2015-05-22 15:41:33,823 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table cotacao drop constraint FK_ti5xoc89jvnfjbkbhbahdx9os if exists
| Error 2015-05-22 15:41:33,824 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - Table "COTACAO" not found; SQL statement:
alter table cotacao drop constraint FK_ti5xoc89jvnfjbkbhbahdx9os if exists [42102-176]
| Error 2015-05-22 15:41:33,825 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table cotacao drop constraint FK_m6sijb79k67i61378rh2frsep if exists
| Error 2015-05-22 15:41:33,825 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - Table "COTACAO" not found; SQL statement:
alter table cotacao drop constraint FK_m6sijb79k67i61378rh2frsep if exists [42102-176]
| Error 2015-05-22 15:41:33,826 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table cotacao drop constraint FK_7gy0iwnjx1hgqofpxyd4af5n6 if exists
| Error 2015-05-22 15:41:33,826 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - Table "COTACAO" not found; SQL statement:
alter table cotacao drop constraint FK_7gy0iwnjx1hgqofpxyd4af5n6 if exists [42102-176]
| Error 2015-05-22 15:41:33,826 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - HHH000389: Unsuccessful: alter table item drop constraint FK_sktsq2m5bmvbrycqfys62y7x5 if exists
| Error 2015-05-22 15:41:33,827 [localhost-startStop-1] ERROR hbm2ddl.SchemaExport - Table "ITEM" not found; SQL statement:
alter table item drop constraint FK_sktsq2m5bmvbrycqfys62y7x5 if exists [42102-176]
| Server running. Browse to http://localhost:8080/concot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment