Project

General

Profile

« Previous | Next » 

Revision e70b1617

Added by Cherian Mathew almost 9 years ago

eu.etaxonomy.taxeditor.cdmlib/.classpath,MANIFEST.MF : removed cdm-server jar from classpath
OperationTestBase, TaxonNameEditorTest, : refactoring
MockConversationEnabled : class to mock interface IConversationEnabled
TaxonNavigatorTest (.xml) : added test + data
cdmTest.*.db : latest test db

View differences:

eu.etaxonomy.taxeditor.test/src/test/resources/h2/cdmTest.trace.db
1
06-08 17:35:53 jdbc[4]: exception
2
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
3
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
4
06-08 17:35:55 jdbc[7]: exception
5
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
6
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
7
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
1
06-15 17:37:28 jdbc[2]: java.lang.Exception: Open Stack Trace
2
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
3
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
4
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
5
	at org.h2.Driver.connect(Driver.java:72)
6
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
7
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
8
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
9
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
10
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
11
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
12
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
13
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
14
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
15
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
16
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
17
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
18
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
19
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
20
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
21

  
22
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
23
	at org.h2.message.DbException.get(DbException.java:169)
24
	at org.h2.message.DbException.get(DbException.java:146)
25
	at org.h2.message.DbException.get(DbException.java:135)
26
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
27
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
28
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
29
	at org.h2.Driver.connect(Driver.java:72)
30
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
31
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
32
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
33
	at eu.etaxonomy.cdm.database.CdmDataSource.testConnection(CdmDataSource.java:33)
34
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:292)
35
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:281)
36
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage$1.widgetSelected(CdmDataSourceCredentialsWizardPage.java:165)
37
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
38
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
39
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
40
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
41
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
42
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
43
	at org.eclipse.jface.window.Window.open(Window.java:801)
44
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.specificExecute(CreateDataSourceHandler.java:41)
45
	at eu.etaxonomy.taxeditor.view.datasource.handler.AbstractDataSourceHandler.execute(AbstractDataSourceHandler.java:37)
46
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.execute(CreateDataSourceHandler.java:1)
47
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
48
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
49
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
50
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
51
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
52
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
53
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
54
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
55
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
56
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
57
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
58
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
59
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
60
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
61
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
62
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
63
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
64
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
65
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
66
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
67
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
68
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
69
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
70
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
71
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
72
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
73
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
74
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
75
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
76
	at java.lang.reflect.Method.invoke(Method.java:606)
77
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
78
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
79
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
80
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
81
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
82
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
83
	... 58 more
84
06-15 17:37:28 jdbc[2]: java.lang.Exception: Open Stack Trace
85
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
86
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
87
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
88
	at org.h2.Driver.connect(Driver.java:72)
89
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
90
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
91
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
92
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
93
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
94
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
95
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
96
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
97
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
98
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
99
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
100
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
101
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
102
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
103
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
104

  
105
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
106
	at org.h2.message.DbException.get(DbException.java:169)
107
	at org.h2.message.DbException.get(DbException.java:146)
108
	at org.h2.message.DbException.get(DbException.java:135)
109
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
110
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
111
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
112
	at org.h2.Driver.connect(Driver.java:72)
113
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
114
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
115
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
116
	at eu.etaxonomy.cdm.database.CdmDataSource.testConnection(CdmDataSource.java:33)
117
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:292)
118
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:281)
119
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage$1.widgetSelected(CdmDataSourceCredentialsWizardPage.java:165)
120
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
121
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
122
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
123
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
124
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
125
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
126
	at org.eclipse.jface.window.Window.open(Window.java:801)
127
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.specificExecute(CreateDataSourceHandler.java:41)
128
	at eu.etaxonomy.taxeditor.view.datasource.handler.AbstractDataSourceHandler.execute(AbstractDataSourceHandler.java:37)
129
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.execute(CreateDataSourceHandler.java:1)
130
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
131
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
132
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
133
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
134
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
135
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
136
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
137
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
138
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
139
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
140
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
141
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
142
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
143
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
144
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
145
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
146
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
147
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
148
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
149
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
150
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
151
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
152
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
153
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
154
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
155
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
156
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
157
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
158
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
159
	at java.lang.reflect.Method.invoke(Method.java:606)
160
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
161
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
162
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
163
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
164
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
165
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
166
	... 58 more
167
06-15 17:37:28 jdbc[2]: java.lang.Exception: Open Stack Trace
168
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
169
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
170
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
171
	at org.h2.Driver.connect(Driver.java:72)
172
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
173
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
174
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
175
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
176
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
177
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
178
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
179
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
180
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
181
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
182
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
183
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
184
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
185
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
186
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
187

  
188
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
189
	at org.h2.message.DbException.get(DbException.java:169)
190
	at org.h2.message.DbException.get(DbException.java:146)
191
	at org.h2.message.DbException.get(DbException.java:135)
192
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
193
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
194
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
195
	at org.h2.Driver.connect(Driver.java:72)
196
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
197
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
198
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
199
	at eu.etaxonomy.cdm.database.CdmDataSource.testConnection(CdmDataSource.java:33)
200
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:292)
201
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:281)
202
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage$1.widgetSelected(CdmDataSourceCredentialsWizardPage.java:165)
203
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
204
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
205
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
206
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
207
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
208
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
209
	at org.eclipse.jface.window.Window.open(Window.java:801)
210
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.specificExecute(CreateDataSourceHandler.java:41)
211
	at eu.etaxonomy.taxeditor.view.datasource.handler.AbstractDataSourceHandler.execute(AbstractDataSourceHandler.java:37)
212
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.execute(CreateDataSourceHandler.java:1)
213
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
214
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
215
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
216
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
217
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
218
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
219
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
220
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
221
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
222
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
223
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
224
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
225
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
226
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
227
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
228
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
229
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
230
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
231
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
232
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
233
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
234
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
235
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
236
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
237
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
238
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
239
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
240
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
241
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
242
	at java.lang.reflect.Method.invoke(Method.java:606)
243
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
244
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
245
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
246
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
247
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
248
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
249
	... 58 more
250
06-15 17:37:28 jdbc[2]: java.lang.Exception: Open Stack Trace
251
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
252
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
253
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
254
	at org.h2.Driver.connect(Driver.java:72)
255
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
256
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
257
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
258
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
259
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
260
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
261
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:72)
262
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
263
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
264

  
265
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
266
	at org.h2.message.DbException.get(DbException.java:169)
267
	at org.h2.message.DbException.get(DbException.java:146)
268
	at org.h2.message.DbException.get(DbException.java:135)
269
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
270
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
271
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
272
	at org.h2.Driver.connect(Driver.java:72)
273
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
274
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
275
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
276
	at eu.etaxonomy.cdm.database.CdmDataSource.testConnection(CdmDataSource.java:33)
277
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:292)
278
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:281)
279
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage$1.widgetSelected(CdmDataSourceCredentialsWizardPage.java:165)
280
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
281
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
282
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
283
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
284
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
285
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
286
	at org.eclipse.jface.window.Window.open(Window.java:801)
287
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.specificExecute(CreateDataSourceHandler.java:41)
288
	at eu.etaxonomy.taxeditor.view.datasource.handler.AbstractDataSourceHandler.execute(AbstractDataSourceHandler.java:37)
289
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.execute(CreateDataSourceHandler.java:1)
290
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
291
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
292
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
293
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
294
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
295
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
296
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
297
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
298
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
299
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
300
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
301
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
302
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
303
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
304
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
305
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
306
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
307
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
308
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
309
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
310
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
311
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
312
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
313
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
314
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
315
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
316
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
317
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
318
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
319
	at java.lang.reflect.Method.invoke(Method.java:606)
320
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
321
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
322
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
323
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
324
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
325
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
326
	... 58 more
327
06-15 17:37:28 jdbc[2]: java.lang.Exception: Open Stack Trace
8 328
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
9 329
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
10 330
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
......
25 345
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
26 346
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
27 347

  
348
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
349
	at org.h2.message.DbException.get(DbException.java:169)
350
	at org.h2.message.DbException.get(DbException.java:146)
351
	at org.h2.message.DbException.get(DbException.java:135)
352
	at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:175)
353
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:120)
354
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
355
	at org.h2.Driver.connect(Driver.java:72)
356
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
357
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
358
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
359
	at eu.etaxonomy.cdm.database.CdmDataSource.testConnection(CdmDataSource.java:33)
360
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:292)
361
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage.testDbConfiguration(CdmDataSourceCredentialsWizardPage.java:281)
362
	at eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage$1.widgetSelected(CdmDataSourceCredentialsWizardPage.java:165)
363
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
364
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
365
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
366
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
367
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
368
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
369
	at org.eclipse.jface.window.Window.open(Window.java:801)
370
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.specificExecute(CreateDataSourceHandler.java:41)
371
	at eu.etaxonomy.taxeditor.view.datasource.handler.AbstractDataSourceHandler.execute(AbstractDataSourceHandler.java:37)
372
	at eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler.execute(CreateDataSourceHandler.java:1)
373
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
374
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
375
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
376
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
377
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
378
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
379
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
380
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
381
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
382
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
383
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
384
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
385
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
386
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
387
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
388
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
389
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
390
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
391
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
392
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
393
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
394
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
395
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
396
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
397
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
398
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
399
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
400
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
401
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
402
	at java.lang.reflect.Method.invoke(Method.java:606)
403
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
404
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
405
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
406
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
407
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
408
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
409
	... 58 more
410
06-15 17:37:31 jdbc[3]: exception
411
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
412
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
413
06-15 17:37:34 jdbc[6]: exception
414
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
415
SELECT value FROM CdmMetaData WHERE propertyname=0 [42102-170]
416
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
417
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
418
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
419
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
420
	at org.h2.Driver.connect(Driver.java:72)
421
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
422
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
423
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
424
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
425
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
426
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
427
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:72)
428
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
429
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
430

  
28 431
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
29 432
	at org.h2.message.DbException.get(DbException.java:169)
30 433
	at org.h2.message.DbException.get(DbException.java:146)
......
89 492
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
90 493
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
91 494
	... 60 more
92
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
495
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
93 496
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
94 497
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
95 498
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
96 499
	at org.h2.Driver.connect(Driver.java:72)
97 500
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
98 501
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
99
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
100
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
101
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
102
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
103
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.checkDatabaseReachable(CdmStoreConnector.java:254)
104
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:69)
502
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
503
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
504
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
505
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
506
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
507
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
508
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
509
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
510
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
511
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
512
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
513
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
105 514
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
106 515

  
107 516
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
......
168 577
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
169 578
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
170 579
	... 60 more
171
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
580
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
172 581
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
173 582
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
174 583
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
175 584
	at org.h2.Driver.connect(Driver.java:72)
176 585
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
177 586
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
178
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
179
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
180
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
181
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
182
	at eu.etaxonomy.taxeditor.view.datasource.handler.ChangeConnectionHandler.execute(ChangeConnectionHandler.java:49)
183
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
184
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
185
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
186
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
187
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
188
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
189
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
190
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
191
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
192
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
193
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
194
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
195
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
196
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
197
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
198
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
199
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
200
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
201
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
202
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
203
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
204
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
205
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
206
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
207
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
208
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
209
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
210
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
211
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
212
	at java.lang.reflect.Method.invoke(Method.java:606)
213
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
214
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
215
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
216
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
587
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
588
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
589
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
590
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
591
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
592
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
593
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
594
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
595
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
596
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
597
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
598
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
599
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
217 600

  
218 601
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
219 602
	at org.h2.message.DbException.get(DbException.java:169)
......
279 662
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
280 663
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
281 664
	... 60 more
282
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
665
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
283 666
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
284 667
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
285 668
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
......
294 677
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
295 678
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
296 679
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
297
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
298
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
299
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
300
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
680
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getDbSchemaVersion(CdmDataSourceBase.java:156)
681
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getDbSchemaVersion(CdmPersistentDataSource.java:51)
682
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.isDbEmpty(CdmDataSourceBase.java:165)
683
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.isDbEmpty(CdmPersistentDataSource.java:51)
684
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.checkIsNonEmptyCdmDatabase(CdmStoreConnector.java:231)
685
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:73)
301 686
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
302 687

  
303 688
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
......
364 749
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
365 750
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
366 751
	... 60 more
367
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
752
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
368 753
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
369 754
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
370 755
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
371 756
	at org.h2.Driver.connect(Driver.java:72)
372 757
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
373 758
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
374
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
375
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
376
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
377
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
378
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
379
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
380
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
381
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
382
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
383
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
384
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
385
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
386
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
759
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
760
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
761
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
762
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
763
	at eu.etaxonomy.taxeditor.view.datasource.handler.ChangeConnectionHandler.execute(ChangeConnectionHandler.java:49)
764
	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
765
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
766
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
767
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
768
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
769
	at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
770
	at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
771
	at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
772
	at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
773
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
774
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
775
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
776
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
777
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
778
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
779
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
780
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
781
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
782
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
783
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
784
	at eu.etaxonomy.taxeditor.Application.start(Application.java:24)
785
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
786
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
787
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
788
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
789
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
790
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
791
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
792
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
793
	at java.lang.reflect.Method.invoke(Method.java:606)
794
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
795
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
796
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
797
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
387 798

  
388 799
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
389 800
	at org.h2.message.DbException.get(DbException.java:169)
......
449 860
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
450 861
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
451 862
	... 60 more
452
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
863
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
453 864
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
454 865
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
455 866
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
......
464 875
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
465 876
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
466 877
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
467
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getDbSchemaVersion(CdmDataSourceBase.java:156)
468
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getDbSchemaVersion(CdmPersistentDataSource.java:51)
469
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.isDbEmpty(CdmDataSourceBase.java:165)
470
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.isDbEmpty(CdmPersistentDataSource.java:51)
471
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.checkIsNonEmptyCdmDatabase(CdmStoreConnector.java:232)
472
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:73)
878
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
879
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
880
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
881
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
473 882
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
474 883

  
475 884
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
......
536 945
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
537 946
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
538 947
	... 60 more
539
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
948
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
540 949
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
541 950
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
542 951
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
543 952
	at org.h2.Driver.connect(Driver.java:72)
544 953
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
545 954
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
546
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
547
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
548
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
549
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
550
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:72)
955
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
956
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
957
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
958
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
959
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
960
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
961
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
962
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
963
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
964
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
965
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
551 966
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
552 967
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
553 968

  
......
615 1030
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
616 1031
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
617 1032
	... 60 more
618
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
1033
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
619 1034
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
620 1035
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
621 1036
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
......
700 1115
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
701 1116
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
702 1117
	... 60 more
703
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
1118
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
704 1119
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
705 1120
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
706 1121
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
707 1122
	at org.h2.Driver.connect(Driver.java:72)
708 1123
	at java.sql.DriverManager.getConnection(DriverManager.java:571)
709 1124
	at java.sql.DriverManager.getConnection(DriverManager.java:215)
710
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:67)
711
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
712
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getConnection(CdmDataSourceBase.java:45)
713
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getConnection(CdmPersistentDataSource.java:51)
714
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.executeQuery(CdmDataSourceBase.java:182)
715
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.executeQuery(CdmPersistentDataSource.java:51)
716
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getSingleValue(CdmDataSourceBase.java:136)
717
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getSingleValue(CdmPersistentDataSource.java:51)
718
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.getMetaDataMap(CdmDataSourceBase.java:288)
719
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.getMetaDataMap(CdmPersistentDataSource.java:51)
720
	at eu.etaxonomy.taxeditor.view.datasource.CdmMetaDataAwareDataSourceContainer.getMetaDataFromDataSource(CdmMetaDataAwareDataSourceContainer.java:84)
721
	at eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart$DataSourceJob.run(CdmDataSourceViewPart.java:140)
1125
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.testConnection(CdmDataSourceBase.java:93)
1126
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.testConnection(CdmPersistentDataSource.java:51)
1127
	at eu.etaxonomy.cdm.database.CdmDataSourceBase.checkConnection(CdmDataSourceBase.java:110)
1128
	at eu.etaxonomy.cdm.database.CdmPersistentDataSource.checkConnection(CdmPersistentDataSource.java:51)
1129
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.checkDatabaseReachable(CdmStoreConnector.java:253)
1130
	at eu.etaxonomy.taxeditor.store.CdmStoreConnector.run(CdmStoreConnector.java:69)
722 1131
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
723 1132

  
724 1133
org.h2.message.DbException: The connection was not closed by the application and is garbage collected [90018-170]
......
785 1194
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
786 1195
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
787 1196
	... 60 more
788
06-08 17:36:22 jdbc[8]: java.lang.Exception: Open Stack Trace
1197
06-15 17:38:06 jdbc[7]: java.lang.Exception: Open Stack Trace
789 1198
	at org.h2.util.CloseWatcher.register(CloseWatcher.java:99)
790 1199
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:121)
791 1200
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:93)
......
864 1273
Caused by: org.h2.jdbc.JdbcSQLException: The connection was not closed by the application and is garbage collected [90018-170]
865 1274
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
866 1275
	... 60 more
867
06-08 17:36:40 jdbc[9]: exception
1276
06-15 17:38:36 jdbc[2]: exception
868 1277
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
869 1278
alter table Address drop constraint FK1ED033D44FF2DB2C [42102-170]
870
06-08 17:36:40 jdbc[9]: exception
1279
06-15 17:38:36 jdbc[2]: exception
871 1280
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
872 1281
alter table Address drop constraint FK1ED033D4BC5DA539 [42102-170]
873
06-08 17:36:40 jdbc[9]: exception
1282
06-15 17:38:36 jdbc[2]: exception
874 1283
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
875 1284
alter table Address drop constraint FK1ED033D4CDD3C17E [42102-170]
876
06-08 17:36:40 jdbc[9]: exception
1285
06-15 17:38:36 jdbc[2]: exception
877 1286
org.h2.jdbc.JdbcSQLException: Table "ADDRESS" not found; SQL statement:
878 1287
alter table Address drop constraint FK1ED033D4132A2FE8 [42102-170]
879
06-08 17:36:40 jdbc[9]: exception
1288
06-15 17:38:36 jdbc[2]: exception
880 1289
org.h2.jdbc.JdbcSQLException: Table "ADDRESS_AUD" not found; SQL statement:
881 1290
alter table Address_AUD drop constraint FK115657A534869AAE [42102-170]
882
06-08 17:36:40 jdbc[9]: exception
1291
06-15 17:38:36 jdbc[2]: exception
883 1292
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
884 1293
alter table AgentBase drop constraint FK1205D3564FF2DB2C [42102-170]
885
06-08 17:36:40 jdbc[9]: exception
1294
06-15 17:38:36 jdbc[2]: exception
886 1295
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
887 1296
alter table AgentBase drop constraint FK1205D356BC5DA539 [42102-170]
888
06-08 17:36:40 jdbc[9]: exception
1297
06-15 17:38:36 jdbc[2]: exception
889 1298
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE" not found; SQL statement:
890 1299
alter table AgentBase drop constraint FK1205D356A830578 [42102-170]
891
06-08 17:36:40 jdbc[9]: exception
1300
06-15 17:38:36 jdbc[2]: exception
892 1301
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AUD" not found; SQL statement:
893 1302
alter table AgentBase_AUD drop constraint FK29CC662734869AAE [42102-170]
894
06-08 17:36:40 jdbc[9]: exception
1303
06-15 17:38:36 jdbc[2]: exception
895 1304
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS" not found; SQL statement:
896 1305
alter table AgentBase_Address drop constraint FK1EDFF7EB50751EC5 [42102-170]
897
06-08 17:36:40 jdbc[9]: exception
1306
06-15 17:38:36 jdbc[2]: exception
898 1307
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS" not found; SQL statement:
899 1308
alter table AgentBase_Address drop constraint FK1EDFF7EB86EFC5D4 [42102-170]
900
06-08 17:36:40 jdbc[9]: exception
1309
06-15 17:38:36 jdbc[2]: exception
901 1310
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ADDRESS_AUD" not found; SQL statement:
902 1311
alter table AgentBase_Address_AUD drop constraint FK3D28383C34869AAE [42102-170]
903
06-08 17:36:40 jdbc[9]: exception
1312
06-15 17:38:36 jdbc[2]: exception
904 1313
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE" not found; SQL statement:
905 1314
alter table AgentBase_AgentBase drop constraint FK4D34EDADE9E535F9 [42102-170]
906
06-08 17:36:40 jdbc[9]: exception
1315
06-15 17:38:36 jdbc[2]: exception
907 1316
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE" not found; SQL statement:
908 1317
alter table AgentBase_AgentBase drop constraint FK4D34EDAD1C0E9907 [42102-170]
909
06-08 17:36:40 jdbc[9]: exception
1318
06-15 17:38:36 jdbc[2]: exception
910 1319
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_AGENTBASE_AUD" not found; SQL statement:
911 1320
alter table AgentBase_AgentBase_AUD drop constraint FKA8A87CFE34869AAE [42102-170]
912
06-08 17:36:40 jdbc[9]: exception
1321
06-15 17:38:36 jdbc[2]: exception
913 1322
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION" not found; SQL statement:
914 1323
alter table AgentBase_Annotation drop constraint FK44D5F7D81E403E0B [42102-170]
915
06-08 17:36:40 jdbc[9]: exception
1324
06-15 17:38:36 jdbc[2]: exception
916 1325
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION" not found; SQL statement:
917 1326
alter table AgentBase_Annotation drop constraint FK44D5F7D886EFC5D4 [42102-170]
918
06-08 17:36:40 jdbc[9]: exception
1327
06-15 17:38:36 jdbc[2]: exception
919 1328
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ANNOTATION_AUD" not found; SQL statement:
920 1329
alter table AgentBase_Annotation_AUD drop constraint FK771279A934869AAE [42102-170]
921
06-08 17:36:40 jdbc[9]: exception
1330
06-15 17:38:36 jdbc[2]: exception
922 1331
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT" not found; SQL statement:
923 1332
alter table AgentBase_Credit drop constraint FK2636742232D1B9F [42102-170]
924
06-08 17:36:40 jdbc[9]: exception
1333
06-15 17:38:36 jdbc[2]: exception
925 1334
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT" not found; SQL statement:
926 1335
alter table AgentBase_Credit drop constraint FK2636742286EFC5D4 [42102-170]
927
06-08 17:36:40 jdbc[9]: exception
1336
06-15 17:38:36 jdbc[2]: exception
928 1337
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CREDIT_AUD" not found; SQL statement:
929 1338
alter table AgentBase_Credit_AUD drop constraint FK7FE7C0F334869AAE [42102-170]
930
06-08 17:36:40 jdbc[9]: exception
1339
06-15 17:38:36 jdbc[2]: exception
931 1340
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE" not found; SQL statement:
932 1341
alter table AgentBase_DefinedTermBase drop constraint FK6665C77DF116FEB0 [42102-170]
933
06-08 17:36:40 jdbc[9]: exception
1342
06-15 17:38:36 jdbc[2]: exception
934 1343
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE" not found; SQL statement:
935 1344
alter table AgentBase_DefinedTermBase drop constraint FK6665C77D8D9AB196 [42102-170]
936
06-08 17:36:40 jdbc[9]: exception
1345
06-15 17:38:36 jdbc[2]: exception
937 1346
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_DEFINEDTERMBASE_AUD" not found; SQL statement:
938 1347
alter table AgentBase_DefinedTermBase_AUD drop constraint FKA737EECE34869AAE [42102-170]
939
06-08 17:36:40 jdbc[9]: exception
1348
06-15 17:38:36 jdbc[2]: exception
940 1349
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION" not found; SQL statement:
941 1350
alter table AgentBase_Extension drop constraint FK8E1E5676927DE9DF [42102-170]
942
06-08 17:36:40 jdbc[9]: exception
1351
06-15 17:38:36 jdbc[2]: exception
943 1352
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION" not found; SQL statement:
944 1353
alter table AgentBase_Extension drop constraint FK8E1E567686EFC5D4 [42102-170]
945
06-08 17:36:40 jdbc[9]: exception
1354
06-15 17:38:36 jdbc[2]: exception
946 1355
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_EXTENSION_AUD" not found; SQL statement:
947 1356
alter table AgentBase_Extension_AUD drop constraint FK11AE594734869AAE [42102-170]
948
06-08 17:36:40 jdbc[9]: exception
1357
06-15 17:38:36 jdbc[2]: exception
949 1358
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_IDENTIFIER" not found; SQL statement:
950 1359
alter table AgentBase_Identifier drop constraint FK410EB952E12073FF [42102-170]
951
06-08 17:36:40 jdbc[9]: exception
1360
06-15 17:38:36 jdbc[2]: exception
952 1361
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_IDENTIFIER" not found; SQL statement:
953 1362
alter table AgentBase_Identifier drop constraint FK410EB95286EFC5D4 [42102-170]
954
06-08 17:36:40 jdbc[9]: exception
1363
06-15 17:38:36 jdbc[2]: exception
955 1364
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_IDENTIFIER_AUD" not found; SQL statement:
956 1365
alter table AgentBase_Identifier_AUD drop constraint FK3DB9EE2334869AAE [42102-170]
957
06-08 17:36:40 jdbc[9]: exception
1366
06-15 17:38:36 jdbc[2]: exception
958 1367
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER" not found; SQL statement:
959 1368
alter table AgentBase_Marker drop constraint FK365D5D63777265A1 [42102-170]
960
06-08 17:36:40 jdbc[9]: exception
1369
06-15 17:38:36 jdbc[2]: exception
961 1370
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER" not found; SQL statement:
962 1371
alter table AgentBase_Marker drop constraint FK365D5D6386EFC5D4 [42102-170]
963
06-08 17:36:40 jdbc[9]: exception
1372
06-15 17:38:36 jdbc[2]: exception
964 1373
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MARKER_AUD" not found; SQL statement:
965 1374
alter table AgentBase_Marker_AUD drop constraint FKE40621B434869AAE [42102-170]
966
06-08 17:36:40 jdbc[9]: exception
1375
06-15 17:38:36 jdbc[2]: exception
967 1376
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA" not found; SQL statement:
968 1377
alter table AgentBase_Media drop constraint FKE8FC5D9BC2C29593 [42102-170]
969
06-08 17:36:40 jdbc[9]: exception
1378
06-15 17:38:36 jdbc[2]: exception
970 1379
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA" not found; SQL statement:
971 1380
alter table AgentBase_Media drop constraint FKE8FC5D9B86EFC5D4 [42102-170]
972
06-08 17:36:40 jdbc[9]: exception
1381
06-15 17:38:36 jdbc[2]: exception
973 1382
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_MEDIA_AUD" not found; SQL statement:
974 1383
alter table AgentBase_Media_AUD drop constraint FK323A45EC34869AAE [42102-170]
975
06-08 17:36:40 jdbc[9]: exception
1384
06-15 17:38:36 jdbc[2]: exception
976 1385
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
977 1386
alter table AgentBase_OriginalSourceBase drop constraint FKB482C5E63A6735D9 [42102-170]
978
06-08 17:36:40 jdbc[9]: exception
1387
06-15 17:38:36 jdbc[2]: exception
979 1388
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE" not found; SQL statement:
980 1389
alter table AgentBase_OriginalSourceBase drop constraint FKB482C5E686EFC5D4 [42102-170]
981
06-08 17:36:40 jdbc[9]: exception
1390
06-15 17:38:36 jdbc[2]: exception
982 1391
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
983 1392
alter table AgentBase_OriginalSourceBase_AUD drop constraint FK886D90B734869AAE [42102-170]
984
06-08 17:36:40 jdbc[9]: exception
1393
06-15 17:38:36 jdbc[2]: exception
985 1394
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO" not found; SQL statement:
986 1395
alter table AgentBase_RightsInfo drop constraint FK4FD6A3CEC13F7B21 [42102-170]
987
06-08 17:36:40 jdbc[9]: exception
1396
06-15 17:38:36 jdbc[2]: exception
988 1397
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO" not found; SQL statement:
989 1398
alter table AgentBase_RightsInfo drop constraint FK4FD6A3CE86EFC5D4 [42102-170]
990
06-08 17:36:40 jdbc[9]: exception
1399
06-15 17:38:36 jdbc[2]: exception
991 1400
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_RIGHTSINFO_AUD" not found; SQL statement:
992 1401
alter table AgentBase_RightsInfo_AUD drop constraint FK79503A9F34869AAE [42102-170]
993
06-08 17:36:40 jdbc[9]: exception
1402
06-15 17:38:36 jdbc[2]: exception
994 1403
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_EMAILADDRESSES" not found; SQL statement:
995 1404
alter table AgentBase_contact_emailaddresses drop constraint FK4BD2B08E86EFC5D4 [42102-170]
996
06-08 17:36:40 jdbc[9]: exception
1405
06-15 17:38:36 jdbc[2]: exception
997 1406
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_EMAILADDRESSES_AUD" not found; SQL statement:
998 1407
alter table AgentBase_contact_emailaddresses_AUD drop constraint FKCAF7E75F34869AAE [42102-170]
999
06-08 17:36:40 jdbc[9]: exception
1408
06-15 17:38:36 jdbc[2]: exception
1000 1409
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_FAXNUMBERS" not found; SQL statement:
1001 1410
alter table AgentBase_contact_faxnumbers drop constraint FK52E1AD9586EFC5D4 [42102-170]
1002
06-08 17:36:40 jdbc[9]: exception
1411
06-15 17:38:36 jdbc[2]: exception
1003 1412
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_FAXNUMBERS_AUD" not found; SQL statement:
1004 1413
alter table AgentBase_contact_faxnumbers_AUD drop constraint FK88A308E634869AAE [42102-170]
1005
06-08 17:36:40 jdbc[9]: exception
1414
06-15 17:38:36 jdbc[2]: exception
1006 1415
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_PHONENUMBERS" not found; SQL statement:
1007 1416
alter table AgentBase_contact_phonenumbers drop constraint FKC171CC2486EFC5D4 [42102-170]
1008
06-08 17:36:40 jdbc[9]: exception
1417
06-15 17:38:36 jdbc[2]: exception
1009 1418
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_PHONENUMBERS_AUD" not found; SQL statement:
1010 1419
alter table AgentBase_contact_phonenumbers_AUD drop constraint FKDDD347F534869AAE [42102-170]
1011
06-08 17:36:40 jdbc[9]: exception
1420
06-15 17:38:36 jdbc[2]: exception
1012 1421
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_URLS" not found; SQL statement:
1013 1422
alter table AgentBase_contact_urls drop constraint FK9A9643EC86EFC5D4 [42102-170]
1014
06-08 17:36:40 jdbc[9]: exception
1423
06-15 17:38:36 jdbc[2]: exception
1015 1424
org.h2.jdbc.JdbcSQLException: Table "AGENTBASE_CONTACT_URLS_AUD" not found; SQL statement:
1016 1425
alter table AgentBase_contact_urls_AUD drop constraint FK1CE69BBD34869AAE [42102-170]
1017
06-08 17:36:40 jdbc[9]: exception
1426
06-15 17:38:36 jdbc[2]: exception
1018 1427
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1019 1428
alter table Amplification drop constraint FK9DA6B4164FF2DB2C [42102-170]
1020
06-08 17:36:40 jdbc[9]: exception
1429
06-15 17:38:36 jdbc[2]: exception
1021 1430
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1022 1431
alter table Amplification drop constraint FK9DA6B416BC5DA539 [42102-170]
1023
06-08 17:36:40 jdbc[9]: exception
1432
06-15 17:38:36 jdbc[2]: exception
1024 1433
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1025 1434
alter table Amplification drop constraint FK9DA6B4163DA462D5 [42102-170]
1026
06-08 17:36:40 jdbc[9]: exception
1435
06-15 17:38:36 jdbc[2]: exception
1027 1436
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1028 1437
alter table Amplification drop constraint FK9DA6B4166D2CE418 [42102-170]
1029
06-08 17:36:40 jdbc[9]: exception
1438
06-15 17:38:36 jdbc[2]: exception
1030 1439
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1031 1440
alter table Amplification drop constraint FK9DA6B4163781DA30 [42102-170]
1032
06-08 17:36:40 jdbc[9]: exception
1441
06-15 17:38:36 jdbc[2]: exception
1033 1442
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1034 1443
alter table Amplification drop constraint FK9DA6B416403E17F4 [42102-170]
1035
06-08 17:36:40 jdbc[9]: exception
1444
06-15 17:38:36 jdbc[2]: exception
1036 1445
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1037 1446
alter table Amplification drop constraint FK9DA6B416AFCA96F8 [42102-170]
1038
06-08 17:36:40 jdbc[9]: exception
1447
06-15 17:38:36 jdbc[2]: exception
1039 1448
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION" not found; SQL statement:
1040 1449
alter table Amplification drop constraint FK9DA6B4161600EAB3 [42102-170]
1041
06-08 17:36:40 jdbc[9]: exception
1450
06-15 17:38:36 jdbc[2]: exception
1042 1451
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1043 1452
alter table AmplificationResult drop constraint FK484B7FD34FF2DB2C [42102-170]
1044
06-08 17:36:40 jdbc[9]: exception
1453
06-15 17:38:36 jdbc[2]: exception
1045 1454
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1046 1455
alter table AmplificationResult drop constraint FK484B7FD3BC5DA539 [42102-170]
1047
06-08 17:36:40 jdbc[9]: exception
1456
06-15 17:38:36 jdbc[2]: exception
1048 1457
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1049 1458
alter table AmplificationResult drop constraint FK484B7FD3614CEB1F [42102-170]
1050
06-08 17:36:40 jdbc[9]: exception
1459
06-15 17:38:36 jdbc[2]: exception
1051 1460
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1052 1461
alter table AmplificationResult drop constraint FK484B7FD3DEC4385F [42102-170]
1053
06-08 17:36:40 jdbc[9]: exception
1462
06-15 17:38:36 jdbc[2]: exception
1054 1463
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1055 1464
alter table AmplificationResult drop constraint FK484B7FD3E671A9DF [42102-170]
1056
06-08 17:36:40 jdbc[9]: exception
1465
06-15 17:38:36 jdbc[2]: exception
1057 1466
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT" not found; SQL statement:
1058 1467
alter table AmplificationResult drop constraint FK484B7FD3825BDDD3 [42102-170]
1059
06-08 17:36:40 jdbc[9]: exception
1468
06-15 17:38:36 jdbc[2]: exception
1060 1469
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_AUD" not found; SQL statement:
1061 1470
alter table AmplificationResult_AUD drop constraint FK343D8C2434869AAE [42102-170]
1062
06-08 17:36:40 jdbc[9]: exception
1471
06-15 17:38:36 jdbc[2]: exception
1063 1472
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_ANNOTATION" not found; SQL statement:
1064 1473
alter table AmplificationResult_Annotation drop constraint FKFE4A8B3B1E403E0B [42102-170]
1065
06-08 17:36:40 jdbc[9]: exception
1474
06-15 17:38:36 jdbc[2]: exception
1066 1475
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_ANNOTATION" not found; SQL statement:
1067 1476
alter table AmplificationResult_Annotation drop constraint FKFE4A8B3BD320A65F [42102-170]
1068
06-08 17:36:40 jdbc[9]: exception
1477
06-15 17:38:36 jdbc[2]: exception
1069 1478
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_ANNOTATION_AUD" not found; SQL statement:
1070 1479
alter table AmplificationResult_Annotation_AUD drop constraint FK7378A38C34869AAE [42102-170]
1071
06-08 17:36:40 jdbc[9]: exception
1480
06-15 17:38:36 jdbc[2]: exception
1072 1481
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_MARKER" not found; SQL statement:
1073 1482
alter table AmplificationResult_Marker drop constraint FK5B911A46777265A1 [42102-170]
1074
06-08 17:36:40 jdbc[9]: exception
1483
06-15 17:38:36 jdbc[2]: exception
1075 1484
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_MARKER" not found; SQL statement:
1076 1485
alter table AmplificationResult_Marker drop constraint FK5B911A46D320A65F [42102-170]
1077
06-08 17:36:40 jdbc[9]: exception
1486
06-15 17:38:36 jdbc[2]: exception
1078 1487
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATIONRESULT_MARKER_AUD" not found; SQL statement:
1079 1488
alter table AmplificationResult_Marker_AUD drop constraint FK9D7AB51734869AAE [42102-170]
1080
06-08 17:36:40 jdbc[9]: exception
1489
06-15 17:38:36 jdbc[2]: exception
1081 1490
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_AUD" not found; SQL statement:
1082 1491
alter table Amplification_AUD drop constraint FK448EE6E734869AAE [42102-170]
1083
06-08 17:36:40 jdbc[9]: exception
1492
06-15 17:38:36 jdbc[2]: exception
1084 1493
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION" not found; SQL statement:
1085 1494
alter table Amplification_Annotation drop constraint FK6B251F181E403E0B [42102-170]
1086
06-08 17:36:40 jdbc[9]: exception
1495
06-15 17:38:36 jdbc[2]: exception
1087 1496
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION" not found; SQL statement:
1088 1497
alter table Amplification_Annotation drop constraint FK6B251F18614CEB1F [42102-170]
1089
06-08 17:36:40 jdbc[9]: exception
1498
06-15 17:38:36 jdbc[2]: exception
1090 1499
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_ANNOTATION_AUD" not found; SQL statement:
1091 1500
alter table Amplification_Annotation_AUD drop constraint FK6FC00E934869AAE [42102-170]
1092
06-08 17:36:40 jdbc[9]: exception
1501
06-15 17:38:36 jdbc[2]: exception
1093 1502
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER" not found; SQL statement:
1094 1503
alter table Amplification_Marker drop constraint FK46E224A3777265A1 [42102-170]
1095
06-08 17:36:40 jdbc[9]: exception
1504
06-15 17:38:36 jdbc[2]: exception
1096 1505
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER" not found; SQL statement:
1097 1506
alter table Amplification_Marker drop constraint FK46E224A3614CEB1F [42102-170]
1098
06-08 17:36:40 jdbc[9]: exception
1507
06-15 17:38:36 jdbc[2]: exception
1099 1508
org.h2.jdbc.JdbcSQLException: Table "AMPLIFICATION_MARKER_AUD" not found; SQL statement:
1100 1509
alter table Amplification_Marker_AUD drop constraint FKA5548F434869AAE [42102-170]
1101
06-08 17:36:40 jdbc[9]: exception
1510
06-15 17:38:36 jdbc[2]: exception
1102 1511
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
1103 1512
alter table Annotation drop constraint FK1A21C74F4FF2DB2C [42102-170]
1104
06-08 17:36:40 jdbc[9]: exception
1513
06-15 17:38:36 jdbc[2]: exception
1105 1514
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
1106 1515
alter table Annotation drop constraint FK1A21C74FBC5DA539 [42102-170]
1107
06-08 17:36:40 jdbc[9]: exception
1516
06-15 17:38:36 jdbc[2]: exception
1108 1517
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
1109 1518
alter table Annotation drop constraint FK1A21C74FE8D36B00 [42102-170]
1110
06-08 17:36:40 jdbc[9]: exception
1519
06-15 17:38:36 jdbc[2]: exception
1111 1520
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
1112 1521
alter table Annotation drop constraint FK1A21C74FDF299D00 [42102-170]
1113
06-08 17:36:40 jdbc[9]: exception
1522
06-15 17:38:36 jdbc[2]: exception
1114 1523
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION" not found; SQL statement:
1115 1524
alter table Annotation drop constraint FK1A21C74FE7692740 [42102-170]
1116
06-08 17:36:40 jdbc[9]: exception
1525
06-15 17:38:36 jdbc[2]: exception
1117 1526
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_AUD" not found; SQL statement:
1118 1527
alter table Annotation_AUD drop constraint FK1A6BB5A034869AAE [42102-170]
1119
06-08 17:36:40 jdbc[9]: exception
1528
06-15 17:38:36 jdbc[2]: exception
1120 1529
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION" not found; SQL statement:
1121 1530
alter table Annotation_Annotation drop constraint FKC99DFE3F1E403E0B [42102-170]
1122
06-08 17:36:40 jdbc[9]: exception
1531
06-15 17:38:36 jdbc[2]: exception
1123 1532
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION" not found; SQL statement:
1124 1533
alter table Annotation_Annotation drop constraint FKC99DFE3F994CCE20 [42102-170]
1125
06-08 17:36:40 jdbc[9]: exception
1534
06-15 17:38:36 jdbc[2]: exception
1126 1535
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_ANNOTATION_AUD" not found; SQL statement:
1127 1536
alter table Annotation_Annotation_AUD drop constraint FKB212F49034869AAE [42102-170]
1128
06-08 17:36:40 jdbc[9]: exception
1537
06-15 17:38:36 jdbc[2]: exception
1129 1538
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER" not found; SQL statement:
1130 1539
alter table Annotation_Marker drop constraint FKB17EAF4A777265A1 [42102-170]
1131
06-08 17:36:40 jdbc[9]: exception
1540
06-15 17:38:36 jdbc[2]: exception
1132 1541
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER" not found; SQL statement:
1133 1542
alter table Annotation_Marker drop constraint FKB17EAF4A994CCE20 [42102-170]
1134
06-08 17:36:40 jdbc[9]: exception
1543
06-15 17:38:36 jdbc[2]: exception
1135 1544
org.h2.jdbc.JdbcSQLException: Table "ANNOTATION_MARKER_AUD" not found; SQL statement:
1136 1545
alter table Annotation_Marker_AUD drop constraint FK68CE281B34869AAE [42102-170]
1137
06-08 17:36:40 jdbc[9]: exception
1546
06-15 17:38:36 jdbc[2]: exception
1138 1547
org.h2.jdbc.JdbcSQLException: Table "CDMMETADATA" not found; SQL statement:
1139 1548
alter table CdmMetaData drop constraint FK6EA78F7B4FF2DB2C [42102-170]
1140
06-08 17:36:40 jdbc[9]: exception
1549
06-15 17:38:36 jdbc[2]: exception
1141 1550
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
1142 1551
alter table Classification drop constraint FKDB1100064FF2DB2C [42102-170]
1143
06-08 17:36:40 jdbc[9]: exception
1552
06-15 17:38:36 jdbc[2]: exception
1144 1553
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
1145 1554
alter table Classification drop constraint FKDB110006BC5DA539 [42102-170]
1146
06-08 17:36:40 jdbc[9]: exception
1555
06-15 17:38:36 jdbc[2]: exception
1147 1556
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
1148 1557
alter table Classification drop constraint FKDB11000677E2F09E [42102-170]
1149
06-08 17:36:40 jdbc[9]: exception
1558
06-15 17:38:36 jdbc[2]: exception
1150 1559
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
1151 1560
alter table Classification drop constraint FKDB1100068D0FB4DA [42102-170]
1152
06-08 17:36:40 jdbc[9]: exception
1561
06-15 17:38:36 jdbc[2]: exception
1153 1562
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION" not found; SQL statement:
1154 1563
alter table Classification drop constraint FKDB110006D1E08681 [42102-170]
1155
06-08 17:36:40 jdbc[9]: exception
1564
06-15 17:38:36 jdbc[2]: exception
1156 1565
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_AUD" not found; SQL statement:
1157 1566
alter table Classification_AUD drop constraint FKEB11BAD734869AAE [42102-170]
1158
06-08 17:36:40 jdbc[9]: exception
1567
06-15 17:38:36 jdbc[2]: exception
1159 1568
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION" not found; SQL statement:
1160 1569
alter table Classification_Annotation drop constraint FKC978FD281E403E0B [42102-170]
1161
06-08 17:36:40 jdbc[9]: exception
1570
06-15 17:38:36 jdbc[2]: exception
1162 1571
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION" not found; SQL statement:
1163 1572
alter table Classification_Annotation drop constraint FKC978FD2884A3CE1B [42102-170]
1164
06-08 17:36:40 jdbc[9]: exception
1573
06-15 17:38:36 jdbc[2]: exception
1165 1574
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ANNOTATION_AUD" not found; SQL statement:
1166 1575
alter table Classification_Annotation_AUD drop constraint FK3D1256F934869AAE [42102-170]
1167
06-08 17:36:40 jdbc[9]: exception
1576
06-15 17:38:36 jdbc[2]: exception
1168 1577
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT" not found; SQL statement:
1169 1578
alter table Classification_Credit drop constraint FK4950A17232D1B9F [42102-170]
1170
06-08 17:36:40 jdbc[9]: exception
1579
06-15 17:38:36 jdbc[2]: exception
1171 1580
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT" not found; SQL statement:
1172 1581
alter table Classification_Credit drop constraint FK4950A17284A3CE1B [42102-170]
1173
06-08 17:36:40 jdbc[9]: exception
1582
06-15 17:38:36 jdbc[2]: exception
1174 1583
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_CREDIT_AUD" not found; SQL statement:
1175 1584
alter table Classification_Credit_AUD drop constraint FK48AC64334869AAE [42102-170]
1176
06-08 17:36:40 jdbc[9]: exception
1585
06-15 17:38:36 jdbc[2]: exception
1177 1586
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_DESCRIPTION" not found; SQL statement:
1178 1587
alter table Classification_Description drop constraint FK382EB1232BEBA58D [42102-170]
1179
06-08 17:36:40 jdbc[9]: exception
1588
06-15 17:38:36 jdbc[2]: exception
1180 1589
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_DESCRIPTION" not found; SQL statement:
1181 1590
alter table Classification_Description drop constraint FK382EB12328459272 [42102-170]
1182
06-08 17:36:40 jdbc[9]: exception
1591
06-15 17:38:36 jdbc[2]: exception
1183 1592
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_DESCRIPTION" not found; SQL statement:
1184 1593
alter table Classification_Description drop constraint FK382EB12384A3CE1B [42102-170]
1185
06-08 17:36:40 jdbc[9]: exception
1594
06-15 17:38:36 jdbc[2]: exception
1186 1595
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_DESCRIPTION_AUD" not found; SQL statement:
1187 1596
alter table Classification_Description_AUD drop constraint FK3187957434869AAE [42102-170]
1188
06-08 17:36:40 jdbc[9]: exception
1597
06-15 17:38:36 jdbc[2]: exception
1189 1598
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION" not found; SQL statement:
1190 1599
alter table Classification_Extension drop constraint FK715D6726927DE9DF [42102-170]
1191
06-08 17:36:40 jdbc[9]: exception
1600
06-15 17:38:36 jdbc[2]: exception
1192 1601
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION" not found; SQL statement:
1193 1602
alter table Classification_Extension drop constraint FK715D672684A3CE1B [42102-170]
1194
06-08 17:36:40 jdbc[9]: exception
1603
06-15 17:38:36 jdbc[2]: exception
1195 1604
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_EXTENSION_AUD" not found; SQL statement:
1196 1605
alter table Classification_Extension_AUD drop constraint FK289591F734869AAE [42102-170]
1197
06-08 17:36:40 jdbc[9]: exception
1606
06-15 17:38:36 jdbc[2]: exception
1198 1607
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_GEOSCOPE" not found; SQL statement:
1199 1608
alter table Classification_GeoScope drop constraint FK379FE5BC86D04E74 [42102-170]
1200
06-08 17:36:40 jdbc[9]: exception
1609
06-15 17:38:36 jdbc[2]: exception
1201 1610
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_GEOSCOPE" not found; SQL statement:
1202 1611
alter table Classification_GeoScope drop constraint FK379FE5BC84A3CE1B [42102-170]
1203
06-08 17:36:40 jdbc[9]: exception
1612
06-15 17:38:36 jdbc[2]: exception
1204 1613
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_GEOSCOPE_AUD" not found; SQL statement:
1205 1614
alter table Classification_GeoScope_AUD drop constraint FKF5AAD58D34869AAE [42102-170]
1206
06-08 17:36:40 jdbc[9]: exception
1615
06-15 17:38:36 jdbc[2]: exception
1207 1616
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_IDENTIFIER" not found; SQL statement:
1208 1617
alter table Classification_Identifier drop constraint FKC5B1BEA2E12073FF [42102-170]
1209
06-08 17:36:40 jdbc[9]: exception
1618
06-15 17:38:36 jdbc[2]: exception
1210 1619
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_IDENTIFIER" not found; SQL statement:
1211 1620
alter table Classification_Identifier drop constraint FKC5B1BEA284A3CE1B [42102-170]
1212
06-08 17:36:40 jdbc[9]: exception
1621
06-15 17:38:36 jdbc[2]: exception
1213 1622
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_IDENTIFIER_AUD" not found; SQL statement:
1214 1623
alter table Classification_Identifier_AUD drop constraint FK3B9CB7334869AAE [42102-170]
1215
06-08 17:36:40 jdbc[9]: exception
1624
06-15 17:38:36 jdbc[2]: exception
1216 1625
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER" not found; SQL statement:
1217 1626
alter table Classification_Marker drop constraint FK59778AB3777265A1 [42102-170]
1218
06-08 17:36:40 jdbc[9]: exception
1627
06-15 17:38:36 jdbc[2]: exception
1219 1628
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER" not found; SQL statement:
1220 1629
alter table Classification_Marker drop constraint FK59778AB384A3CE1B [42102-170]
1221
06-08 17:36:40 jdbc[9]: exception
1630
06-15 17:38:36 jdbc[2]: exception
1222 1631
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_MARKER_AUD" not found; SQL statement:
1223 1632
alter table Classification_Marker_AUD drop constraint FK68A9270434869AAE [42102-170]
1224
06-08 17:36:40 jdbc[9]: exception
1633
06-15 17:38:36 jdbc[2]: exception
1225 1634
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE" not found; SQL statement:
1226 1635
alter table Classification_OriginalSourceBase drop constraint FK91B37B363A6735D9 [42102-170]
1227
06-08 17:36:40 jdbc[9]: exception
1636
06-15 17:38:36 jdbc[2]: exception
1228 1637
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE" not found; SQL statement:
1229 1638
alter table Classification_OriginalSourceBase drop constraint FK91B37B3684A3CE1B [42102-170]
1230
06-08 17:36:40 jdbc[9]: exception
1639
06-15 17:38:36 jdbc[2]: exception
1231 1640
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
1232 1641
alter table Classification_OriginalSourceBase_AUD drop constraint FK48A31E0734869AAE [42102-170]
1233
06-08 17:36:40 jdbc[9]: exception
1642
06-15 17:38:36 jdbc[2]: exception
1234 1643
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO" not found; SQL statement:
1235 1644
alter table Classification_RightsInfo drop constraint FKD479A91EC13F7B21 [42102-170]
1236
06-08 17:36:40 jdbc[9]: exception
1645
06-15 17:38:36 jdbc[2]: exception
1237 1646
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO" not found; SQL statement:
1238 1647
alter table Classification_RightsInfo drop constraint FKD479A91E84A3CE1B [42102-170]
1239
06-08 17:36:40 jdbc[9]: exception
1648
06-15 17:38:36 jdbc[2]: exception
1240 1649
org.h2.jdbc.JdbcSQLException: Table "CLASSIFICATION_RIGHTSINFO_AUD" not found; SQL statement:
1241 1650
alter table Classification_RightsInfo_AUD drop constraint FK3F5017EF34869AAE [42102-170]
1242
06-08 17:36:40 jdbc[9]: exception
1651
06-15 17:38:36 jdbc[2]: exception
1243 1652
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
1244 1653
alter table Collection drop constraint FKF078ABE4FF2DB2C [42102-170]
1245
06-08 17:36:40 jdbc[9]: exception
1654
06-15 17:38:36 jdbc[2]: exception
1246 1655
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
1247 1656
alter table Collection drop constraint FKF078ABEBC5DA539 [42102-170]
1248
06-08 17:36:40 jdbc[9]: exception
1657
06-15 17:38:36 jdbc[2]: exception
1249 1658
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
1250 1659
alter table Collection drop constraint FKF078ABE16B9CA77 [42102-170]
1251
06-08 17:36:40 jdbc[9]: exception
1660
06-15 17:38:36 jdbc[2]: exception
1252 1661
org.h2.jdbc.JdbcSQLException: Table "COLLECTION" not found; SQL statement:
1253 1662
alter table Collection drop constraint FKF078ABECEB38EFF [42102-170]
1254
06-08 17:36:40 jdbc[9]: exception
1663
06-15 17:38:36 jdbc[2]: exception
1255 1664
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_AUD" not found; SQL statement:
1256 1665
alter table Collection_AUD drop constraint FKD6D4298F34869AAE [42102-170]
1257
06-08 17:36:40 jdbc[9]: exception
1666
06-15 17:38:36 jdbc[2]: exception
1258 1667
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION" not found; SQL statement:
1259 1668
alter table Collection_Annotation drop constraint FKEA970F701E403E0B [42102-170]
1260
06-08 17:36:40 jdbc[9]: exception
1669
06-15 17:38:36 jdbc[2]: exception
1261 1670
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION" not found; SQL statement:
1262 1671
alter table Collection_Annotation drop constraint FKEA970F70EB62BE9A [42102-170]
1263
06-08 17:36:40 jdbc[9]: exception
1672
06-15 17:38:36 jdbc[2]: exception
1264 1673
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ANNOTATION_AUD" not found; SQL statement:
1265 1674
alter table Collection_Annotation_AUD drop constraint FKA0CE054134869AAE [42102-170]
1266
06-08 17:36:40 jdbc[9]: exception
1675
06-15 17:38:36 jdbc[2]: exception
1267 1676
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT" not found; SQL statement:
1268 1677
alter table Collection_Credit drop constraint FKE0A317BA32D1B9F [42102-170]
1269
06-08 17:36:40 jdbc[9]: exception
1678
06-15 17:38:36 jdbc[2]: exception
1270 1679
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT" not found; SQL statement:
1271 1680
alter table Collection_Credit drop constraint FKE0A317BAEB62BE9A [42102-170]
1272
06-08 17:36:40 jdbc[9]: exception
1681
06-15 17:38:36 jdbc[2]: exception
1273 1682
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_CREDIT_AUD" not found; SQL statement:
1274 1683
alter table Collection_Credit_AUD drop constraint FK25A8D88B34869AAE [42102-170]
1275
06-08 17:36:40 jdbc[9]: exception
1684
06-15 17:38:36 jdbc[2]: exception
1276 1685
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION" not found; SQL statement:
1277 1686
alter table Collection_Extension drop constraint FKF68FEBDE927DE9DF [42102-170]
1278
06-08 17:36:40 jdbc[9]: exception
1687
06-15 17:38:36 jdbc[2]: exception
1279 1688
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION" not found; SQL statement:
1280 1689
alter table Collection_Extension drop constraint FKF68FEBDEEB62BE9A [42102-170]
1281
06-08 17:36:40 jdbc[9]: exception
1690
06-15 17:38:36 jdbc[2]: exception
1282 1691
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_EXTENSION_AUD" not found; SQL statement:
1283 1692
alter table Collection_Extension_AUD drop constraint FK1306FAAF34869AAE [42102-170]
1284
06-08 17:36:40 jdbc[9]: exception
1693
06-15 17:38:36 jdbc[2]: exception
1285 1694
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_IDENTIFIER" not found; SQL statement:
1286 1695
alter table Collection_Identifier drop constraint FKE6CFD0EAE12073FF [42102-170]
1287
06-08 17:36:40 jdbc[9]: exception
1696
06-15 17:38:36 jdbc[2]: exception
1288 1697
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_IDENTIFIER" not found; SQL statement:
1289 1698
alter table Collection_Identifier drop constraint FKE6CFD0EAEB62BE9A [42102-170]
1290
06-08 17:36:40 jdbc[9]: exception
1699
06-15 17:38:36 jdbc[2]: exception
1291 1700
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_IDENTIFIER_AUD" not found; SQL statement:
1292 1701
alter table Collection_Identifier_AUD drop constraint FK677579BB34869AAE [42102-170]
1293
06-08 17:36:40 jdbc[9]: exception
1702
06-15 17:38:36 jdbc[2]: exception
1294 1703
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER" not found; SQL statement:
1295 1704
alter table Collection_Marker drop constraint FKF0CA00FB777265A1 [42102-170]
1296
06-08 17:36:40 jdbc[9]: exception
1705
06-15 17:38:36 jdbc[2]: exception
1297 1706
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER" not found; SQL statement:
1298 1707
alter table Collection_Marker drop constraint FKF0CA00FBEB62BE9A [42102-170]
1299
06-08 17:36:40 jdbc[9]: exception
1708
06-15 17:38:36 jdbc[2]: exception
1300 1709
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MARKER_AUD" not found; SQL statement:
1301 1710
alter table Collection_Marker_AUD drop constraint FK89C7394C34869AAE [42102-170]
1302
06-08 17:36:40 jdbc[9]: exception
1711
06-15 17:38:36 jdbc[2]: exception
1303 1712
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA" not found; SQL statement:
1304 1713
alter table Collection_Media drop constraint FK7320E703C2C29593 [42102-170]
1305
06-08 17:36:40 jdbc[9]: exception
1714
06-15 17:38:36 jdbc[2]: exception
1306 1715
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA" not found; SQL statement:
1307 1716
alter table Collection_Media drop constraint FK7320E703EB62BE9A [42102-170]
1308
06-08 17:36:40 jdbc[9]: exception
1717
06-15 17:38:36 jdbc[2]: exception
1309 1718
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_MEDIA_AUD" not found; SQL statement:
1310 1719
alter table Collection_Media_AUD drop constraint FK9AABDB5434869AAE [42102-170]
1311
06-08 17:36:40 jdbc[9]: exception
1720
06-15 17:38:36 jdbc[2]: exception
1312 1721
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE" not found; SQL statement:
1313 1722
alter table Collection_OriginalSourceBase drop constraint FK37DEC57E3A6735D9 [42102-170]
1314
06-08 17:36:40 jdbc[9]: exception
1723
06-15 17:38:36 jdbc[2]: exception
1315 1724
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE" not found; SQL statement:
1316 1725
alter table Collection_OriginalSourceBase drop constraint FK37DEC57EEB62BE9A [42102-170]
1317
06-08 17:36:40 jdbc[9]: exception
1726
06-15 17:38:36 jdbc[2]: exception
1318 1727
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_ORIGINALSOURCEBASE_AUD" not found; SQL statement:
1319 1728
alter table Collection_OriginalSourceBase_AUD drop constraint FKF810044F34869AAE [42102-170]
1320
06-08 17:36:40 jdbc[9]: exception
1729
06-15 17:38:36 jdbc[2]: exception
1321 1730
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO" not found; SQL statement:
1322 1731
alter table Collection_RightsInfo drop constraint FKF597BB66C13F7B21 [42102-170]
1323
06-08 17:36:40 jdbc[9]: exception
1732
06-15 17:38:36 jdbc[2]: exception
1324 1733
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO" not found; SQL statement:
1325 1734
alter table Collection_RightsInfo drop constraint FKF597BB66EB62BE9A [42102-170]
1326
06-08 17:36:40 jdbc[9]: exception
1735
06-15 17:38:36 jdbc[2]: exception
1327 1736
org.h2.jdbc.JdbcSQLException: Table "COLLECTION_RIGHTSINFO_AUD" not found; SQL statement:
1328 1737
alter table Collection_RightsInfo_AUD drop constraint FKA30BC63734869AAE [42102-170]
1329
06-08 17:36:40 jdbc[9]: exception
1738
06-15 17:38:36 jdbc[2]: exception
1330 1739
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
1331 1740
alter table Credit drop constraint FK78CA97194FF2DB2C [42102-170]
1332
06-08 17:36:40 jdbc[9]: exception
1741
06-15 17:38:36 jdbc[2]: exception
1333 1742
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
1334 1743
alter table Credit drop constraint FK78CA9719BC5DA539 [42102-170]
1335
06-08 17:36:40 jdbc[9]: exception
1744
06-15 17:38:36 jdbc[2]: exception
1336 1745
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
1337 1746
alter table Credit drop constraint FK78CA9719E8D36B00 [42102-170]
1338
06-08 17:36:40 jdbc[9]: exception
1747
06-15 17:38:36 jdbc[2]: exception
1339 1748
org.h2.jdbc.JdbcSQLException: Table "CREDIT" not found; SQL statement:
1340 1749
alter table Credit drop constraint FK78CA9719F7976FC5 [42102-170]
1341
06-08 17:36:40 jdbc[9]: exception
1750
06-15 17:38:36 jdbc[2]: exception
1342 1751
org.h2.jdbc.JdbcSQLException: Table "CREDIT_AUD" not found; SQL statement:
1343 1752
alter table Credit_AUD drop constraint FK5533906A34869AAE [42102-170]
1344
06-08 17:36:40 jdbc[9]: exception
1753
06-15 17:38:36 jdbc[2]: exception
1345 1754
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION" not found; SQL statement:
1346 1755
alter table Credit_Annotation drop constraint FKE8DA4C351E403E0B [42102-170]
1347
06-08 17:36:40 jdbc[9]: exception
1756
06-15 17:38:36 jdbc[2]: exception
1348 1757
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION" not found; SQL statement:
1349 1758
alter table Credit_Annotation drop constraint FKE8DA4C354CF694E0 [42102-170]
1350
06-08 17:36:40 jdbc[9]: exception
1759
06-15 17:38:36 jdbc[2]: exception
1351 1760
org.h2.jdbc.JdbcSQLException: Table "CREDIT_ANNOTATION_AUD" not found; SQL statement:
1352 1761
alter table Credit_Annotation_AUD drop constraint FK1DEB578634869AAE [42102-170]
1353
06-08 17:36:40 jdbc[9]: exception
1762
06-15 17:38:36 jdbc[2]: exception
1354 1763
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER" not found; SQL statement:
1355 1764
alter table Credit_Marker drop constraint FK10CC6840777265A1 [42102-170]
1356
06-08 17:36:40 jdbc[9]: exception
1765
06-15 17:38:36 jdbc[2]: exception
1357 1766
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER" not found; SQL statement:
1358 1767
alter table Credit_Marker drop constraint FK10CC68404CF694E0 [42102-170]
1359
06-08 17:36:40 jdbc[9]: exception
1768
06-15 17:38:36 jdbc[2]: exception
1360 1769
org.h2.jdbc.JdbcSQLException: Table "CREDIT_MARKER_AUD" not found; SQL statement:
1361 1770
alter table Credit_Marker_AUD drop constraint FK880A761134869AAE [42102-170]
1362
06-08 17:36:40 jdbc[9]: exception
1771
06-15 17:38:36 jdbc[2]: exception
1363 1772
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1364 1773
alter table DefinedTermBase drop constraint FK2E340A664FF2DB2C [42102-170]
1365
06-08 17:36:40 jdbc[9]: exception
1774
06-15 17:38:36 jdbc[2]: exception
1366 1775
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1367 1776
alter table DefinedTermBase drop constraint FK2E340A66BC5DA539 [42102-170]
1368
06-08 17:36:40 jdbc[9]: exception
1777
06-15 17:38:36 jdbc[2]: exception
1369 1778
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1370 1779
alter table DefinedTermBase drop constraint FK2E340A663B0DA0EF [42102-170]
1371
06-08 17:36:40 jdbc[9]: exception
1780
06-15 17:38:36 jdbc[2]: exception
1372 1781
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1373 1782
alter table DefinedTermBase drop constraint FK2E340A66D040DBF0 [42102-170]
1374
06-08 17:36:40 jdbc[9]: exception
1783
06-15 17:38:36 jdbc[2]: exception
1375 1784
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1376 1785
alter table DefinedTermBase drop constraint FK2E340A6647AF954C [42102-170]
1377
06-08 17:36:40 jdbc[9]: exception
1786
06-15 17:38:36 jdbc[2]: exception
1378 1787
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1379 1788
alter table DefinedTermBase drop constraint FK2E340A6624AF3F70 [42102-170]
1380
06-08 17:36:40 jdbc[9]: exception
1789
06-15 17:38:36 jdbc[2]: exception
1381 1790
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1382 1791
alter table DefinedTermBase drop constraint FK2E340A6636C6F6F6 [42102-170]
1383
06-08 17:36:40 jdbc[9]: exception
1792
06-15 17:38:36 jdbc[2]: exception
1384 1793
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1385 1794
alter table DefinedTermBase drop constraint FK2E340A66CC0240B6 [42102-170]
1386
06-08 17:36:40 jdbc[9]: exception
1795
06-15 17:38:36 jdbc[2]: exception
1387 1796
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE" not found; SQL statement:
1388 1797
alter table DefinedTermBase drop constraint FK2E340A6688206484 [42102-170]
1389
06-08 17:36:40 jdbc[9]: exception
1798
06-15 17:38:36 jdbc[2]: exception
1390 1799
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_AUD" not found; SQL statement:
1391 1800
alter table DefinedTermBase_AUD drop constraint FK86E8953734869AAE [42102-170]
1392
06-08 17:36:40 jdbc[9]: exception
1801
06-15 17:38:36 jdbc[2]: exception
1393 1802
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION" not found; SQL statement:
1394 1803
alter table DefinedTermBase_Annotation drop constraint FK589B6C81E403E0B [42102-170]
1395
06-08 17:36:40 jdbc[9]: exception
1804
06-15 17:38:36 jdbc[2]: exception
1396 1805
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION" not found; SQL statement:
1397 1806
alter table DefinedTermBase_Annotation drop constraint FK589B6C8C0DB4934 [42102-170]
1398
06-08 17:36:40 jdbc[9]: exception
1807
06-15 17:38:36 jdbc[2]: exception
1399 1808
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_ANNOTATION_AUD" not found; SQL statement:
1400 1809
alter table DefinedTermBase_Annotation_AUD drop constraint FK28ED409934869AAE [42102-170]
1401
06-08 17:36:40 jdbc[9]: exception
1810
06-15 17:38:36 jdbc[2]: exception
1402 1811
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT" not found; SQL statement:
1403 1812
alter table DefinedTermBase_Continent drop constraint FK45F60AFB9AEE7205 [42102-170]
1404
06-08 17:36:40 jdbc[9]: exception
1813
06-15 17:38:36 jdbc[2]: exception
1405 1814
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT" not found; SQL statement:
1406 1815
alter table DefinedTermBase_Continent drop constraint FK45F60AFB901A60CE [42102-170]
1407
06-08 17:36:40 jdbc[9]: exception
1816
06-15 17:38:36 jdbc[2]: exception
1408 1817
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CONTINENT_AUD" not found; SQL statement:
1409 1818
alter table DefinedTermBase_Continent_AUD drop constraint FKF5DE434C34869AAE [42102-170]
1410
06-08 17:36:40 jdbc[9]: exception
1819
06-15 17:38:36 jdbc[2]: exception
1411 1820
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY" not found; SQL statement:
1412 1821
alter table DefinedTermBase_Country drop constraint FKA2ADDA9D47CE41A0 [42102-170]
1413
06-08 17:36:40 jdbc[9]: exception
1822
06-15 17:38:36 jdbc[2]: exception
1414 1823
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY" not found; SQL statement:
1415 1824
alter table DefinedTermBase_Country drop constraint FKA2ADDA9DCE5C0F9E [42102-170]
1416
06-08 17:36:40 jdbc[9]: exception
1825
06-15 17:38:36 jdbc[2]: exception
1417 1826
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_COUNTRY_AUD" not found; SQL statement:
1418 1827
alter table DefinedTermBase_Country_AUD drop constraint FK8D0171EE34869AAE [42102-170]
1419
06-08 17:36:40 jdbc[9]: exception
1828
06-15 17:38:36 jdbc[2]: exception
1420 1829
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT" not found; SQL statement:
1421 1830
alter table DefinedTermBase_Credit drop constraint FK78FF2B1232D1B9F [42102-170]
1422
06-08 17:36:40 jdbc[9]: exception
1831
06-15 17:38:36 jdbc[2]: exception
1423 1832
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT" not found; SQL statement:
1424 1833
alter table DefinedTermBase_Credit drop constraint FK78FF2B12C0DB4934 [42102-170]
1425
06-08 17:36:40 jdbc[9]: exception
1834
06-15 17:38:36 jdbc[2]: exception
1426 1835
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_CREDIT_AUD" not found; SQL statement:
1427 1836
alter table DefinedTermBase_Credit_AUD drop constraint FK409B7FE334869AAE [42102-170]
1428
06-08 17:36:40 jdbc[9]: exception
1837
06-15 17:38:36 jdbc[2]: exception
1429 1838
org.h2.jdbc.JdbcSQLException: Table "DEFINEDTERMBASE_EXTENSION" not found; SQL statement:
1430 1839
alter table DefinedTermBase_Extension drop constraint FK397EF986927DE9DF [42102-170]
1431
06-08 17:36:40 jdbc[9]: exception
1840
06-15 17:38:36 jdbc[2]: exception
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff