When you deploy RTGov (Run Time Governance) M4 into EAP 6.1 and perform a standalone server restart, the server may generate "Unsuccessful: alter table RTGOV_ACTIVITIES" error message.
No functional impact, however, the error messages may confuse the user.
Created attachment 731034[details]
server log file
Description of problem:
On standalone server startup - these errors are logged:
23:18:51,347 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITIES drop constraint FK693AE720E3DE5559
23:18:51,347 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITIES" not found; SQL statement:
23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITY_CONTEXT drop constraint FK7FFC19525A6A791D
23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITY_CONTEXT" not found; SQL statement:
23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITY_PROPERTIES drop constraint FK728366909BA1A17D
23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITY_PROPERTIES" not found; SQL statement:
Version-Release number of selected component (if applicable):
SOA 6.0.alpha1
How reproducible:
100%
Steps to Reproduce:
1. Install over EAP 6.1
2. Start the server
3.
Actual results:
The errors listed above.
Expected results:
No errors
Additional info:
See attched server log
Created attachment 731034 [details] server log file Description of problem: On standalone server startup - these errors are logged: 23:18:51,347 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITIES drop constraint FK693AE720E3DE5559 23:18:51,347 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITIES" not found; SQL statement: 23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITY_CONTEXT drop constraint FK7FFC19525A6A791D 23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITY_CONTEXT" not found; SQL statement: 23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) HHH000389: Unsuccessful: alter table RTGOV_ACTIVITY_PROPERTIES drop constraint FK728366909BA1A17D 23:18:51,348 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (pool-11-thread-1) Table "RTGOV_ACTIVITY_PROPERTIES" not found; SQL statement: Version-Release number of selected component (if applicable): SOA 6.0.alpha1 How reproducible: 100% Steps to Reproduce: 1. Install over EAP 6.1 2. Start the server 3. Actual results: The errors listed above. Expected results: No errors Additional info: See attched server log