Project

General

Profile

« Previous | Next » 

Revision 27406c5e

Added by Cherian Mathew over 9 years ago

reset db

View differences:

eu.etaxonomy.taxeditor.remoting/src/test/resources/h2/cdmTest.trace.db
1
10-09 14:53:11 jdbc[3]: exception
1
10-09 16:14:18 jdbc[4]: exception
2 2
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
3 3
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
4
10-09 14:53:12 jdbc[5]: exception
4
10-09 16:14:21 jdbc[7]: exception
5 5
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
6 6
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
7
10-09 14:55:29 jdbc[8]: exception
7
10-09 16:14:38 jdbc[8]: null
8
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
9
	at org.h2.message.DbException.get(DbException.java:169)
10
	at org.h2.message.DbException.get(DbException.java:146)
11
	at org.h2.message.DbException.get(DbException.java:135)
12
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
13
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
14
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
15
	at org.h2.Driver.connect(Driver.java:72)
16
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
17
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
18
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
19
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
20
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
21
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
22
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
23
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
24
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
25
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
26
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
27
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
28
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
29
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
30
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
31
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
32
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
33
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
34
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
35
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
36
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
37
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
38
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
39
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
40
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
41
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
42
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
43
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
44
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
45
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
46
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
47
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
48
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
49
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
50
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
51
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
52
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
53
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
54
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
55
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
56
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
57
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
58
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
59
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
60
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
61
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
62
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
63
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
64
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
65
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
66
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
67
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
68
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
69
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
70
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
71
	... 60 more
72
10-09 16:14:38 jdbc[8]: null
73
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
74
	at org.h2.message.DbException.get(DbException.java:169)
75
	at org.h2.message.DbException.get(DbException.java:146)
76
	at org.h2.message.DbException.get(DbException.java:135)
77
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
78
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
79
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
80
	at org.h2.Driver.connect(Driver.java:72)
81
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
82
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
83
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
84
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
85
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
86
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
87
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
88
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
89
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
90
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
91
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
92
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
93
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
94
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
95
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
96
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
97
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
98
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
99
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
100
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
101
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
102
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
103
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
104
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
105
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
106
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
107
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
108
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
109
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
110
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
111
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
112
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
113
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
114
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
115
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
116
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
117
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
118
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
119
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
120
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
121
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
122
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
123
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
124
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
125
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
126
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
127
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
128
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
129
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
130
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
131
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
132
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
133
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
134
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
135
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
136
	... 60 more
137
10-09 16:14:38 jdbc[8]: null
138
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
139
	at org.h2.message.DbException.get(DbException.java:169)
140
	at org.h2.message.DbException.get(DbException.java:146)
141
	at org.h2.message.DbException.get(DbException.java:135)
142
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
143
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
144
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
145
	at org.h2.Driver.connect(Driver.java:72)
146
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
147
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
148
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
149
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
150
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
151
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
152
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
153
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
154
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
155
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
156
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
157
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
158
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
159
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
160
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
161
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
162
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
163
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
164
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
165
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
166
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
167
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
168
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
169
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
170
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
171
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
172
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
173
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
174
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
175
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
176
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
177
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
178
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
179
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
180
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
181
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
182
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
183
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
184
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
185
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
186
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
187
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
188
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
189
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
190
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
191
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
192
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
193
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
194
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
195
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
196
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
197
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
198
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
199
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
200
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
201
	... 60 more
202
10-09 16:14:38 jdbc[8]: null
203
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
204
	at org.h2.message.DbException.get(DbException.java:169)
205
	at org.h2.message.DbException.get(DbException.java:146)
206
	at org.h2.message.DbException.get(DbException.java:135)
207
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
208
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
209
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
210
	at org.h2.Driver.connect(Driver.java:72)
211
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
212
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
213
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
214
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
215
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
216
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
217
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
218
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
219
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
220
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
221
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
222
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
223
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
224
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
225
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
226
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
227
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
228
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
229
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
230
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
231
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
232
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
233
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
234
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
235
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
236
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
237
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
238
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
239
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
240
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
241
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
242
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
243
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
244
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
245
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
246
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
247
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
248
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
249
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
250
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
251
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
252
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
253
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
254
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
255
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
256
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
257
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
258
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
259
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
260
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
261
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
262
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
263
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
264
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
265
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
266
	... 60 more
267
10-09 16:14:38 jdbc[8]: null
268
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
269
	at org.h2.message.DbException.get(DbException.java:169)
270
	at org.h2.message.DbException.get(DbException.java:146)
271
	at org.h2.message.DbException.get(DbException.java:135)
272
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
273
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
274
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
275
	at org.h2.Driver.connect(Driver.java:72)
276
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
277
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
278
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
279
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
280
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
281
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
282
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
283
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
284
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
285
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
286
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
287
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
288
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
289
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
290
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
291
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
292
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
293
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
294
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
295
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
296
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
297
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
298
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
299
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
300
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
301
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
302
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
303
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
304
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
305
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
306
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
307
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
308
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
309
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
310
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
311
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
312
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
313
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
314
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
315
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
316
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
317
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
318
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
319
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
320
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
321
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
322
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
323
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
324
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
325
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
326
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
327
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
328
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
329
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
330
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
331
	... 60 more
332
10-09 16:14:38 jdbc[8]: null
333
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
334
	at org.h2.message.DbException.get(DbException.java:169)
335
	at org.h2.message.DbException.get(DbException.java:146)
336
	at org.h2.message.DbException.get(DbException.java:135)
337
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
338
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
339
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
340
	at org.h2.Driver.connect(Driver.java:72)
341
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
342
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
343
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
344
	at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
345
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
346
	at eu.etaxonomy.cdm.database.LocalH2.createDataSource(LocalH2.java:88)
347
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
348
	at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141)
349
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:242)
350
	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:117)
351
	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)
352
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
353
	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
354
	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77)
355
	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2276)
356
	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2272)
357
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1741)
358
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1781)
359
	at org.springframework.orm.hibernate4.LocalSessionFactoryBuilder.buildSessionFactory(LocalSessionFactoryBuilder.java:247)
360
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:373)
361
	at org.springframework.orm.hibernate4.LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:358)
362
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1547)
363
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1485)
364
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524)
365
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
366
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
367
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
368
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
369
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
370
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
371
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)
372
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)
373
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
374
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
375
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
376
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
377
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.createBean(MonitoredListableBeanFactory.java:106)
378
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
379
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
380
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
381
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
382
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
383
	at eu.etaxonomy.cdm.api.application.MonitoredListableBeanFactory.preInstantiateSingletons(MonitoredListableBeanFactory.java:70)
384
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
385
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.finishBeanFactoryInitialization(MonitoredGenericApplicationContext.java:74)
386
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
387
	at eu.etaxonomy.cdm.api.application.MonitoredGenericApplicationContext.refresh(MonitoredGenericApplicationContext.java:102)
388
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.setNewDataSource(CdmApplicationController.java:248)
389
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.<init>(CdmApplicationController.java:191)
390
	at eu.etaxonomy.cdm.api.application.CdmApplicationController.NewInstance(CdmApplicationController.java:141)
391
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.getApplicationController(CdmStoreConnector.java:154)
392
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:102)
393
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
394
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
395
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
396
	... 60 more
