Created
May 22, 2015 18:43
-
-
Save gilsondev/312bd58cd34b6f708fd2 to your computer and use it in GitHub Desktop.
Erro ao rodar o run-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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