397
10-09 16:14:55 jdbc[2]: exception
398
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
399
alter table Address drop constraint FK1ED033D44FF2DB2C [42102-170]
400
10-09 16:14:55 jdbc[2]: exception
401
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
402
alter table Address drop constraint FK1ED033D4BC5DA539 [42102-170]
403
10-09 16:14:55 jdbc[2]: exception
404
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
405
alter table Address drop constraint FK1ED033D4CDD3C17E [42102-170]
406
10-09 16:14:55 jdbc[2]: exception
407
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
408
alter table Address drop constraint FK1ED033D4132A2FE8 [42102-170]
409
10-09 16:14:55 jdbc[2]: exception
410
org.h2.jdbc.JdbcSQLException: Table "ADDRESS_AUD" not found; SQL statement:
411
alter table Address_AUD drop constraint FK115657A534869AAE [42102-170]
412
10-09 16:14:55 jdbc[2]: exception
413
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
414
alter table AgentBase drop constraint FK1205D3564FF2DB2C [42102-170]
415
10-09 16:14:55 jdbc[2]: exception
416
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
417
alter table AgentBase drop constraint FK1205D356BC5DA539 [42102-170]
418
10-09 16:14:55 jdbc[2]: exception
419
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
420
alter table AgentBase drop constraint FK1205D356A830578 [42102-170]
421
10-09 16:14:55 jdbc[2]: exception
422
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AUD" not found; SQL statement:
423
alter table AgentBase_AUD drop constraint FK29CC662734869AAE [42102-170]
424
10-09 16:14:55 jdbc[2]: exception
425
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS" not found; SQL statement:
426
alter table AgentBase_Address drop constraint FK1EDFF7EB50751EC5 [42102-170]
427
10-09 16:14:55 jdbc[2]: exception
428
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS" not found; SQL statement:
429
alter table AgentBase_Address drop constraint FK1EDFF7EB86EFC5D4 [42102-170]
430
10-09 16:14:55 jdbc[2]: exception
431
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS_AUD" not found; SQL statement:
432
alter table AgentBase_Address_AUD drop constraint FK3D28383C34869AAE [42102-170]
433
10-09 16:14:55 jdbc[2]: exception
434
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE" not found; SQL statement:
435
alter table AgentBase_AgentBase drop constraint FK4D34EDADE9E535F9 [42102-170]
436
10-09 16:14:55 jdbc[2]: exception
437
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE" not found; SQL statement:
438
alter table AgentBase_AgentBase drop constraint FK4D34EDAD1C0E9907 [42102-170]
439
10-09 16:14:55 jdbc[2]: exception
440
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE_AUD" not found; SQL statement:
441
alter table AgentBase_AgentBase_AUD drop constraint FKA8A87CFE34869AAE [42102-170]
442
10-09 16:14:55 jdbc[2]: exception
443
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION" not found; SQL statement:
444
alter table AgentBase_Annotation drop constraint FK44D5F7D81E403E0B [42102-170]
445
10-09 16:14:55 jdbc[2]: exception
446
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION" not found; SQL statement:
447
alter table AgentBase_Annotation drop constraint FK44D5F7D886EFC5D4 [42102-170]
448
10-09 16:14:55 jdbc[2]: exception
449
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION_AUD" not found; SQL statement:
450
alter table AgentBase_Annotation_AUD drop constraint FK771279A934869AAE [42102-170]
451
10-09 16:14:55 jdbc[2]: exception
452
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT" not found; SQL statement:
453
alter table AgentBase_Credit drop constraint FK2636742232D1B9F [42102-170]
454
10-09 16:14:55 jdbc[2]: exception
455
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT" not found; SQL statement:
456
alter table AgentBase_Credit drop constraint FK2636742286EFC5D4 [42102-170]
457
10-09 16:14:55 jdbc[2]: exception
458
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT_AUD" not found; SQL statement:
459
alter table AgentBase_Credit_AUD drop constraint FK7FE7C0F334869AAE [42102-170]
460
10-09 16:14:55 jdbc[2]: exception
461
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE" not found; SQL statement:
462
alter table AgentBase_DefinedTermBase drop constraint FK6665C77DF116FEB0 [42102-170]
463
10-09 16:14:55 jdbc[2]: exception
464
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE" not found; SQL statement:
465
alter table AgentBase_DefinedTermBase drop constraint FK6665C77D8D9AB196 [42102-170]
466
10-09 16:14:55 jdbc[2]: exception
467
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE_AUD" not found; SQL statement:
468
alter table AgentBase_DefinedTermBase_AUD drop constraint FKA737EECE34869AAE [42102-170]
469
10-09 16:14:55 jdbc[2]: exception
470
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION" not found; SQL statement:
471
alter table AgentBase_Extension drop constraint FK8E1E5676927DE9DF [42102-170]
472
10-09 16:14:55 jdbc[2]: exception
473
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION" not found; SQL statement:
474
alter table AgentBase_Extension drop constraint FK8E1E567686EFC5D4 [42102-170]
475
10-09 16:14:55 jdbc[2]: exception
476
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION_AUD" not found; SQL statement:
477
alter table AgentBase_Extension_AUD drop constraint FK11AE594734869AAE [42102-170]
478
10-09 16:14:55 jdbc[2]: exception
479
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER" not found; SQL statement:
480
alter table AgentBase_Marker drop constraint FK365D5D63777265A1 [42102-170]
481
10-09 16:14:55 jdbc[2]: exception
482
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER" not found; SQL statement:
483
alter table AgentBase_Marker drop constraint FK365D5D6386EFC5D4 [42102-170]
484
10-09 16:14:55 jdbc[2]: exception
485
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER_AUD" not found; SQL statement:
486
alter table AgentBase_Marker_AUD drop constraint FKE40621B434869AAE [42102-170]
487
10-09 16:14:55 jdbc[2]: exception
488
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA" not found; SQL statement:
489
alter table AgentBase_Media drop constraint FKE8FC5D9BC2C29593 [42102-170]
490
10-09 16:14:55 jdbc[2]: exception
491
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA" not found; SQL statement:
492
alter table AgentBase_Media drop constraint FKE8FC5D9B86EFC5D4 [42102-170]
493
10-09 16:14:55 jdbc[2]: exception
494
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA_AUD" not found; SQL statement:
495
alter table AgentBase_Media_AUD drop constraint FK323A45EC34869AAE [42102-170]
496
10-09 16:14:55 jdbc[2]: exception
497
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
498
alter table AgentBase_OriginalSourceBase drop constraint FKB482C5E63A6735D9 [42102-170]
499
10-09 16:14:55 jdbc[2]: exception
500
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
501
alter table AgentBase_OriginalSourceBase drop constraint FKB482C5E686EFC5D4 [42102-170]
502
10-09 16:14:55 jdbc[2]: exception
503
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
504
alter table AgentBase_OriginalSourceBase_AUD drop constraint FK886D90B734869AAE [42102-170]
505
10-09 16:14:55 jdbc[2]: exception
506
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO" not found; SQL statement:
507
alter table AgentBase_RightsInfo drop constraint FK4FD6A3CEC13F7B21 [42102-170]
508
10-09 16:14:55 jdbc[2]: exception
509
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO" not found; SQL statement:
510
alter table AgentBase_RightsInfo drop constraint FK4FD6A3CE86EFC5D4 [42102-170]
511
10-09 16:14:55 jdbc[2]: exception
512
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO_AUD" not found; SQL statement:
513
alter table AgentBase_RightsInfo_AUD drop constraint FK79503A9F34869AAE [42102-170]
514
10-09 16:14:55 jdbc[2]: exception
515
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_EMAILADDRESSES" not found; SQL statement:
516
alter table AgentBase_contact_emailaddresses drop constraint FK4BD2B08E86EFC5D4 [42102-170]
517
10-09 16:14:55 jdbc[2]: exception
518
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_EMAILADDRESSES_AUD" not found; SQL statement:
519
alter table AgentBase_contact_emailaddresses_AUD drop constraint FKCAF7E75F34869AAE [42102-170]
520
10-09 16:14:55 jdbc[2]: exception
521
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_FAXNUMBERS" not found; SQL statement:
522
alter table AgentBase_contact_faxnumbers drop constraint FK52E1AD9586EFC5D4 [42102-170]
523
10-09 16:14:55 jdbc[2]: exception
524
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_FAXNUMBERS_AUD" not found; SQL statement:
525
alter table AgentBase_contact_faxnumbers_AUD drop constraint FK88A308E634869AAE [42102-170]
526
10-09 16:14:55 jdbc[2]: exception
527
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_PHONENUMBERS" not found; SQL statement:
528
alter table AgentBase_contact_phonenumbers drop constraint FKC171CC2486EFC5D4 [42102-170]
529
10-09 16:14:55 jdbc[2]: exception
530
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_PHONENUMBERS_AUD" not found; SQL statement:
531
alter table AgentBase_contact_phonenumbers_AUD drop constraint FKDDD347F534869AAE [42102-170]
532
10-09 16:14:55 jdbc[2]: exception
533
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_URLS" not found; SQL statement:
534
alter table AgentBase_contact_urls drop constraint FK9A9643EC86EFC5D4 [42102-170]
535
10-09 16:14:55 jdbc[2]: exception
536
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_URLS_AUD" not found; SQL statement:
537
alter table AgentBase_contact_urls_AUD drop constraint FK1CE69BBD34869AAE [42102-170]
538
10-09 16:14:55 jdbc[2]: exception
539
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
540
alter table Amplification drop constraint FK9DA6B4164FF2DB2C [42102-170]
541
10-09 16:14:55 jdbc[2]: exception
542
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
543
alter table Amplification drop constraint FK9DA6B416BC5DA539 [42102-170]
544
10-09 16:14:55 jdbc[2]: exception
545
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
546
alter table Amplification drop constraint FK9DA6B4163DA462D5 [42102-170]
547
10-09 16:14:55 jdbc[2]: exception
548
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
549
alter table Amplification drop constraint FK9DA6B416DEC4385F [42102-170]
550
10-09 16:14:55 jdbc[2]: exception
551
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
552
alter table Amplification drop constraint FK9DA6B4166D2CE418 [42102-170]
553
10-09 16:14:55 jdbc[2]: exception
554
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
555
alter table Amplification drop constraint FK9DA6B416E671A9DF [42102-170]
556
10-09 16:14:55 jdbc[2]: exception
557
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
558
alter table Amplification drop constraint FK9DA6B4163781DA30 [42102-170]
559
10-09 16:14:55 jdbc[2]: exception
560
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
561
alter table Amplification drop constraint FK9DA6B416825BDDD3 [42102-170]
562
10-09 16:14:55 jdbc[2]: exception
563
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
564
alter table Amplification drop constraint FK9DA6B416AFCA96F8 [42102-170]
565
10-09 16:14:55 jdbc[2]: exception
566
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
567
alter table Amplification drop constraint FK9DA6B4161600EAB3 [42102-170]
568
10-09 16:14:55 jdbc[2]: exception
569
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_AUD" not found; SQL statement:
570
alter table Amplification_AUD drop constraint FK448EE6E734869AAE [42102-170]
571
10-09 16:14:55 jdbc[2]: exception
572
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION" not found; SQL statement:
573
alter table Amplification_Annotation drop constraint FK6B251F181E403E0B [42102-170]
574
10-09 16:14:55 jdbc[2]: exception
575
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION" not found; SQL statement:
576
alter table Amplification_Annotation drop constraint FK6B251F18614CEB1F [42102-170]
577
10-09 16:14:55 jdbc[2]: exception
578
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION_AUD" not found; SQL statement:
579
alter table Amplification_Annotation_AUD drop constraint FK6FC00E934869AAE [42102-170]
580
10-09 16:14:55 jdbc[2]: exception
581
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER" not found; SQL statement:
582
alter table Amplification_Marker drop constraint FK46E224A3777265A1 [42102-170]
583
10-09 16:14:55 jdbc[2]: exception
584
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER" not found; SQL statement:
585
alter table Amplification_Marker drop constraint FK46E224A3614CEB1F [42102-170]
586
10-09 16:14:55 jdbc[2]: exception
587
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER_AUD" not found; SQL statement:
588
alter table Amplification_Marker_AUD drop constraint FKA5548F434869AAE [42102-170]
589
10-09 16:14:55 jdbc[2]: exception
590
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_SINGLEREAD" not found; SQL statement:
591
alter table Amplification_SingleRead drop constraint FKFE4921E7BBC12E3E [42102-170]
592
10-09 16:14:55 jdbc[2]: exception
593
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_SINGLEREAD" not found; SQL statement:
594
alter table Amplification_SingleRead drop constraint FKFE4921E7614CEB1F [42102-170]
595
10-09 16:14:55 jdbc[2]: exception
596
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_SINGLEREAD_AUD" not found; SQL statement:
597
alter table Amplification_SingleRead_AUD drop constraint FK8FB4043834869AAE [42102-170]
598
10-09 16:14:55 jdbc[2]: exception
599
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
600
alter table Annotation drop constraint FK1A21C74F4FF2DB2C [42102-170]
601
10-09 16:14:55 jdbc[2]: exception
602
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
603
alter table Annotation drop constraint FK1A21C74FBC5DA539 [42102-170]
604
10-09 16:14:55 jdbc[2]: exception
605
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
606
alter table Annotation drop constraint FK1A21C74FE8D36B00 [42102-170]
607
10-09 16:14:55 jdbc[2]: exception
608
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
609
alter table Annotation drop constraint FK1A21C74FDF299D00 [42102-170]
610
10-09 16:14:55 jdbc[2]: exception
611
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
612
alter table Annotation drop constraint FK1A21C74FE7692740 [42102-170]
613
10-09 16:14:55 jdbc[2]: exception
614
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_AUD" not found; SQL statement:
615
alter table Annotation_AUD drop constraint FK1A6BB5A034869AAE [42102-170]
616
10-09 16:14:55 jdbc[2]: exception
617
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION" not found; SQL statement:
618
alter table Annotation_Annotation drop constraint FKC99DFE3F1E403E0B [42102-170]
619
10-09 16:14:55 jdbc[2]: exception
620
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION" not found; SQL statement:
621
alter table Annotation_Annotation drop constraint FKC99DFE3F994CCE20 [42102-170]
622
10-09 16:14:55 jdbc[2]: exception
623
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION_AUD" not found; SQL statement:
624
alter table Annotation_Annotation_AUD drop constraint FKB212F49034869AAE [42102-170]
625
10-09 16:14:55 jdbc[2]: exception
626
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER" not found; SQL statement:
627
alter table Annotation_Marker drop constraint FKB17EAF4A777265A1 [42102-170]
628
10-09 16:14:55 jdbc[2]: exception
629
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER" not found; SQL statement:
630
alter table Annotation_Marker drop constraint FKB17EAF4A994CCE20 [42102-170]
631
10-09 16:14:55 jdbc[2]: exception
632
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER_AUD" not found; SQL statement:
633
alter table Annotation_Marker_AUD drop constraint FK68CE281B34869AAE [42102-170]
634
10-09 16:14:55 jdbc[2]: exception
635
org.h2.jdbc.JdbcSQLException: Table "CDM_VIEW" not found; SQL statement:
636
alter table CDM_VIEW drop constraint FKC5DE8EF84FF2DB2C [42102-170]
637
10-09 16:14:55 jdbc[2]: exception
638
org.h2.jdbc.JdbcSQLException: Table "CDM_VIEW" not found; SQL statement:
639
alter table CDM_VIEW drop constraint FKC5DE8EF88D0FB4DA [42102-170]
640
10-09 16:14:55 jdbc[2]: exception
641
org.h2.jdbc.JdbcSQLException: Table "CDM_VIEW_CDM_VIEW" not found; SQL statement:
642
alter table CDM_VIEW_CDM_VIEW drop constraint FK230A885F7208BB38 [42102-170]
643
10-09 16:14:55 jdbc[2]: exception
644
org.h2.jdbc.JdbcSQLException: Table "CDM_VIEW_CDM_VIEW" not found; SQL statement:
645
alter table CDM_VIEW_CDM_VIEW drop constraint FK230A885FC00D1213 [42102-170]
646
10-09 16:14:55 jdbc[2]: exception
8 647
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
9
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
648
alter table CdmMetaData drop constraint FK6EA78F7B4FF2DB2C [42102-170]
649
10-09 16:14:55 jdbc[2]: exception
650
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
651
alter table Classification drop constraint FKDB1100064FF2DB2C [42102-170]
652
10-09 16:14:55 jdbc[2]: exception
653
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
654
alter table Classification drop constraint FKDB110006BC5DA539 [42102-170]
655
10-09 16:14:55 jdbc[2]: exception
656
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
657
alter table Classification drop constraint FKDB11000677E2F09E [42102-170]
658
10-09 16:14:55 jdbc[2]: exception
659
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
660
alter table Classification drop constraint FKDB1100068D0FB4DA [42102-170]
661
10-09 16:14:55 jdbc[2]: exception
662
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
663
alter table Classification drop constraint FKDB110006D1E08681 [42102-170]
664
10-09 16:14:55 jdbc[2]: exception
665
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_AUD" not found; SQL statement:
666
alter table Classification_AUD drop constraint FKEB11BAD734869AAE [42102-170]
667
10-09 16:14:55 jdbc[2]: exception
668
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION" not found; SQL statement:
669
alter table Classification_Annotation drop constraint FKC978FD281E403E0B [42102-170]
670
10-09 16:14:55 jdbc[2]: exception
671
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION" not found; SQL statement:
672
alter table Classification_Annotation drop constraint FKC978FD2884A3CE1B [42102-170]
673
10-09 16:14:55 jdbc[2]: exception
674
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION_AUD" not found; SQL statement:
675
alter table Classification_Annotation_AUD drop constraint FK3D1256F934869AAE [42102-170]
676
10-09 16:14:55 jdbc[2]: exception
677
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT" not found; SQL statement:
678
alter table Classification_Credit drop constraint FK4950A17232D1B9F [42102-170]
679
10-09 16:14:55 jdbc[2]: exception
680
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT" not found; SQL statement:
681
alter table Classification_Credit drop constraint FK4950A17284A3CE1B [42102-170]
682
10-09 16:14:55 jdbc[2]: exception
683
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT_AUD" not found; SQL statement:
684
alter table Classification_Credit_AUD drop constraint FK48AC64334869AAE [42102-170]
685
10-09 16:14:55 jdbc[2]: exception
686
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION" not found; SQL statement:
687
alter table Classification_Extension drop constraint FK715D6726927DE9DF [42102-170]
688
10-09 16:14:55 jdbc[2]: exception
689
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION" not found; SQL statement:
690
alter table Classification_Extension drop constraint FK715D672684A3CE1B [42102-170]
691
10-09 16:14:55 jdbc[2]: exception
692
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION_AUD" not found; SQL statement:
693
alter table Classification_Extension_AUD drop constraint FK289591F734869AAE [42102-170]
694
10-09 16:14:55 jdbc[2]: exception
695
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER" not found; SQL statement:
696
alter table Classification_Marker drop constraint FK59778AB3777265A1 [42102-170]
697
10-09 16:14:55 jdbc[2]: exception
698
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER" not found; SQL statement:
699
alter table Classification_Marker drop constraint FK59778AB384A3CE1B [42102-170]
700
10-09 16:14:55 jdbc[2]: exception
701
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER_AUD" not found; SQL statement:
702
alter table Classification_Marker_AUD drop constraint FK68A9270434869AAE [42102-170]
703
10-09 16:14:55 jdbc[2]: exception
704
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE" not found; SQL statement:
705
alter table Classification_OriginalSourceBase drop constraint FK91B37B363A6735D9 [42102-170]
706
10-09 16:14:55 jdbc[2]: exception
707
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE" not found; SQL statement:
708
alter table Classification_OriginalSourceBase drop constraint FK91B37B3684A3CE1B [42102-170]
709
10-09 16:14:55 jdbc[2]: exception
710
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
711
alter table Classification_OriginalSourceBase_AUD drop constraint FK48A31E0734869AAE [42102-170]
712
10-09 16:14:55 jdbc[2]: exception
713
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO" not found; SQL statement:
714
alter table Classification_RightsInfo drop constraint FKD479A91EC13F7B21 [42102-170]
715
10-09 16:14:55 jdbc[2]: exception
716
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO" not found; SQL statement:
717
alter table Classification_RightsInfo drop constraint FKD479A91E84A3CE1B [42102-170]
718
10-09 16:14:55 jdbc[2]: exception
719
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO_AUD" not found; SQL statement:
720
alter table Classification_RightsInfo_AUD drop constraint FK3F5017EF34869AAE [42102-170]
721
10-09 16:14:55 jdbc[2]: exception
722
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
723
alter table Collection drop constraint FKF078ABE4FF2DB2C [42102-170]
724
10-09 16:14:55 jdbc[2]: exception
725
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
726
alter table Collection drop constraint FKF078ABEBC5DA539 [42102-170]
727
10-09 16:14:55 jdbc[2]: exception
728
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
729
alter table Collection drop constraint FKF078ABE16B9CA77 [42102-170]
730
10-09 16:14:55 jdbc[2]: exception
731
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
732
alter table Collection drop constraint FKF078ABECEB38EFF [42102-170]
733
10-09 16:14:55 jdbc[2]: exception
734
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_AUD" not found; SQL statement:
735
alter table Collection_AUD drop constraint FKD6D4298F34869AAE [42102-170]
736
10-09 16:14:55 jdbc[2]: exception
737
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION" not found; SQL statement:
738
alter table Collection_Annotation drop constraint FKEA970F701E403E0B [42102-170]
739
10-09 16:14:55 jdbc[2]: exception
740
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION" not found; SQL statement:
741
alter table Collection_Annotation drop constraint FKEA970F70EB62BE9A [42102-170]
742
10-09 16:14:55 jdbc[2]: exception
743
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION_AUD" not found; SQL statement:
744
alter table Collection_Annotation_AUD drop constraint FKA0CE054134869AAE [42102-170]
745
10-09 16:14:55 jdbc[2]: exception
746
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT" not found; SQL statement:
747
alter table Collection_Credit drop constraint FKE0A317BA32D1B9F [42102-170]
748
10-09 16:14:55 jdbc[2]: exception
749
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT" not found; SQL statement:
750
alter table Collection_Credit drop constraint FKE0A317BAEB62BE9A [42102-170]
751
10-09 16:14:55 jdbc[2]: exception
752
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT_AUD" not found; SQL statement:
753
alter table Collection_Credit_AUD drop constraint FK25A8D88B34869AAE [42102-170]
754
10-09 16:14:55 jdbc[2]: exception
755
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION" not found; SQL statement:
756
alter table Collection_Extension drop constraint FKF68FEBDE927DE9DF [42102-170]
757
10-09 16:14:55 jdbc[2]: exception
758
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION" not found; SQL statement:
759
alter table Collection_Extension drop constraint FKF68FEBDEEB62BE9A [42102-170]
760
10-09 16:14:55 jdbc[2]: exception
761
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION_AUD" not found; SQL statement:
762
alter table Collection_Extension_AUD drop constraint FK1306FAAF34869AAE [42102-170]
763
10-09 16:14:55 jdbc[2]: exception
764
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER" not found; SQL statement:
765
alter table Collection_Marker drop constraint FKF0CA00FB777265A1 [42102-170]
766
10-09 16:14:55 jdbc[2]: exception
767
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER" not found; SQL statement:
768
alter table Collection_Marker drop constraint FKF0CA00FBEB62BE9A [42102-170]
769
10-09 16:14:55 jdbc[2]: exception
770
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER_AUD" not found; SQL statement:
771
alter table Collection_Marker_AUD drop constraint FK89C7394C34869AAE [42102-170]
772
10-09 16:14:55 jdbc[2]: exception
773
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA" not found; SQL statement:
774
alter table Collection_Media drop constraint FK7320E703C2C29593 [42102-170]
775
10-09 16:14:55 jdbc[2]: exception
776
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA" not found; SQL statement:
777
alter table Collection_Media drop constraint FK7320E703EB62BE9A [42102-170]
778
10-09 16:14:55 jdbc[2]: exception
779
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA_AUD" not found; SQL statement:
780
alter table Collection_Media_AUD drop constraint FK9AABDB5434869AAE [42102-170]
781
10-09 16:14:55 jdbc[2]: exception
782
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE" not found; SQL statement:
783
alter table Collection_OriginalSourceBase drop constraint FK37DEC57E3A6735D9 [42102-170]
784
10-09 16:14:55 jdbc[2]: exception
785
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE" not found; SQL statement:
786
alter table Collection_OriginalSourceBase drop constraint FK37DEC57EEB62BE9A [42102-170]
787
10-09 16:14:55 jdbc[2]: exception
788
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
789
alter table Collection_OriginalSourceBase_AUD drop constraint FKF810044F34869AAE [42102-170]
790
10-09 16:14:55 jdbc[2]: exception
791
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO" not found; SQL statement:
792
alter table Collection_RightsInfo drop constraint FKF597BB66C13F7B21 [42102-170]
793
10-09 16:14:55 jdbc[2]: exception
794
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO" not found; SQL statement:
795
alter table Collection_RightsInfo drop constraint FKF597BB66EB62BE9A [42102-170]
796
10-09 16:14:55 jdbc[2]: exception
797
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO_AUD" not found; SQL statement:
798
alter table Collection_RightsInfo_AUD drop constraint FKA30BC63734869AAE [42102-170]
799
10-09 16:14:55 jdbc[2]: exception
800
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
801
alter table Credit drop constraint FK78CA97194FF2DB2C [42102-170]
802
10-09 16:14:55 jdbc[2]: exception
803
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
804
alter table Credit drop constraint FK78CA9719BC5DA539 [42102-170]
805
10-09 16:14:55 jdbc[2]: exception
806
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
807
alter table Credit drop constraint FK78CA9719E8D36B00 [42102-170]
808
10-09 16:14:55 jdbc[2]: exception
809
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
810
alter table Credit drop constraint FK78CA9719F7976FC5 [42102-170]
811
10-09 16:14:55 jdbc[2]: exception
812
org.h2.jdbc.JdbcSQLException: Table "CREDIT_AUD" not found; SQL statement:
813
alter table Credit_AUD drop constraint FK5533906A34869AAE [42102-170]
814
10-09 16:14:55 jdbc[2]: exception
815
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION" not found; SQL statement:
816
alter table Credit_Annotation drop constraint FKE8DA4C351E403E0B [42102-170]
817
10-09 16:14:55 jdbc[2]: exception
818
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION" not found; SQL statement:
819
alter table Credit_Annotation drop constraint FKE8DA4C354CF694E0 [42102-170]
820
10-09 16:14:55 jdbc[2]: exception
821
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION_AUD" not found; SQL statement:
822
alter table Credit_Annotation_AUD drop constraint FK1DEB578634869AAE [42102-170]
823
10-09 16:14:55 jdbc[2]: exception
824
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER" not found; SQL statement:
825
alter table Credit_Marker drop constraint FK10CC6840777265A1 [42102-170]
826
10-09 16:14:55 jdbc[2]: exception
827
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER" not found; SQL statement:
828
alter table Credit_Marker drop constraint FK10CC68404CF694E0 [42102-170]
829
10-09 16:14:55 jdbc[2]: exception
830
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER_AUD" not found; SQL statement:
831
alter table Credit_Marker_AUD drop constraint FK880A761134869AAE [42102-170]
832
10-09 16:14:55 jdbc[2]: exception
833
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
834
alter table DefinedTermBase drop constraint FK2E340A664FF2DB2C [42102-170]
835
10-09 16:14:55 jdbc[2]: exception
836
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
837
alter table DefinedTermBase drop constraint FK2E340A66BC5DA539 [42102-170]
838
10-09 16:14:55 jdbc[2]: exception
839
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
840
alter table DefinedTermBase drop constraint FK2E340A663B0DA0EF [42102-170]
841
10-09 16:14:55 jdbc[2]: exception
842
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
843
alter table DefinedTermBase drop constraint FK2E340A66D040DBF0 [42102-170]
844
10-09 16:14:55 jdbc[2]: exception
845
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
846
alter table DefinedTermBase drop constraint FK2E340A6647AF954C [42102-170]
847
10-09 16:14:55 jdbc[2]: exception
848
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
849
alter table DefinedTermBase drop constraint FK2E340A6624AF3F70 [42102-170]
850
10-09 16:14:55 jdbc[2]: exception
851
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
852
alter table DefinedTermBase drop constraint FK2E340A6636C6F6F6 [42102-170]
853
10-09 16:14:55 jdbc[2]: exception
854
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
855
alter table DefinedTermBase drop constraint FK2E340A66CC0240B6 [42102-170]
856
10-09 16:14:55 jdbc[2]: exception
857
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
858
alter table DefinedTermBase drop constraint FK2E340A6688206484 [42102-170]
859
10-09 16:14:55 jdbc[2]: exception
860
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_AUD" not found; SQL statement:
861
alter table DefinedTermBase_AUD drop constraint FK86E8953734869AAE [42102-170]
862
10-09 16:14:55 jdbc[2]: exception
863
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION" not found; SQL statement:
864
alter table DefinedTermBase_Annotation drop constraint FK589B6C81E403E0B [42102-170]
865
10-09 16:14:55 jdbc[2]: exception
866
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION" not found; SQL statement:
867
alter table DefinedTermBase_Annotation drop constraint FK589B6C8C0DB4934 [42102-170]
868
10-09 16:14:55 jdbc[2]: exception
869
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION_AUD" not found; SQL statement:
870
alter table DefinedTermBase_Annotation_AUD drop constraint FK28ED409934869AAE [42102-170]
871
10-09 16:14:55 jdbc[2]: exception
872
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT" not found; SQL statement:
873
alter table DefinedTermBase_Continent drop constraint FK45F60AFB9AEE7205 [42102-170]
874
10-09 16:14:55 jdbc[2]: exception
875
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT" not found; SQL statement:
876
alter table DefinedTermBase_Continent drop constraint FK45F60AFB901A60CE [42102-170]
877
10-09 16:14:55 jdbc[2]: exception
878
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT_AUD" not found; SQL statement:
879
alter table DefinedTermBase_Continent_AUD drop constraint FKF5DE434C34869AAE [42102-170]
880
10-09 16:14:55 jdbc[2]: exception
881
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY" not found; SQL statement:
882
alter table DefinedTermBase_Country drop constraint FKA2ADDA9D47CE41A0 [42102-170]
883
10-09 16:14:55 jdbc[2]: exception
884
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY" not found; SQL statement:
885
alter table DefinedTermBase_Country drop constraint FKA2ADDA9DCE5C0F9E [42102-170]
886
10-09 16:14:55 jdbc[2]: exception
887
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY_AUD" not found; SQL statement:
888
alter table DefinedTermBase_Country_AUD drop constraint FK8D0171EE34869AAE [42102-170]
889
10-09 16:14:55 jdbc[2]: exception
890
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT" not found; SQL statement:
891
alter table DefinedTermBase_Credit drop constraint FK78FF2B1232D1B9F [42102-170]
892
10-09 16:14:55 jdbc[2]: exception
893
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT" not found; SQL statement:
894
alter table DefinedTermBase_Credit drop constraint FK78FF2B12C0DB4934 [42102-170]
895
10-09 16:14:55 jdbc[2]: exception
896
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT_AUD" not found; SQL statement:
897
alter table DefinedTermBase_Credit_AUD drop constraint FK409B7FE334869AAE [42102-170]
898
10-09 16:14:55 jdbc[2]: exception
899
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_EXTENSION" not found; SQL statement:
900
alter table DefinedTermBase_Extension drop constraint FK397EF986927DE9DF [42102-170]
901
10-09 16:14:55 jdbc[2]: exception
902
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_EXTENSION" not found; SQL statement:
903
alter table DefinedTermBase_Extension drop constraint FK397EF986C0DB4934 [42102-170]
904
10-09 16:14:55 jdbc[2]: exception
905
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_EXTENSION_AUD" not found; SQL statement:
906
alter table DefinedTermBase_Extension_AUD drop constraint FK6E6F45734869AAE [42102-170]
907
10-09 16:14:55 jdbc[2]: exception
908
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MARKER" not found; SQL statement:
909
alter table DefinedTermBase_Marker drop constraint FK89261453777265A1 [42102-170]
910
10-09 16:14:55 jdbc[2]: exception
911
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MARKER" not found; SQL statement:
912
alter table DefinedTermBase_Marker drop constraint FK89261453C0DB4934 [42102-170]
913
10-09 16:14:55 jdbc[2]: exception
914
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MARKER_AUD" not found; SQL statement:
915
alter table DefinedTermBase_Marker_AUD drop constraint FKA4B9E0A434869AAE [42102-170]
916
10-09 16:14:55 jdbc[2]: exception
917
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEASUREMENTUNIT" not found; SQL statement:
918
alter table DefinedTermBase_MeasurementUnit drop constraint FKE9D17767F3BB39BD [42102-170]
919
10-09 16:14:55 jdbc[2]: exception
920
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEASUREMENTUNIT" not found; SQL statement:
921
alter table DefinedTermBase_MeasurementUnit drop constraint FKE9D17767D0BDAE9B [42102-170]
922
10-09 16:14:55 jdbc[2]: exception
923
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEASUREMENTUNIT_AUD" not found; SQL statement:
924
alter table DefinedTermBase_MeasurementUnit_AUD drop constraint FK2C1599B834869AAE [42102-170]
925
10-09 16:14:55 jdbc[2]: exception
926
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEDIA" not found; SQL statement:
927
alter table DefinedTermBase_Media drop constraint FK6FC908ABC2C29593 [42102-170]
928
10-09 16:14:55 jdbc[2]: exception
929
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEDIA" not found; SQL statement:
930
alter table DefinedTermBase_Media drop constraint FK6FC908ABC0DB4934 [42102-170]
931
10-09 16:14:55 jdbc[2]: exception
932
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_MEDIA_AUD" not found; SQL statement:
933
alter table DefinedTermBase_Media_AUD drop constraint FKDD9AE8FC34869AAE [42102-170]
934
10-09 16:14:55 jdbc[2]: exception
935
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ORIGINALSOURCEBASE" not found; SQL statement:
936
alter table DefinedTermBase_OriginalSourceBase drop constraint FKDCC094D63A6735D9 [42102-170]
937
10-09 16:14:55 jdbc[2]: exception
938
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ORIGINALSOURCEBASE" not found; SQL statement:
939
alter table DefinedTermBase_OriginalSourceBase drop constraint FKDCC094D6C0DB4934 [42102-170]
940
10-09 16:14:55 jdbc[2]: exception
941
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
942
alter table DefinedTermBase_OriginalSourceBase_AUD drop constraint FKAE4A67A734869AAE [42102-170]
943
10-09 16:14:55 jdbc[2]: exception
944
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RECOMMENDEDMODIFIERENUMERATION" not found; SQL statement:
945
alter table DefinedTermBase_RecommendedModifierEnumeration drop constraint FKA72FB5AE5255EAFD [42102-170]
946
10-09 16:14:55 jdbc[2]: exception
947
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RECOMMENDEDMODIFIERENUMERATION" not found; SQL statement:
948
alter table DefinedTermBase_RecommendedModifierEnumeration drop constraint FKA72FB5AED0BDAE9B [42102-170]
949
10-09 16:14:55 jdbc[2]: exception
950
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RECOMMENDEDMODIFIERENUMERATION_AUD" not found; SQL statement:
951
alter table DefinedTermBase_RecommendedModifierEnumeration_AUD drop constraint FK780D5C7F34869AAE [42102-170]
952
10-09 16:14:55 jdbc[2]: exception
953
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_REPRESENTATION" not found; SQL statement:
954
alter table DefinedTermBase_Representation drop constraint FKAAC8AFE6B31C4747 [42102-170]
955
10-09 16:14:55 jdbc[2]: exception
956
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_REPRESENTATION" not found; SQL statement:
957
alter table DefinedTermBase_Representation drop constraint FKAAC8AFE6C0DB4934 [42102-170]
958
10-09 16:14:55 jdbc[2]: exception
959
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_REPRESENTATION_AUD" not found; SQL statement:
960
alter table DefinedTermBase_Representation_AUD drop constraint FKB5AE7AB734869AAE [42102-170]
961
10-09 16:14:55 jdbc[2]: exception
962
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RIGHTSINFO" not found; SQL statement:
963
alter table DefinedTermBase_RightsInfo drop constraint FK108A62BEC13F7B21 [42102-170]
964
10-09 16:14:55 jdbc[2]: exception
965
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RIGHTSINFO" not found; SQL statement:
966
alter table DefinedTermBase_RightsInfo drop constraint FK108A62BEC0DB4934 [42102-170]
967
10-09 16:14:55 jdbc[2]: exception
968
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_RIGHTSINFO_AUD" not found; SQL statement:
969
alter table DefinedTermBase_RightsInfo_AUD drop constraint FK2B2B018F34869AAE [42102-170]
970
10-09 16:14:55 jdbc[2]: exception
971
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_STATISTICALMEASURE" not found; SQL statement:
972
alter table DefinedTermBase_StatisticalMeasure drop constraint FK6FF15DFCC9CD5B57 [42102-170]
973
10-09 16:14:55 jdbc[2]: exception
974
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_STATISTICALMEASURE" not found; SQL statement:
975
alter table DefinedTermBase_StatisticalMeasure drop constraint FK6FF15DFCD0BDAE9B [42102-170]
976
10-09 16:14:55 jdbc[2]: exception
977
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_STATISTICALMEASURE_AUD" not found; SQL statement:
978
alter table DefinedTermBase_StatisticalMeasure_AUD drop constraint FK3C062DCD34869AAE [42102-170]
979
10-09 16:14:55 jdbc[2]: exception
980
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_SUPPORTEDCATEGORICALENUMERATION" not found; SQL statement:
981
alter table DefinedTermBase_SupportedCategoricalEnumeration drop constraint FK2170B25C5AF2C74 [42102-170]
982
10-09 16:14:55 jdbc[2]: exception
983
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_SUPPORTEDCATEGORICALENUMERATION" not found; SQL statement:
984
alter table DefinedTermBase_SupportedCategoricalEnumeration drop constraint FK2170B25CD0BDAE9B [42102-170]
985
10-09 16:14:55 jdbc[2]: exception
986
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_SUPPORTEDCATEGORICALENUMERATION_AUD" not found; SQL statement:
987
alter table DefinedTermBase_SupportedCategoricalEnumeration_AUD drop constraint FKBB04522D34869AAE [42102-170]
988
10-09 16:14:55 jdbc[2]: exception
989
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT" not found; SQL statement:
990
alter table DerivationEvent drop constraint FK426BC034FF2DB2C [42102-170]
991
10-09 16:14:55 jdbc[2]: exception
992
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT" not found; SQL statement:
993
alter table DerivationEvent drop constraint FK426BC03BC5DA539 [42102-170]
994
10-09 16:14:55 jdbc[2]: exception
995
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT" not found; SQL statement:
996
alter table DerivationEvent drop constraint FK426BC033DA462D5 [42102-170]
997
10-09 16:14:55 jdbc[2]: exception
998
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT" not found; SQL statement:
999
alter table DerivationEvent drop constraint FK426BC038524B89D [42102-170]
1000
10-09 16:14:55 jdbc[2]: exception
1001
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_AUD" not found; SQL statement:
1002
alter table DerivationEvent_AUD drop constraint FKDABF305434869AAE [42102-170]
1003
10-09 16:14:55 jdbc[2]: exception
1004
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_ANNOTATION" not found; SQL statement:
1005
alter table DerivationEvent_Annotation drop constraint FKEFA0D10B1E403E0B [42102-170]
1006
10-09 16:14:55 jdbc[2]: exception
1007
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_ANNOTATION" not found; SQL statement:
1008
alter table DerivationEvent_Annotation drop constraint FKEFA0D10B4AAB411A [42102-170]
1009
10-09 16:14:55 jdbc[2]: exception
1010
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_ANNOTATION_AUD" not found; SQL statement:
1011
alter table DerivationEvent_Annotation_AUD drop constraint FKA197815C34869AAE [42102-170]
1012
10-09 16:14:55 jdbc[2]: exception
1013
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_MARKER" not found; SQL statement:
1014
alter table DerivationEvent_Marker drop constraint FKE412C816777265A1 [42102-170]
1015
10-09 16:14:55 jdbc[2]: exception
1016
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_MARKER" not found; SQL statement:
1017
alter table DerivationEvent_Marker drop constraint FKE412C8164AAB411A [42102-170]
1018
10-09 16:14:55 jdbc[2]: exception
1019
org.h2.jdbc.JdbcSQLException: Table "DERIVATIONEVENT_MARKER_AUD" not found; SQL statement:
1020
alter table DerivationEvent_Marker_AUD drop constraint FK8ED0FAE734869AAE [42102-170]
1021
10-09 16:14:55 jdbc[2]: exception
1022
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE" not found; SQL statement:
1023
alter table DescriptionBase drop constraint FKFF4D58CD4FF2DB2C [42102-170]
1024
10-09 16:14:55 jdbc[2]: exception
1025
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE" not found; SQL statement:
1026
alter table DescriptionBase drop constraint FKFF4D58CDBC5DA539 [42102-170]
1027
10-09 16:14:55 jdbc[2]: exception
1028
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE" not found; SQL statement:
1029
alter table DescriptionBase drop constraint FKFF4D58CDB56856A4 [42102-170]
1030
10-09 16:14:55 jdbc[2]: exception
1031
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE" not found; SQL statement:
1032
alter table DescriptionBase drop constraint FKFF4D58CDDE9A3E39 [42102-170]
1033
10-09 16:14:55 jdbc[2]: exception
1034
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE" not found; SQL statement:
1035
alter table DescriptionBase drop constraint FKFF4D58CDDA935185 [42102-170]
1036
10-09 16:14:55 jdbc[2]: exception
1037
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_AUD" not found; SQL statement:
1038
alter table DescriptionBase_AUD drop constraint FK7456581E34869AAE [42102-170]
1039
10-09 16:14:55 jdbc[2]: exception
1040
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ANNOTATION" not found; SQL statement:
1041
alter table DescriptionBase_Annotation drop constraint FKF3AD32011E403E0B [42102-170]
1042
10-09 16:14:55 jdbc[2]: exception
1043
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ANNOTATION" not found; SQL statement:
1044
alter table DescriptionBase_Annotation drop constraint FKF3AD3201F1DDBFAB [42102-170]
1045
10-09 16:14:55 jdbc[2]: exception
1046
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ANNOTATION_AUD" not found; SQL statement:
1047
alter table DescriptionBase_Annotation_AUD drop constraint FK15FE775234869AAE [42102-170]
1048
10-09 16:14:55 jdbc[2]: exception
1049
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_CREDIT" not found; SQL statement:
1050
alter table DescriptionBase_Credit drop constraint FK510B2ACB32D1B9F [42102-170]
1051
10-09 16:14:55 jdbc[2]: exception
1052
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_CREDIT" not found; SQL statement:
1053
alter table DescriptionBase_Credit drop constraint FK510B2ACBF1DDBFAB [42102-170]
1054
10-09 16:14:55 jdbc[2]: exception
1055
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_CREDIT_AUD" not found; SQL statement:
1056
alter table DescriptionBase_Credit_AUD drop constraint FK2EBEFB1C34869AAE [42102-170]
1057
10-09 16:14:55 jdbc[2]: exception
1058
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_EXTENSION" not found; SQL statement:
1059
alter table DescriptionBase_Extension drop constraint FKD5D2B32D927DE9DF [42102-170]
1060
10-09 16:14:55 jdbc[2]: exception
1061
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_EXTENSION" not found; SQL statement:
1062
alter table DescriptionBase_Extension drop constraint FKD5D2B32DF1DDBFAB [42102-170]
1063
10-09 16:14:55 jdbc[2]: exception
1064
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_EXTENSION_AUD" not found; SQL statement:
1065
alter table DescriptionBase_Extension_AUD drop constraint FK79E7827E34869AAE [42102-170]
1066
10-09 16:14:55 jdbc[2]: exception
1067
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_GEOSCOPE" not found; SQL statement:
1068
alter table DescriptionBase_GeoScope drop constraint FK3ADD7CD586D04E74 [42102-170]
1069
10-09 16:14:55 jdbc[2]: exception
1070
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_GEOSCOPE" not found; SQL statement:
1071
alter table DescriptionBase_GeoScope drop constraint FK3ADD7CD5D86445CE [42102-170]
1072
10-09 16:14:55 jdbc[2]: exception
1073
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_GEOSCOPE_AUD" not found; SQL statement:
1074
alter table DescriptionBase_GeoScope_AUD drop constraint FK63A5382634869AAE [42102-170]
1075
10-09 16:14:55 jdbc[2]: exception
1076
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_MARKER" not found; SQL statement:
1077
alter table DescriptionBase_Marker drop constraint FK6132140C777265A1 [42102-170]
1078
10-09 16:14:55 jdbc[2]: exception
1079
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_MARKER" not found; SQL statement:
1080
alter table DescriptionBase_Marker drop constraint FK6132140CF1DDBFAB [42102-170]
1081
10-09 16:14:55 jdbc[2]: exception
1082
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_MARKER_AUD" not found; SQL statement:
1083
alter table DescriptionBase_Marker_AUD drop constraint FK92DD5BDD34869AAE [42102-170]
1084
10-09 16:14:55 jdbc[2]: exception
1085
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ORIGINALSOURCEBASE" not found; SQL statement:
1086
alter table DescriptionBase_OriginalSourceBase drop constraint FKDC75C70F3A6735D9 [42102-170]
1087
10-09 16:14:55 jdbc[2]: exception
1088
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ORIGINALSOURCEBASE" not found; SQL statement:
1089
alter table DescriptionBase_OriginalSourceBase drop constraint FKDC75C70FF1DDBFAB [42102-170]
1090
10-09 16:14:55 jdbc[2]: exception
1091
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
1092
alter table DescriptionBase_OriginalSourceBase_AUD drop constraint FK8F39D56034869AAE [42102-170]
1093
10-09 16:14:55 jdbc[2]: exception
1094
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_REFERENCE" not found; SQL statement:
1095
alter table DescriptionBase_Reference drop constraint FKC330D6395C601E49 [42102-170]
1096
10-09 16:14:55 jdbc[2]: exception
1097
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_REFERENCE" not found; SQL statement:
1098
alter table DescriptionBase_Reference drop constraint FKC330D639F1DDBFAB [42102-170]
1099
10-09 16:14:55 jdbc[2]: exception
1100
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_REFERENCE_AUD" not found; SQL statement:
1101
alter table DescriptionBase_Reference_AUD drop constraint FK76253F8A34869AAE [42102-170]
1102
10-09 16:14:55 jdbc[2]: exception
1103
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_RIGHTSINFO" not found; SQL statement:
1104
alter table DescriptionBase_RightsInfo drop constraint FKFEADDDF7C13F7B21 [42102-170]
1105
10-09 16:14:55 jdbc[2]: exception
1106
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_RIGHTSINFO" not found; SQL statement:
1107
alter table DescriptionBase_RightsInfo drop constraint FKFEADDDF7F1DDBFAB [42102-170]
1108
10-09 16:14:55 jdbc[2]: exception
1109
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_RIGHTSINFO_AUD" not found; SQL statement:
1110
alter table DescriptionBase_RightsInfo_AUD drop constraint FK183C384834869AAE [42102-170]
1111
10-09 16:14:55 jdbc[2]: exception
1112
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_SCOPE" not found; SQL statement:
1113
alter table DescriptionBase_Scope drop constraint FKB9257C4294E290CA [42102-170]
1114
10-09 16:14:55 jdbc[2]: exception
1115
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_SCOPE" not found; SQL statement:
1116
alter table DescriptionBase_Scope drop constraint FKB9257C42D86445CE [42102-170]
1117
10-09 16:14:55 jdbc[2]: exception
1118
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONBASE_SCOPE_AUD" not found; SQL statement:
1119
alter table DescriptionBase_Scope_AUD drop constraint FK75D5B91334869AAE [42102-170]
1120
10-09 16:14:55 jdbc[2]: exception
1121
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1122
alter table DescriptionElementBase drop constraint FK38FE76714FF2DB2C [42102-170]
1123
10-09 16:14:55 jdbc[2]: exception
1124
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1125
alter table DescriptionElementBase drop constraint FK38FE7671BC5DA539 [42102-170]
1126
10-09 16:14:55 jdbc[2]: exception
1127
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1128
alter table DescriptionElementBase drop constraint FK38FE76714220AFEB [42102-170]
1129
10-09 16:14:55 jdbc[2]: exception
1130
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1131
alter table DescriptionElementBase drop constraint FK38FE767134AF0E81 [42102-170]
1132
10-09 16:14:55 jdbc[2]: exception
1133
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1134
alter table DescriptionElementBase drop constraint FK38FE76711C3C3FF7 [42102-170]
1135
10-09 16:14:55 jdbc[2]: exception
1136
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1137
alter table DescriptionElementBase drop constraint FK38FE7671E8D36B00 [42102-170]
1138
10-09 16:14:55 jdbc[2]: exception
1139
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1140
alter table DescriptionElementBase drop constraint FK38FE76715E9914B8 [42102-170]
1141
10-09 16:14:55 jdbc[2]: exception
1142
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1143
alter table DescriptionElementBase drop constraint FK38FE76716561D9B1 [42102-170]
1144
10-09 16:14:55 jdbc[2]: exception
1145
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1146
alter table DescriptionElementBase drop constraint FK38FE767110A80E07 [42102-170]
1147
10-09 16:14:55 jdbc[2]: exception
1148
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1149
alter table DescriptionElementBase drop constraint FK38FE76719108D9B [42102-170]
1150
10-09 16:14:55 jdbc[2]: exception
1151
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE" not found; SQL statement:
1152
alter table DescriptionElementBase drop constraint FK38FE76716D0D7A56 [42102-170]
1153
10-09 16:14:55 jdbc[2]: exception
1154
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_AUD" not found; SQL statement:
1155
alter table DescriptionElementBase_AUD drop constraint FKF3803C234869AAE [42102-170]
1156
10-09 16:14:55 jdbc[2]: exception
1157
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ANNOTATION" not found; SQL statement:
1158
alter table DescriptionElementBase_Annotation drop constraint FK7EE5E5DD1E403E0B [42102-170]
1159
10-09 16:14:55 jdbc[2]: exception
1160
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ANNOTATION" not found; SQL statement:
1161
alter table DescriptionElementBase_Annotation drop constraint FK7EE5E5DD3B8BB609 [42102-170]
1162
10-09 16:14:55 jdbc[2]: exception
1163
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ANNOTATION_AUD" not found; SQL statement:
1164
alter table DescriptionElementBase_Annotation_AUD drop constraint FK2BC1DD2E34869AAE [42102-170]
1165
10-09 16:14:55 jdbc[2]: exception
1166
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_LANGUAGESTRING" not found; SQL statement:
1167
alter table DescriptionElementBase_LanguageString drop constraint FKC753F137ACF5F60B [42102-170]
1168
10-09 16:14:55 jdbc[2]: exception
1169
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_LANGUAGESTRING" not found; SQL statement:
1170
alter table DescriptionElementBase_LanguageString drop constraint FKC753F137C6D55834 [42102-170]
1171
10-09 16:14:55 jdbc[2]: exception
1172
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_LANGUAGESTRING" not found; SQL statement:
1173
alter table DescriptionElementBase_LanguageString drop constraint FKC753F137C086B46F [42102-170]
1174
10-09 16:14:55 jdbc[2]: exception
1175
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_LANGUAGESTRING_AUD" not found; SQL statement:
1176
alter table DescriptionElementBase_LanguageString_AUD drop constraint FK2D26AB8834869AAE [42102-170]
1177
10-09 16:14:55 jdbc[2]: exception
1178
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MARKER" not found; SQL statement:
1179
alter table DescriptionElementBase_Marker drop constraint FK1CB715E8777265A1 [42102-170]
1180
10-09 16:14:55 jdbc[2]: exception
1181
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MARKER" not found; SQL statement:
1182
alter table DescriptionElementBase_Marker drop constraint FK1CB715E83B8BB609 [42102-170]
1183
10-09 16:14:55 jdbc[2]: exception
1184
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MARKER_AUD" not found; SQL statement:
1185
alter table DescriptionElementBase_Marker_AUD drop constraint FK1E160FB934869AAE [42102-170]
1186
10-09 16:14:55 jdbc[2]: exception
1187
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MEDIA" not found; SQL statement:
1188
alter table DescriptionElementBase_Media drop constraint FK21F70076C2C29593 [42102-170]
1189
10-09 16:14:55 jdbc[2]: exception
1190
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MEDIA" not found; SQL statement:
1191
alter table DescriptionElementBase_Media drop constraint FK21F700763B8BB609 [42102-170]
1192
10-09 16:14:55 jdbc[2]: exception
1193
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MEDIA_AUD" not found; SQL statement:
1194
alter table DescriptionElementBase_Media_AUD drop constraint FK5522034734869AAE [42102-170]
1195
10-09 16:14:55 jdbc[2]: exception
1196
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFIER" not found; SQL statement:
1197
alter table DescriptionElementBase_Modifier drop constraint FK97E0D105F4E35BCD [42102-170]
1198
10-09 16:14:55 jdbc[2]: exception
1199
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFIER" not found; SQL statement:
1200
alter table DescriptionElementBase_Modifier drop constraint FK97E0D1053B8BB609 [42102-170]
1201
10-09 16:14:55 jdbc[2]: exception
1202
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFIER_AUD" not found; SQL statement:
1203
alter table DescriptionElementBase_Modifier_AUD drop constraint FK2982F45634869AAE [42102-170]
1204
10-09 16:14:55 jdbc[2]: exception
1205
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFYINGTEXT" not found; SQL statement:
1206
alter table DescriptionElementBase_ModifyingText drop constraint FK522D90C7F05D08D4 [42102-170]
1207
10-09 16:14:55 jdbc[2]: exception
1208
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFYINGTEXT" not found; SQL statement:
1209
alter table DescriptionElementBase_ModifyingText drop constraint FK522D90C79682414B [42102-170]
1210
10-09 16:14:55 jdbc[2]: exception
1211
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFYINGTEXT" not found; SQL statement:
1212
alter table DescriptionElementBase_ModifyingText drop constraint FK522D90C73B8BB609 [42102-170]
1213
10-09 16:14:55 jdbc[2]: exception
1214
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_MODIFYINGTEXT_AUD" not found; SQL statement:
1215
alter table DescriptionElementBase_ModifyingText_AUD drop constraint FK6C06031834869AAE [42102-170]
1216
10-09 16:14:55 jdbc[2]: exception
1217
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
1218
alter table DescriptionElementBase_OriginalSourceBase drop constraint FKF41ADEEBA6473CCC [42102-170]
1219
10-09 16:14:55 jdbc[2]: exception
1220
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
1221
alter table DescriptionElementBase_OriginalSourceBase drop constraint FKF41ADEEB3B8BB609 [42102-170]
1222
10-09 16:14:55 jdbc[2]: exception
1223
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
1224
alter table DescriptionElementBase_OriginalSourceBase_AUD drop constraint FK9C979F3C34869AAE [42102-170]
1225
10-09 16:14:55 jdbc[2]: exception
1226
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATEDATA" not found; SQL statement:
1227
alter table DescriptionElementBase_StateData drop constraint FK592D6F6D8E7BF9AB [42102-170]
1228
10-09 16:14:55 jdbc[2]: exception
1229
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATEDATA" not found; SQL statement:
1230
alter table DescriptionElementBase_StateData drop constraint FK592D6F6D987CC6A4 [42102-170]
1231
10-09 16:14:55 jdbc[2]: exception
1232
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATEDATA_AUD" not found; SQL statement:
1233
alter table DescriptionElementBase_StateData_AUD drop constraint FK1D0A1EBE34869AAE [42102-170]
1234
10-09 16:14:55 jdbc[2]: exception
1235
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATISTICALMEASUREMENTVALUE" not found; SQL statement:
1236
alter table DescriptionElementBase_StatisticalMeasurementValue drop constraint FK8AF511C2D883945E [42102-170]
1237
10-09 16:14:55 jdbc[2]: exception
1238
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATISTICALMEASUREMENTVALUE" not found; SQL statement:
1239
alter table DescriptionElementBase_StatisticalMeasurementValue drop constraint FK8AF511C28F213219 [42102-170]
1240
10-09 16:14:55 jdbc[2]: exception
1241
org.h2.jdbc.JdbcSQLException: Table "DESCRIPTIONELEMENTBASE_STATISTICALMEASUREMENTVALUE_AUD" not found; SQL statement:
1242
alter table DescriptionElementBase_StatisticalMeasurementValue_AUD drop constraint FK2DE8E9334869AAE [42102-170]
1243
10-09 16:14:55 jdbc[2]: exception
1244
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1245
alter table DeterminationEvent drop constraint FK1DB24974FF2DB2C [42102-170]
1246
10-09 16:14:55 jdbc[2]: exception
1247
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1248
alter table DeterminationEvent drop constraint FK1DB2497BC5DA539 [42102-170]
1249
10-09 16:14:55 jdbc[2]: exception
1250
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1251
alter table DeterminationEvent drop constraint FK1DB24973DA462D5 [42102-170]
1252
10-09 16:14:55 jdbc[2]: exception
1253
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1254
alter table DeterminationEvent drop constraint FK1DB24974B251DAD [42102-170]
1255
10-09 16:14:55 jdbc[2]: exception
1256
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1257
alter table DeterminationEvent drop constraint FK1DB2497BD54CF92 [42102-170]
1258
10-09 16:14:55 jdbc[2]: exception
1259
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT" not found; SQL statement:
1260
alter table DeterminationEvent drop constraint FK1DB2497AEC8CCAA [42102-170]
1261
10-09 16:14:55 jdbc[2]: exception
1262
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_AUD" not found; SQL statement:
1263
alter table DeterminationEvent_AUD drop constraint FKA0252EE834869AAE [42102-170]
1264
10-09 16:14:55 jdbc[2]: exception
1265
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_ANNOTATION" not found; SQL statement:
1266
alter table DeterminationEvent_Annotation drop constraint FKB74F03F71E403E0B [42102-170]
1267
10-09 16:14:55 jdbc[2]: exception
1268
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_ANNOTATION" not found; SQL statement:
1269
alter table DeterminationEvent_Annotation drop constraint FKB74F03F76BE0BFDA [42102-170]
1270
10-09 16:14:55 jdbc[2]: exception
1271
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_ANNOTATION_AUD" not found; SQL statement:
1272
alter table DeterminationEvent_Annotation_AUD drop constraint FKAFDA5E4834869AAE [42102-170]
1273
10-09 16:14:55 jdbc[2]: exception
1274
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_MARKER" not found; SQL statement:
1275
alter table DeterminationEvent_Marker drop constraint FK5C475102777265A1 [42102-170]
1276
10-09 16:14:55 jdbc[2]: exception
1277
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_MARKER" not found; SQL statement:
1278
alter table DeterminationEvent_Marker drop constraint FK5C4751026BE0BFDA [42102-170]
1279
10-09 16:14:55 jdbc[2]: exception
1280
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_MARKER_AUD" not found; SQL statement:
1281
alter table DeterminationEvent_Marker_AUD drop constraint FK567F2DD334869AAE [42102-170]
1282
10-09 16:14:55 jdbc[2]: exception
1283
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_REFERENCE" not found; SQL statement:
1284
alter table DeterminationEvent_Reference drop constraint FK8FB1ED8355A53F64 [42102-170]
1285
10-09 16:14:55 jdbc[2]: exception
1286
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_REFERENCE" not found; SQL statement:
1287
alter table DeterminationEvent_Reference drop constraint FK8FB1ED836BE0BFDA [42102-170]
1288
10-09 16:14:55 jdbc[2]: exception
1289
org.h2.jdbc.JdbcSQLException: Table "DETERMINATIONEVENT_REFERENCE_AUD" not found; SQL statement:
1290
alter table DeterminationEvent_Reference_AUD drop constraint FK6255A1D434869AAE [42102-170]
1291
10-09 16:14:55 jdbc[2]: exception
1292
org.h2.jdbc.JdbcSQLException: Table "EXTENSION" not found; SQL statement:
1293
alter table Extension drop constraint FK52EF3C1F4FF2DB2C [42102-170]
1294
10-09 16:14:55 jdbc[2]: exception
1295
org.h2.jdbc.JdbcSQLException: Table "EXTENSION" not found; SQL statement:
1296
alter table Extension drop constraint FK52EF3C1FBC5DA539 [42102-170]
1297
10-09 16:14:55 jdbc[2]: exception
1298
org.h2.jdbc.JdbcSQLException: Table "EXTENSION" not found; SQL statement:
1299
alter table Extension drop constraint FK52EF3C1FAD392BD3 [42102-170]
1300
10-09 16:14:55 jdbc[2]: exception
1301
org.h2.jdbc.JdbcSQLException: Table "EXTENSION_AUD" not found; SQL statement:
1302
alter table Extension_AUD drop constraint FK92D2427034869AAE [42102-170]
1303
10-09 16:14:55 jdbc[2]: exception
1304
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE" not found; SQL statement:
1305
alter table FeatureNode drop constraint FK4CEED9F84FF2DB2C [42102-170]
1306
10-09 16:14:55 jdbc[2]: exception
1307
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE" not found; SQL statement:
1308
alter table FeatureNode drop constraint FK4CEED9F8BC5DA539 [42102-170]
1309
10-09 16:14:55 jdbc[2]: exception
1310
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE" not found; SQL statement:
1311
alter table FeatureNode drop constraint FK4CEED9F84220AFEB [42102-170]
1312
10-09 16:14:55 jdbc[2]: exception
1313
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE" not found; SQL statement:
1314
alter table FeatureNode drop constraint FK4CEED9F847C496CB [42102-170]
1315
10-09 16:14:55 jdbc[2]: exception
1316
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE" not found; SQL statement:
1317
alter table FeatureNode drop constraint FK4CEED9F8E0AD2C59 [42102-170]
1318
10-09 16:14:55 jdbc[2]: exception
1319
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_AUD" not found; SQL statement:
1320
alter table FeatureNode_AUD drop constraint FK25AD4BC934869AAE [42102-170]
1321
10-09 16:14:55 jdbc[2]: exception
1322
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_INAPPLICABLEIF" not found; SQL statement:
1323
alter table FeatureNode_DefinedTermBase_InapplicableIf drop constraint FK56833D011128E63B [42102-170]
1324
10-09 16:14:55 jdbc[2]: exception
1325
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_INAPPLICABLEIF" not found; SQL statement:
1326
alter table FeatureNode_DefinedTermBase_InapplicableIf drop constraint FK56833D0152FCC4B [42102-170]
1327
10-09 16:14:55 jdbc[2]: exception
1328
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_INAPPLICABLEIF_AUD" not found; SQL statement:
1329
alter table FeatureNode_DefinedTermBase_InapplicableIf_AUD drop constraint FKB8D7025234869AAE [42102-170]
1330
10-09 16:14:55 jdbc[2]: exception
1331
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_ONLYAPPLICABLE" not found; SQL statement:
1332
alter table FeatureNode_DefinedTermBase_OnlyApplicable drop constraint FK6AE876AB57FA94D4 [42102-170]
1333
10-09 16:14:55 jdbc[2]: exception
1334
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_ONLYAPPLICABLE" not found; SQL statement:
1335
alter table FeatureNode_DefinedTermBase_OnlyApplicable drop constraint FK6AE876AB52FCC4B [42102-170]
1336
10-09 16:14:55 jdbc[2]: exception
1337
org.h2.jdbc.JdbcSQLException: Table "FEATURENODE_DEFINEDTERMBASE_ONLYAPPLICABLE_AUD" not found; SQL statement:
1338
alter table FeatureNode_DefinedTermBase_OnlyApplicable_AUD drop constraint FK3F5356FC34869AAE [42102-170]
1339
10-09 16:14:55 jdbc[2]: exception
1340
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE" not found; SQL statement:
1341
alter table FeatureTree drop constraint FK4CF19F944FF2DB2C [42102-170]
1342
10-09 16:14:55 jdbc[2]: exception
1343
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE" not found; SQL statement:
1344
alter table FeatureTree drop constraint FK4CF19F94BC5DA539 [42102-170]
1345
10-09 16:14:55 jdbc[2]: exception
1346
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE" not found; SQL statement:
1347
alter table FeatureTree drop constraint FK4CF19F94B7892921 [42102-170]
1348
10-09 16:14:55 jdbc[2]: exception
1349
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_AUD" not found; SQL statement:
1350
alter table FeatureTree_AUD drop constraint FK355BE36534869AAE [42102-170]
1351
10-09 16:14:55 jdbc[2]: exception
1352
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ANNOTATION" not found; SQL statement:
1353
alter table FeatureTree_Annotation drop constraint FK5D8B8DA1E403E0B [42102-170]
1354
10-09 16:14:55 jdbc[2]: exception
1355
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ANNOTATION" not found; SQL statement:
1356
alter table FeatureTree_Annotation drop constraint FK5D8B8DA47C496CB [42102-170]
1357
10-09 16:14:55 jdbc[2]: exception
1358
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ANNOTATION_AUD" not found; SQL statement:
1359
alter table FeatureTree_Annotation_AUD drop constraint FK86E8E9AB34869AAE [42102-170]
1360
10-09 16:14:55 jdbc[2]: exception
1361
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_CREDIT" not found; SQL statement:
1362
alter table FeatureTree_Credit drop constraint FK7536062432D1B9F [42102-170]
1363
10-09 16:14:55 jdbc[2]: exception
1364
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_CREDIT" not found; SQL statement:
1365
alter table FeatureTree_Credit drop constraint FK7536062447C496CB [42102-170]
1366
10-09 16:14:55 jdbc[2]: exception
1367
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_CREDIT_AUD" not found; SQL statement:
1368
alter table FeatureTree_Credit_AUD drop constraint FK40EA81F534869AAE [42102-170]
1369
10-09 16:14:55 jdbc[2]: exception
1370
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_EXTENSION" not found; SQL statement:
1371
alter table FeatureTree_Extension drop constraint FKAD1E6D34927DE9DF [42102-170]
1372
10-09 16:14:55 jdbc[2]: exception
1373
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_EXTENSION" not found; SQL statement:
1374
alter table FeatureTree_Extension drop constraint FKAD1E6D3447C496CB [42102-170]
1375
10-09 16:14:55 jdbc[2]: exception
1376
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_EXTENSION_AUD" not found; SQL statement:
1377
alter table FeatureTree_Extension_AUD drop constraint FKF128E10534869AAE [42102-170]
1378
10-09 16:14:55 jdbc[2]: exception
1379
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_MARKER" not found; SQL statement:
1380
alter table FeatureTree_Marker drop constraint FK855CEF65777265A1 [42102-170]
1381
10-09 16:14:55 jdbc[2]: exception
1382
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_MARKER" not found; SQL statement:
1383
alter table FeatureTree_Marker drop constraint FK855CEF6547C496CB [42102-170]
1384
10-09 16:14:55 jdbc[2]: exception
1385
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_MARKER_AUD" not found; SQL statement:
1386
alter table FeatureTree_Marker_AUD drop constraint FKA508E2B634869AAE [42102-170]
1387
10-09 16:14:55 jdbc[2]: exception
1388
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ORIGINALSOURCEBASE" not found; SQL statement:
1389
alter table FeatureTree_OriginalSourceBase drop constraint FK13BD64E83A6735D9 [42102-170]
1390
10-09 16:14:55 jdbc[2]: exception
1391
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ORIGINALSOURCEBASE" not found; SQL statement:
1392
alter table FeatureTree_OriginalSourceBase drop constraint FK13BD64E847C496CB [42102-170]
1393
10-09 16:14:55 jdbc[2]: exception
1394
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
1395
alter table FeatureTree_OriginalSourceBase_AUD drop constraint FK7B5CDEB934869AAE [42102-170]
1396
10-09 16:14:55 jdbc[2]: exception
1397
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_REPRESENTATION" not found; SQL statement:
1398
alter table FeatureTree_Representation drop constraint FK8C458F8B31C4747 [42102-170]
1399
10-09 16:14:55 jdbc[2]: exception
1400
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_REPRESENTATION" not found; SQL statement:
1401
alter table FeatureTree_Representation drop constraint FK8C458F847C496CB [42102-170]
1402
10-09 16:14:55 jdbc[2]: exception
1403
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_REPRESENTATION_AUD" not found; SQL statement:
1404
alter table FeatureTree_Representation_AUD drop constraint FKECAB4AC934869AAE [42102-170]
1405
10-09 16:14:55 jdbc[2]: exception
1406
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_RIGHTSINFO" not found; SQL statement:
1407
alter table FeatureTree_RightsInfo drop constraint FK10D964D0C13F7B21 [42102-170]
1408
10-09 16:14:55 jdbc[2]: exception
1409
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_RIGHTSINFO" not found; SQL statement:
1410
alter table FeatureTree_RightsInfo drop constraint FK10D964D047C496CB [42102-170]
1411
10-09 16:14:55 jdbc[2]: exception
1412
org.h2.jdbc.JdbcSQLException: Table "FEATURETREE_RIGHTSINFO_AUD" not found; SQL statement:
1413
alter table FeatureTree_RightsInfo_AUD drop constraint FK8926AAA134869AAE [42102-170]
1414
10-09 16:14:55 jdbc[2]: exception
1415
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1416
alter table GatheringEvent drop constraint FK6F1286F34FF2DB2C [42102-170]
1417
10-09 16:14:55 jdbc[2]: exception
1418
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1419
alter table GatheringEvent drop constraint FK6F1286F3BC5DA539 [42102-170]
1420
10-09 16:14:55 jdbc[2]: exception
1421
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1422
alter table GatheringEvent drop constraint FK6F1286F33DA462D5 [42102-170]
1423
10-09 16:14:55 jdbc[2]: exception
1424
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1425
alter table GatheringEvent drop constraint FK6F1286F3C15704E [42102-170]
1426
10-09 16:14:55 jdbc[2]: exception
1427
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1428
alter table GatheringEvent drop constraint FK6F1286F3F55AFD89 [42102-170]
1429
10-09 16:14:55 jdbc[2]: exception
1430
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT" not found; SQL statement:
1431
alter table GatheringEvent drop constraint FK6F1286F38B455EC6 [42102-170]
1432
10-09 16:14:55 jdbc[2]: exception
1433
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_AUD" not found; SQL statement:
1434
alter table GatheringEvent_AUD drop constraint FK3EC034434869AAE [42102-170]
1435
10-09 16:14:55 jdbc[2]: exception
1436
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_ANNOTATION" not found; SQL statement:
1437
alter table GatheringEvent_Annotation drop constraint FK76DDD01B1E403E0B [42102-170]
1438
10-09 16:14:55 jdbc[2]: exception
1439
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_ANNOTATION" not found; SQL statement:
1440
alter table GatheringEvent_Annotation drop constraint FK76DDD01BF95F225A [42102-170]
1441
10-09 16:14:55 jdbc[2]: exception
1442
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_ANNOTATION_AUD" not found; SQL statement:
1443
alter table GatheringEvent_Annotation_AUD drop constraint FK351E786C34869AAE [42102-170]
1444
10-09 16:14:55 jdbc[2]: exception
1445
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_DEFINEDTERMBASE" not found; SQL statement:
1446
alter table GatheringEvent_DefinedTermBase drop constraint FK69D9A11A7C34B6D6 [42102-170]
1447
10-09 16:14:55 jdbc[2]: exception
1448
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_DEFINEDTERMBASE" not found; SQL statement:
1449
alter table GatheringEvent_DefinedTermBase drop constraint FK69D9A11AF95F225A [42102-170]
1450
10-09 16:14:55 jdbc[2]: exception
1451
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_DEFINEDTERMBASE_AUD" not found; SQL statement:
1452
alter table GatheringEvent_DefinedTermBase_AUD drop constraint FKB3BBB1EB34869AAE [42102-170]
1453
10-09 16:14:55 jdbc[2]: exception
1454
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_MARKER" not found; SQL statement:
1455
alter table GatheringEvent_Marker drop constraint FK7B49CF26777265A1 [42102-170]
1456
10-09 16:14:55 jdbc[2]: exception
1457
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_MARKER" not found; SQL statement:
1458
alter table GatheringEvent_Marker drop constraint FK7B49CF26F95F225A [42102-170]
1459
10-09 16:14:55 jdbc[2]: exception
1460
org.h2.jdbc.JdbcSQLException: Table "GATHERINGEVENT_MARKER_AUD" not found; SQL statement:
1461
alter table GatheringEvent_Marker_AUD drop constraint FK160DF9F734869AAE [42102-170]
1462
10-09 16:14:55 jdbc[2]: exception
1463
org.h2.jdbc.JdbcSQLException: Table "GRANTEDAUTHORITYIMPL" not found; SQL statement:
1464
alter table GrantedAuthorityImpl drop constraint FKB05CF9284FF2DB2C [42102-170]
1465
10-09 16:14:55 jdbc[2]: exception
1466
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP" not found; SQL statement:
1467
alter table HomotypicalGroup drop constraint FK7DECCC184FF2DB2C [42102-170]
1468
10-09 16:14:55 jdbc[2]: exception
1469
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP" not found; SQL statement:
1470
alter table HomotypicalGroup drop constraint FK7DECCC18BC5DA539 [42102-170]
1471
10-09 16:14:55 jdbc[2]: exception
1472
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP_AUD" not found; SQL statement:
1473
alter table HomotypicalGroup_AUD drop constraint FKE4252DE934869AAE [42102-170]
1474
10-09 16:14:55 jdbc[2]: exception
1475
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP_ANNOTATION" not found; SQL statement:
1476
alter table HomotypicalGroup_Annotation drop constraint FK7A0351D61E403E0B [42102-170]
1477
10-09 16:14:55 jdbc[2]: exception
1478
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP_ANNOTATION" not found; SQL statement:
1479
alter table HomotypicalGroup_Annotation drop constraint FK7A0351D6BFEAE500 [42102-170]
1480
10-09 16:14:55 jdbc[2]: exception
1481
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP_ANNOTATION_AUD" not found; SQL statement:
1482
alter table HomotypicalGroup_Annotation_AUD drop constraint FK41E6A4A734869AAE [42102-170]
1483
10-09 16:14:55 jdbc[2]: exception
1484
org.h2.jdbc.JdbcSQLException: Table "HOMOTYPICALGROUP_MARKER" not found; SQL statement:
1485
alter table HomotypicalGroup_Marker drop constraint FK97D36661777265A1 [42102-170]
1486
10-09 16:14:55 jdbc[2]: exception
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff