Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] Setting up CDO/Hibernate store with a Postgresql DB
[CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551206] Thu, 05 August 2010 15:22 Go to next message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

This is a multi-part message in MIME format.
--------------050707040503040301010509
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,

It's been a long time I wanted to try CDO. And the time has come :-D

My goal is to make CDO work using a Postgis database, using Hibernate
spatial.
I already managed to get a fully working EMF/Teneo/Hibernate/Postgis
environment (not so straight forward !), and now I'd like to use CDO on
top of it.

It took me some time to set up a correct Helios environment running the
latest CDO release. So much that I don't really know if it's correct.
I attached a screenshot of my installation in case it helps solving my
problem :

When starting the CDO server using an empty database, I get the
following output :

(see below for some other information)

--------------------------------------------------
##################################################
--------------------------------------------------

Configuration location:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/
Configuration file:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/config.ini
loaded
Install location:
file:/D:/Program Files/eclipse/helios/eclipse/
Framework located:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Framework classpath:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Splash location:
null
Debug options:
file:/D:/Program Files/eclipse/helios/eclipse/.options not found

osgi> Time to load bundles: 15
Starting application: 5734
[INFO] CDO server starting
!SESSION 2010-08-05 17:05:00.687
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_EN
Framework arguments: -application org.eclipse.emf.cdo.server.app
Command-line arguments: -application org.eclipse.emf.cdo.server.app
-data
D:\PROJETS\PERSO\eclipse_workspaces\CDO/../runtime-New_confi guration
-dev
file:D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plug ins/org.eclipse.pde.core/CDOServer/dev.properties
-os win32 -ws win32 -arch x86 -consoleLog -debug -console

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-05 17:05:06.578
!MESSAGE CDO server starting

!ENTRY org.eclipse.emf.ecore 2 0 2010-08-05 17:05:06.734
!MESSAGE Both 'fr.magellium.swt.spatial' and 'spatialModel' register a
package for 'http:///fr/magellium/swt/examples/spatial/model.ecore/1.0.0'
SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See
also http://www.slf4j.org/codes.html#log4j_version
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[ bundleresource://498.fwk16994425:12/org/slf4j/impl/StaticLog gerBinder.class]
SLF4J: Found binding in
[ bundleresource://498.fwk16994425:13/org/slf4j/impl/StaticLog gerBinder.class]
SLF4J: Found binding in
[ bundleresource://501.fwk16994425:8/org/slf4j/impl/StaticLogg erBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
log4j:WARN No appenders could be found for logger
(org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI))
create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri))
create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id))
alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit
create sequence hibernate_sequence
[INFO] No user manager configured. Users will not be authenticated

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-05 17:05:07.218
!MESSAGE No user manager configured. Users will not be authenticated
D:\Program Files\eclipse\helios\eclipse\.
Aug 5, 2010 5:05:07 PM
org.eclipse.emf.teneo.classloader.ClassLoaderResolver setClassLoaderStrategy
INFO: Class loader strategy set to:
org.eclipse.emf.teneo.classloader.ContextClassLoaderStrategy
[ERROR] Could not execute JDBC batch update
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more

!ENTRY org.eclipse.emf.cdo.server.hibernate 4 0 2010-08-05 17:05:08.015
!MESSAGE Could not execute JDBC batch update
!STACK 0
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more
[ERROR] Could not execute JDBC batch update
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more

!ENTRY org.eclipse.emf.cdo.server 4 0 2010-08-05 17:05:08.015
!MESSAGE Could not execute JDBC batch update
!STACK 0
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more
[ERROR] Could not execute JDBC batch update
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more

!ENTRY org.eclipse.net4j.util 4 0 2010-08-05 17:05:08.015
!MESSAGE Could not execute JDBC batch update
!STACK 0
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more

!ENTRY org.eclipse.equinox.app 4 0 2010-08-05 17:05:08.031
!MESSAGE Could not execute JDBC batch update
!STACK 0
org.hibernate.exception.SQLGrammarException: Could not execute JDBC
batch update
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
at
org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
at
org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
at
org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
at
org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
"cdoresourcenode" (e_version, resource_id, container_id, "name",
"dtype", e_id) values ('1',
' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
cause.
at
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
at
org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
at
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
... 19 more

!ENTRY org.eclipse.osgi 2 0 2010-08-05 17:05:08.062
!MESSAGE Info: cycle(s) found while stopping bundles:
[[ch.qos.logback.classic,org.slf4j.api,ch.qos.logback.slf4j, ch.qos.logback.core]].


--------------------------------------------------
##################################################
--------------------------------------------------

So it seems that the table "cdoresourcenode" should have been created...
:'(

After laucnhing this server, I can see that 3 tables were created in the
database :
cdo_package_info (2 records, one for ECore, one for CDO Eresource)
cdo_package_unit (2 records...)
cdo_system_information (1 record)
Along with one sequence : "hibernate_sequence".


My "cdo-server.xml" file looks like the following :


<?xml version="1.0" encoding="UTF-8"?>
<cdoServer>

<acceptor type="tcp" listenAddr="0.0.0.0" port="2036">
</acceptor>

<repository name="repo1">
<property name="overrideUUID" value="" />
<property name="supportingAudits" value="false" />
<property name="verifyingRevisions" value="false" />
<property name="currentLRUCapacity" value="10000" />
<property name="revisedLRUCapacity" value="10000" />

<property name="teneo.mapping.cascade_policy_on_non_containment"
value="PERSIST,MERGE" />
<!-- create tables for each subclass with joining to the parent table -->
<property name="teneo.mapping.inheritance" value="JOINED" />
<!-- create an index for each fk -->
<property name="teneo.mapping.add_index_for_fk" value="true" />
<property name="teneo.mapping.maximum_sql_name_length" value="30"/>
<property name="teneo.mapping.join_column_naming_strategy"
value="simple"/>


<store type="hibernate">
<mappingProvider type="teneo">
</mappingProvider>

<property name="hibernate.dialect"
value="org.hibernatespatial.postgis.PostgisDialect" />
<property name="hibernate.connection.driver_class"
value="org.postgresql.Driver" />
<property name="hibernate.connection.url"
value="jdbc:postgresql://127.0.0.1/cdotest" />
<property name="hibernate.connection.username" value="postgres" />
<property name="hibernate.connection.password" value="postgres" />
<property name="hibernate.hbm2ddl.auto" value="true" />

</store>
</repository>

</cdoServer>


Can someone explain me what I'm doing wrong ?
I must be missing something...
Thanks a lot in advance !

Stephane

--------------050707040503040301010509
Content-Type: image/png;
name="Helios_cfg.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="Helios_cfg.png"

iVBORw0KGgoAAAANSUhEUgAAA1IAAAKACAMAAAChebmlAAAAAXNSR0IArs4c 6QAAAARnQU1B
AACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgA ABdwnLpRPAAA
AwBQTFRFAAAAChZjCRxlEBZlFh1qGB1rCSFoCiRqDCZrDCZsDihtFyBrECpv HiJuEStwEixx
FCpwFC5yHyRxGityFTBzFjF0GDN2GTR3GjV4HDd5HTh6Hzp8ICRwIClzKCt2 IDt8IT1+MTR+
QEBAIz+AJD+AMjqCOz2GJUGBKESDKUWFK0iHLEiHLUqIL0yKNEGFMEyKMk6M P0eMM1CNNFGO
NlOQN1SQOVaSO1iUPFqVPlyXP12YNGGrPGqxQEeFREWNREiFSkOJT06VQF6Y VVmQWFacRGKc
SGafVGaCVmiDWmuGXW6JX3CJSWegTGqjSHS7UG6mUXCnVHOqWHetWXiuXXyx YV+jamOZZHSN
a3qTYWCkameqYH+zdWald2qmcm6weXO1f3u3dIKXdIOaeIacfoueYoG1ZYW4 aoq8fYugd5O/
VIDEXYjLbo7Ab5DBc5PEd5jHd5jIe5zKfqDOrHQAr3gAtH4As3AmgXalgHa2 gXq6mHqzvooA
vYM0tZEkwY4Axoo20qhH0q1Q0rdm2bJx3bp948F9+tp8gICAgY6hiZWmiZWo j5usloG8mIWz
kZ2uk56wlaCslqCwnKa1nqm0o4a0qYi1qJK+t4++tZm/oaq4p7C+qLK9mZXH mpTJnpvKgaHO
iKPMgqTRhqjUiKrWi63ZjrDbla3SmK/TkbPenLHbk7bglrnimb3lop/OsJHA sZjDvZzEr6zU
orXepbnZqLvZtKXPsLfBsrrDt7TYv7zdrL7hnMDnncHprsDcusHHvcTKocXs pMjur8Dipsrw
tMTkuMfmusjmxo69wZzEyp3F0ZvFx6fOzKLGzajLxLXX1anM26/Q1bLQ7NGL +92D+9+J9t+W
+uCM++KU+ume/+Wk++mr/uuzxMnSyc7UztPUz9Pa08Dc3cHb1NDI0NTV0tXb 1dnc2Nrex8Th
wM3k297h3uDj48zi4drs6NLk//HC//XM/vTV//Xb5eXm5Obq5ujs6+vr7e7w //fh//nn//vr
8/Pz+fn5////AAAAAAAAAAAAbuguQwAAAQB0Uk5T//////////////////// ////////////
//////////////////////////////////////////////////////////// ////////////
//////////////////////////////////////////////////////////// ////////////
//////////////////////////////////////////////////////////// ////////////
//////////////////////////////////////////////////////////// ////////////
////////////////////AFP3ByUAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5F VCB2My41LjVJ
ivzgAABX70lEQVR4Xu19ecAtyVXXU9AhiFExSBAFebgrLrghL4IoOmGiccWM oCAxmsgTISao
mJARRJ+4BAxuiMq4MIi7Dho3jBpEcddEIBkBfSZKooYshoSX7w9v19mrqrur u6u7q/uennnf
d797q6tO/c75nXO6us7tW/f9cAQcgXoI3L51/8YPR8ARqIXAvY5S9QjqPTkC 146AU+raLcDn
XxkBpNRDA8cHfMDT4PhAOT6oO57+9Kf/IHX8kHA84xkfoo4f1h0fGo5n4vFh l+OHy/Hh3fGR
H/mRP8oeH/3RP/rHpceP/wnx8RN/Unf8ZH18zMf8VDx+Gh0f+7Ef+zPk+JmX 42d1x882x8/p
jo/Tx8/tjo//+F+gjl80cPziy/FLuuOXDh6/DI5ffjl+xdDxKy/Hr9LHr84e n/7pvyl7/GZ7
vHD4+K3h+JzP+ZzfNn587ud+3ue9eOz47XB89eX4873HX6DjL8rxl+Lja9Tx l+Pjr+DxV83x
1/LHP/rH0fFPM8c/o+O1s477951STCunlFPqQjGnlEcpj1KXSLVKlIoWLG7H f7/2tek7Jko9
7Rf+qX/3b/7wF3zmp/6UH2zSQE/8PPEz2eDVJH523e7e7fjvC6XMddi92699 raHU7/zv//vf
/9kv+MzP+LRf+9N/qOZUR6mbm9nXUjc3H3r5f9m11M0NXFf5tVR6OeXXUt3l 1DpRKiLMhUC3
6OioM0apT/xP//f//IO/3jHqkz/pxzztwqkQ1C6/kVI3N33LE127yzKFWp64 ucElisvihKHU
zc0zP+zDbm7S5YkwmKxQ3NzI8sSFT06pbpnClye+ZtvliUyUylDq1q2Oed3P KEp9wB//j//t
f/39P/MZn/apn/xJn/BjuzAV+CSUGljxC4wqp1Ruxa/jk+KUptQlOjmlnFJh 3W9/SmHgQgIF
0nVsCryKKPW0f/uv/+7f/nO/ARj1UT9SKNWFjy7xu0SpEEousar79UEfhMHp QqaOUuGzS6Dq
fn1I+BF+cpTq/njmM7ufIUp1L+DnTVhED3QCXtHPjkkdlzBKdX944ueJn2XV qovouSiVoVTI
Brv342up//BN3/QvvvEb//k//Pon/87Xfd3jnPjd3Eji1/EpMOsDL3elbm6e /nQIT0ipjk6X
/7v7Upz4XTglid+FU5T4AZ+6/z+845RQCqMVRyngE+V+TimnVIOUghiVodS/ /F2Y9X3UR3zw
+3OUylKKglSOUhCfumupEIOIUuGPEkqFMAWUCucwpS4vnVJOqQYp1RelvjmN Ut2VVIZSkPh1
UQp3T0DiF6IUJX4YqphSkPWVUCqsUQRKSdYHrzzxyy1Q+Irfpit+E66lHvpj 3/y74TrqI37E
93u/7zsUpcLVVB+lnvGMcC01h1JqiSJDqY5UHqU8Sm0cpe6FA9K6bhE9pVTv it9Dn/iv/uSv
C4z64Pd/v+/z/WURvYsOdnkiBClYngjXUuE3RqnuNeR82cSvW58wyxNyLdXl eyE+hRddxueJ
n+/xu2z422+PX7c8AZQKrwKlptyXeujX/K2/8es/ARjVBSk+ZPeE3JrybbOZ 7bO+bVbtpT3D
ttmw4hd8PFNK3fwdv9X70EM/74/8zT/x8z/iB/6A79vFKKfUx32c70TPbku/ ng1JEKLouH0T
/X3ZPZG84zvRVXmH70T3neh2J/rtkeO1r40bRHv8+kqmfNusb5u9zm2zcwqm PEp5lILSRC9B
pGrEWvVSlWuFvTtH4GoR8O+euFrV+8TXQcAptQ6u3uvVIuCUulrV+8TXQcAp tQ6u3uvVIuCU
ulrV+8TXQcAptQ6u3uvVIuCUulrV+8TXQcAptQ6u3uvVIuCUulrV+8TXQcAp tQ6u3uvVIuCU
ulrV+8TXQSClFJRcrXusMxfv1RFoAIGEUps8v+12AzN3ERyBVRCIKbUJo7oy /tWPDq4Zg0w+
bfIJQ0KtomPvdFME9qLU+pO8RMI5/mHyaZNPGJq6h+/1DWPtEc5LqfjZJYVI Tj5t8glDgtxz
ThXqqd1mkyl1i7/KrJsUfa2ZTBC/y3Z4xltYzkxTn3za5BOcUu3SoYZkfZTC L06nIYQ6OUrR
F9gix1KexZI6pXp0twUwNczG++hHoDdKWV4MUko37V4vppSl7Uz1zYwe9rTx qcA3JvYcRSFb
n+uUmqnthk4bohQGny5ghaAFPzrGQAyj4IR2x23CCYFZmZPC3MFyCiJhlqHw iCxibp/Vk6mH
rwc1iA/yRJ+WTWzTiEuUyg7UN1je9zilGuLGTFEGKSWWK18F3ZkymIMYBXJN v8mUgqbwJ8cv
tJzxSJg1SKQUzniUUgkyZZTStB0Cl6NU2u3QQPnPnFIz7bih0wooxVwIXjj8 h6+UF495hg0x
lFFMIzsSSo1EQgp4GCThfIlSaQAV4nK4AbQ5sMJL8goURzlk6tPEfXBExtmr GBuNwwEde4Zf
6YDZmWH4bsg+XJTJCIxTKjw0kSyVmYKWzb62j1JxQAMBFaX6IiFwR59uqI3k VmLEsdAmfiqk
6slw9OSJ5CmVnp49gcVJ5cZ38LSemTmlJhtweyeUUEoleUIpnfgl1i+WbimV iVJwbhoJrW83
iSZHKT5NRpFrLBs98IrKhFecArwnosGlEYTPyPSZyLkTMBr2uAItoo5aNoX2 xK89ikyVaGgR
nRwrpG2cwOhcCaxbJ1Xwhlw6sRHr1Yg4SvVEwr4opSKYDaAS8vDZJchtylBj gkvwAaFDAEVK
AbHS60YJcrkTMnE1F2k9Sk011OO0n3yrt8rUUkoNRsIoe+QopWxelgCTcIPc SPmh6cjcK6cU
LrZEyxO9KV9G2JSwHqWq2NeunexJKZX/4KJ8FAlDPFQr8bwygeZJ0REXH4BM eUqZdX8VciHI
0upFJkpRBkgr8UwDShXlvhTmihKjMQjy+3Au95jOzK+ldiVDncH3pFSdGUS9 EKMGb8EOjNx/
55Z7tmcX3VLuOTeRw6PUKkaxaadOqQjuHobEt4vlrHFK9Z/rlNrU2LcZ7HSU YtjGTT2L8OTT
Jp8wpFiPUtuY/ZqjOKXKolS/DpxSa9rnAfvei1Iz6m39FEegVQRuK+rvQ6kD +h4X2RHoRcDk
604ptxRHYCkCTqmlCPr5joBBwCnlBuEIVEXAKVUVTu/MEXBKuQ04AlURKKPU PT8cAUdgGAH6
ioRCSt32wxFwBIYQ4O9eLaVUq7fVTijXBt9nfbPFGFuopqF5TKdU1XTTO9to T1PPMFX3Te2o
zKbmMTXxm/ON4jtifeChtzCTLcbYQgVNzcMptYXK54yxhZlsMcacuU89p6l5 OKWmqm+r9luY
STxGaVHkVhiUjrMFVqWyzLyWki8vKh7IG05EwH7RWXRyJdtX38EWBqjU7cSZ Lm/ulFqO4RX0
MEipSvOPvnXGKVUD13mJH3ydivrSE/o69BoieR8BgYhS8g2C+a+knYWaoRR+ TdysjnY+6QxR
CikVcgVkl/l+850hPsPwytz5GxDpe5YyXyU4a8qaUvrrC2d1tuNJp6AUUok8 Jnw77ISvKNkR
/4MMHVFKvhI3962aM+fklJoJ3NBpcxO/QClWbnCjR722XQHVGl2mUYq/Htdg vwR3p1QNTUV9
zKaUPGfAE78V9CLXUuprr4k9TqkI8XMkfvoL0fVixSrmdY2dipnQt9EiufCC CtcrFq18m0X0
A+ftJ6DUNZr41nPewky2GGML3Jqax7zEbwuYrn2MLcxkizG20GNT85hMKS9A 2wqB2zfrj7TF
GOvP4t6FUluMUjTG5A1JXn7mCDgC25QgPnY5tig28zEcgaYRmByl+mbzO7oP wg8/HIFrRqAW
pR77tm/7L//59/3eLlR5rLpmg/K5V6PUd1+O7/3e7ud3O6fcrq4YgWqUetvb 3vbeu3ffe/n1
tjFK3bpivA8/9aXKKzz/VmG7BvGsRqmnnnrq7otffPc973nqKaFUHpgEre62 /QRsetpO6WLC
aPs3lYllXgF0CGD4XL0TNjKbdxbPZinKufPT9+J3lo66eNoTOqhFqZe/4Q3v uPv443df8Yp3
vOPlPH4ZpabiNbX9BDhabCogZl4FPl3+635eyAS/+R1AyrRZOsOl4Jed75S6 ufmSt7/97t2v
/dq7b3zjK17xJaS2TsvBR4oj7V6bN0Dj7F3hc3Cscpo9Aw2FPqYhdMdliltq XhudPxilNKWI
WtMpBcFMaYui3ZjyMARyMBzTHQ4B3fdrLg6uwRxwqq3rtlaUunv37pOPf/2T F0p90be87GUv
Q5IApdBRkvOMvSZCxL6UlWu9LWBKXjdxxt3HVd3xRnwpGGaEUgriJEohVci1 9Q2GwBllAdJj
ygOllOsu0pKmiR0stRsRsgCzHZvUotQLX/jC77ocn/32t3/xU1/4utdlKBW8 klYAXUGVU0q1
dEqpVEBFpzTNK/E01hcRzBIaIKTklFdMKfGHerBBSpk4pie2I18Khq5Fqec+ 97lP/pZv+Ibn
fuu3/p7f//mf//mUyemAnYlSEnRKPB1eLERaVH7vGqOUsnNx7Gl00e+kZpGj VM7ydUDKpgy9
GQbpbmKUij2EpCoFtr1Tk1qUuoj/rGc9+eSzXv/6l75U+88MhEl+Bg5sPHmg BNLmGldCKZ60
eBTKqjWV0uWJKEpJbqgsLqEUp4AxsazysFmx7ohxiVUYAVT+GYdYEyrlMnwn 8uSHrUipmztP
PHHnJS+RcdAK5Aq3w4qvM2nhtyOKXI0CnHChLFcAiDiueEUrw9CrXEvR8kdT OC8QBld3ACfy
PfSqmznCyp9Hq0HR++y9tEh8zUW6IK0MKy+Iw+OP606pNFqeAKlwMsgVnC4O wFpWEwBn3NhR
lVJf/fidzPTWnrcEuYjNjUF9GHG0wlZV3jk1V5NSN3dyjOKFulVMij2ZTmMm 3TheRazjdgqA
8rEepU6ruaqUOq4hueSOQC0EnFK1kPR+HIGAQD1KeVmHm5QjUJNSXoLo9uQI 1IxSXoLo9uQI
VE38HvMSRLcoR6BqlPISxOswqHhVfWiV/TpvZtRannhsfgliTim0S+A6zHRk lgyQumeEd0np
I3OTB3at2NIY3mGxFNFRSonqRpsulaXN82tRakEJYoZS1+neeiyEwVB+Bt4T roU/8PPBQsTF
VjjGE6W6saaLZWmzg1qUWlyCaDZ0wX6vNhHbXqrcBqE0jMtec/pM7znV5UeZ GeAeP4hlOB5t
3gvdccyTTX/QDYc/2p8nqot3H8r+Tip2RElkiybvNeR60u3hXjpiLUotLUEE M+CfnvgpxSpK
2bikNw91loyBK6GUMtS8vSDuqg/ii07jODL2146YHrQ8Kop2es60k/e0LSy1 7x3Or0WppSWI
hlK8IXkHQBocUihlX2m/k9JJG7F9nU7RGrFEKZVM9pcg9qoOw5uqhzelJxwP 49GdUkFDS0sQ
Ixg9SuWiVBSuFEgqgOhoFccY1YHhVY5ShimcQ6h6KRvIeCg9Jl3u5UlDIjil +vz43BLEXD7h
lIophakS5nY6yeNP0kiV0sJkhzxGQins01YApooKzfLekHtIm5irvmikTIcN 5g2DItVK/LpB
ZpYgRkV0xuEeDc415MWlAVg5IAvUZYbyyXDxoVoKVKuFQWTueHIJYicQDatV R0QfqCPUBZVU
ritdyTrJGqCu2GdVSlUpQeTkpC9LWREN7zrwK5d0lkCzQHWpsg+r/pqUqlCC mNzMLNGkt6mI
wOwSxAWqi8aki7SKs9qyq6qU2lJwH8sRaBMBp1SbenGpDotAPUp5CeJhjcAF r4lANUp5CWJN
tXhfx0WgFqW8BPG4NuCSV0WgGqW8BLGqXryzwyJQjVITShAzYNFNiAo3Iyp0 cVhtriR4KaRx
8YA572oqC6pRqqcEsdttSbcdVNlAd0Mxd0cR7r9n71OQuQx807wUCSjbKrWH lcyxRrfscKR0
KjJQKb7o8EMQAcpob8UceQq/3D9Beuie8QnU0gNlLUplSxABNtgDpgt2cNdJ xu6LdiP1aUOG
05M9vu64gInownCKmxkqQQQlkApmcKoQQqdUwLYWpXIliAgx0kQZPDwSAPwn RyW1zYz4x2UB
pgbOfLG9MhUejjrWmwdnGFIrp3CMEFLkX8W+K4dNz6QQfAxp0EgiX9CWCoSS RVAU5CdXypkR
+txSQidvuGVLwGG1dcCkjrThrxalciWIo5RCuJQT1VGq91MxHVPKpigVn9oK O+bI0dkb2ngm
SjG5sJmllf40SrWNKGS3JpVgtZADxFCn4h3jHEanKKWUmHKfPGuPEolmPB2t yjnwbX9OLUrl
ShAHKBVClCkLgG3WoA0JXnEbk8JQc9SlphR3VngZsD3wxSMCMAGXDKViM89T yhh7ZmRrtzia
UojoKrTUV8egtEJKceTS9R1RlxkVL8pai4Gu1bAWpbIliOJc2YeRB0spxVaD KlJEUQrAnECx
0XYNTNUmSOZUC7Ed+lG+KSYXG7uinAoAhohxRYfMJEsprZBIA3QmS1NIKeUZ UiF1KI4/FW+y
A/wTh6xFqcuwSQmisezYySZRSucZ6PbiNtjE4i2GIjmFNpGTUApCAUcERigT uxJrJT+mnZWB
JaEUj4anmsuyWA4TpfBMk4HYcePBRFxp55QCHscliJjC6TRBxa2AX+/yBH+a XBaH0+gaVzxp
yIwgd9SfYuuJjqax5mxgumgPAxDYrl4LUOsI6rmJDHYUuFAjdFVqSxChawj8 8foCDSw0F+bK
uhIKg37P6psVhsOg09AXAKxUWRFpTDepOBWj1M2dfAniMgzGg8x4i2USXN3Z WUC3RDkda8vR
l+q7JqV6ShCXiTgO5niLZRJc19l94WAzlLMCbDZ6BWVXpVQFebwLR+DgCDil Dq5AF781BOpR
yksQW9Oty7MLAtUo5SWIu+jPB20OgVqU8hLE5lTrAu2DQDVKeQniPgr0UVtD oBqlmilBRISv
puJtA4sqXcIeLEHs7tqSrLZWrrT7DWZaY4hqlNq/BNEUANCGgw6jY+26zGiV bE5u2cQ3b/SO
CbBc9Y7ZWzHHaAr3HifUiN/geWgh+hrNEbSJc2pRqoESRM0icYgB5WP7wVOU IGo1GHU4pXoc
QSsliLy/D7amwcY03KgmZePsxZtwayNCnKMEUW8SVNsFabMmbfakTYVcUWAi 8yFqE2tFqVZK
EKMCK0z7IIDFP4/AJ9lxHm/lB+/OoTm4jvif/hR2G+cPREb1QT1BEmnAS/a+ w2lFJYhaBSiK
llon6Z0jTOcs72W6akOhtSjVSgkiRKaYPhlKHSYXxCshTR9l1GTJKZ2seYK1 9U3amieSlXHU
lAot+aqVsS6mlCiHZFE9Ks2x9DKWcouxg2yDSyhFLUq1UoKYlh9aF2tq6ZrS xIAwaH0cc1JK
YTDpi1LafHPjZCklJDR1n3qtgiNlMaUUs3tqlcU5yHwlHsef2jZNKLQWpS6T 2bsEEdHNRKQk
5WMLbEIHo0KYmal6PkOkgcRPt7N5lkm+1EeccuGptUoQRTkQM3mcNO4o56fa XRel9i5BpBQB
lySMkvAbElQmfqT7VmxHBy5BNMsTkD0yq9SSf8ex8E99EQnlvAepTawYpbwE cTTcHKMBpYlG
2uybW88nFaIJsSwMNSnlJYhbm9gK4+1egtg7p6PUJlal1Aoa9i4dgYMh4JQ6 mMJc3NYRqEcp
L0FsXdcu3yYIVKOUlyBuoi8fpHkEalHKSxCbV7ULuA0C1SjlJYjbKMxHaR2B apRqrQSxdeCP
JF/pzZ/iEkSe/JFuuJdqrBqlGitBHJm/GEmDm8QS2Unas5QgCqOiqZZyt9S6 d2lXi1KtlSBO
otQuyJcPeroSRKfUfebd/Xu3eyyhtRJEqjqk+sMQjKJvv+dKONhUhjvLyk19 o5aVShAHwzGV
amoMpNReqjnVEyjD7AVCwlC/q9/LPKdAna576rqFmpXjlR92s68VpVosQZQN 6GHDs+yC1tVy
8bvN5R64WTsYGlU8ZV6ZPd3UltupT3OOAEEwrQSYVUoQgZHRrOTvg5Yf1qRU QyWI6OVYW2Ao
aW2ibHe2dNso+JQOU6sEcShKab/CtF2lBFGUw5SCCoJzlB/WpFRbJYgYhthS OErF7jtXV19q
69u1w8iZi1IcfSOfn5JkMqU4jqgoFUovJJDDK/ZZiEh41wpg/+YO4hmpKMUR Oe2saQ9YL/G7
TLy5EsSRxC9N+YasbjsCpSOhXPJLvZFJBxPDVDYe5VqKBP0lf4ZSwmFOEw2l 8F1LKd2USvtP
WX5YM0p1fe38FERTgqjWG0jj+Ba6Vco10O2qusU9yZMfmzlykhJE1gRwnb4d Kajk2OWH1Snl
T0Fsj44zJJLETp2cfXNG57NPSQXYXaT8XGqt+IXe79yZDVjvieO4jbeoL9V5 e2yzBPEo5Ye1
o9R57cxn5ggUI1A1ShWP6g0dgdMiUI9SXoJ4WiPxiU1BoBqlvARxCuze9rwI 1KKUlyCe10Z8
ZpMQqEYpL0GchLs3Pi0Ccyl1jw5E5rH2SxB9sX2uFZciN1aCODR+5rZT6bBz p7XSebMphfLc
I0q1UYI4pIWDaugCMEm+rARR7c2baEx6W9/AqQnAUxAfPXlKZxPnV7f5Ekp1 kyRKNVKCOM0P
1oVytd7qlCAOPF5qTPJCax5lxSTtxL0VCjE2l/U/r0WpVkoQaVtoXBuHG/3k YXvrQ1trhEol
iBLsMoJtU4LIBVIl2uE2+fLEWujW72c+paCOh6JUCyWI9DAI9GdQGKqLD2H7 6WHcHWgbJoGv
8CVMxLyHzegTmWpoJz+yJoStVR+6GqNiCaLAP6odPRNRIhS+1edBxR7nUwpA J0q1UoLI5oNP
TrGUgjq3tjUSK7dWCeJQlLIERLJWLkHEQgEgd4F2gky95YkVKVC7q1qUaqUE ESnFNpJEKdBo
bRjX7W8gSpWXIE6mFEfBaiWIOqzmo5TSThyJJWo1rr0llOrmT1Hq8rKFEsTA KM5f8okfJ03r
8qBi72hN8ku9UVyCqLI/sVYUMolSGkKAlM/hl1mYOU81XUpGWagdlYLGNbym YnvwArGiBqZ0
NZtS0X2pbswGShBF3ya1oAJDdck7BaS927KDPngJol6eUFEqox2k1FB5ospH 9taPHX8upXKz
uNNqCWLjmUJbFtHj+NfDcL2e9wG2JqWaLUE8m9LWNJXtSxDPpp2qlFpT1d63 I3AMBJxSx9CT
S3kYBOpRyksQD6N0F3RNBKpRyksQ11ST930cBGpRyksQj6Nzl3RVBKpRyksQ V9WTd34YBOZS
6oAliIfRSXOCli5zF5Ugmu9UL+25OUgGBJpNKeyzoRJE3IxJ+9Fb3Ksy0zLI 8JaVIPbdcRoX
qnD3fsKPLGFUZ/Hn5yBYLUo1U4JoN8KNm8sBWtQpQUw29pXPvNDUnVIB0lqU aqoEkfd5lltN
wy2rlSAOxO3NShBl6+UF8ZEqQxOU9YMRcUvu/LC7qrbnU6q5EkR5Mkf7ZWoT dEo7SHnPaWeL
+E+9Mnu3dQFhiB3wozfakI2mPePZejt4MjoMrR8tySJaQfHMxEeAXPppPAd+ CGK1KNVACaKo
5VyUwtq9PKXIknmzuiKceWIUWm2ey0gpS9baJYjCM742hEh1rocgVqNUAyWI llJHq4cfilto
gpnYpH07Rw+hlyYaB6vMSFlKCQl1vdTcpyCGIEnj9EwoFRxkjcWzf0+I+Js0 nZ/4gXgNlSCa
5EHSpU1gXHcQWXLBCj/1RnEJou3EepyEUpxGRomfzs90G0n8CHjTpc3sKFFU PiBPGkwor4VS
bZYg4tca6CRpXWvfpHf23gcuQcR7G7g8IbXXp3sI4uzEL2dKzZYgbmL35xmE LnXMjLJvbjjn
dPy9Jeqb/NzEL9ufPwVxQxtbaajtSxALJpIV6iooVQCON3EETo5A1Sh1cqx8 eo5AAQKrUsqr
Egs04E1OhsCalPKqxJMZi0+nBIEVKeVViSUK8DZnQ2BNSnlV4tmsxedTgMCa lGr/wYgFAHmT
8sKzohLEYUBNadbRvrseprYmpfZ/MCJUJQ4e9ECJ0YY7cou3mfJkYml5b0In JWwikkdpyc7U
mXOoWoJYTqlYc63eiIpmtCKlmqlKHKYU2CDt+ZlpdKuedq4SRKfU/e64CT8v x73b5cbTTFUi
FVLpZxBwfQ/vCy3Pb8ohqNLyZCWI5kEgUvqIkbV7/Be7EKz6oJir9wc2HLFW jFINPBhRqhLh
SW16wzMqjijVbOIne+olkmZeqUjLu2z1E2w4I8zRHHEx0VqwUg/DQbTI/XCb cCbnpzSWeoQO
ZqMhJejRRLThXDIH6DeuUKzirtboZEVKtVOVaIvpsOoNDaD5KIVXQniNRObF MTXzuKWUUnJW
3oa0q2G6rFGCOKSJPKV6KxTXYEOVPlekVFtVieQm2ekfhVK03jBY1WuiRw+l BnKlLKUwNmCA
4E7Nl4ZRm/EoxSWItHxCV7CScFsp8kX7KnZWsf8VOlmRUhdp934wok4YrH+P L1AklVoB5KVd
onDyS70xqQRRhTpDsIRSnAJyEGeAZj4FUaVuWU2YEeGP2DXYv00R81KEa56/ LqVaeDAiX9wq
r0vZPHwWVNXstZSmwZISRFpKNxkkmRIuEzAQCAliFwrl6SsiCE8waURSopS8 q0+wi/o5TbAS
SCHxzYBuiPCPSvWFYTUJsbyvtSnV6oMRlyN33h6yGeJA2nheJGbNbGVKNftg xFlgXcNJfdHa
KVWq/bUpVSqHt3METoKAU+okivRptILAqpTyEsRW1OxybIfAmpTyEsTt9Ogj NYPAipTyEsRm
tOyCbIjAmpTyEsQNFelDtYLAmpQ6VAmiLxL3m2QpNhVKEJutBygn7JqUOkQJ It/XB8wy+3To
g1LDKge/tCWNLPeM5pQgzn/wwoYliGo7sEJHbxcrFKYU2/rtVqTUMUoQaatY jjD2vd0oVacE
ceDxUmNmVTjzpFnheXb4hhUxhhN8viKlDlSCqPaw6d1osJ0MXGTY5bZL8W+1 EsQBC5dSwKgC
EGfNlYFq414I6lQlKNWC6l3YkoeGKGeqZ+vIuLo32c6HnaWKKLPuXVqtSKkD lSBKfZswCLNA
+1AknYFspK+wI5WTUngpYvArbKb3kioPEE7rpxR6DdUHjYEnZmAROeC0yiWI I4rYCPw5w6xI
qQOVIBpKJXudg3a51G9WNjNHNeLdVQFyTCmRSxdDaEJY+uUFoUBsyLpvCSLE RVtgqRWxANGV
T12RUgcqQYyjFJfJif/djVISXjKxiajOUSgfpYSIEyjF8RDSXgqOG5Ug0jB6 ZldPqYsODlCC
qJcnOBhZ58hXU8PZ03rOD81Zfqk3iksQrZvILW0qOnIKGCV+gVexHCbxwzMV ZvSOuizVyatg
bWJlNtWUFkLx9WCf2fOKUaqT6M4TT9x5yUu0bBDN6aqVr17Zj8I7quCN3VRI v7gKTV0awwdS
D6f8OvdGVxLQmypBVMsRZCr6G/C06rgAcCbWs0+TCJG+AgEVXvob/Og1BBwp YBSEJLskyjE4
gh0uzhDEuqfaJYikelY2qTxWhA7Hs4Fd5cS1KXW0EkSgdv8x9vkqStq40+wc t5741uPVw3hl
Sh2tBHFUkaMN6qlmn57im8gkxcYT33i4mlivTamasnpfjsABEHBKHUBJLuKR EFiVUl6CeCRT
cFnrILAmpbwEsY6OvJdDIbAipbwE8VCW4MJWQmBNSnkJYiUleTdHQqAipe7R gfN/bG4JYlzJ
NgFPWns98BrshNlu1bQUzaISxKn1TgusYSt87Dg1KYU93yNK5UoQpXagd74Z BfZtuYCdA6on
Q6nhsfpVq0ejm/T7aAdH5VnZSgk9b9nxIbsgAjiw5cHUXkyeSyELEsX13DMu ZWiQM2486eTJ
M61xQmVKdRMmSuVKEEsASdvAO3oLCr4zQqmMRjRmPcKY0TqLrIHzkj7qlCAu cA6FCDilgpZX
pNRQCSJtssM9zsaLyh9q9yqxI9qgrM/PbgwE0qGrptdUV6c2Bsa1RUAk2oK9 hBCLz+UYIaTI
v4p9TjKnfu+AG/sEpxgq9TgG2i0YAJpegojbycFLmq2ZOWNQTfTLxaCu2EFV SkGGQVEqV4Io
O1Z5pzHFATYTsQxVJzRIKTgj/mn3mGc+tQMpM+Vdtd0G3xXBL+pa4uQgpbCZ pZXBdGAuCI7q
Q1dcqeIOdDR6EzJRRLJD1ciKzCpCUJOGCng7hPy1uz5GlVaVUjBxolSuBJFc f0wB8Fhgv8rS
QXyrAPiLWgYrMHSBKyH0geETfkfTWIoU8BX9wu5xgAYoxZeEOUqJ8GlmrIqc 0A767FEDyNar
gBSMBVBCuJRS1oFhkGJ1WwnEGKKN9oVXdaNmv2aDFSmVK0EcohRNcyGlYsYh IyOroZRO3u6h
1P6XUsaniENhR2NCkYAnvkYuBydRSgOp2KmtmqVhz6bdnfJawL84Spn3tLwK 9NiPXF2U6qCj
KHV5mZYgBrdkoooKORx7VAsJU9Za9Ptpfzrc9YymfbiKfBQYcbRgK3sfIksn DIpEkqWxy/qk
qJ1GkecV+Rs1BgJpLsssNFGUssMpyY3iGdZhY5CpGqtRiczeqsmMXzNKRfel utHiEkRMYri6
TVI0uegFLcZVgt1lDV1b6SUwUD+tIdNrphR/qkemzs3FsQQDs5xBjN9Td0wD KSKUcsjwoV4m
ZzAIRorTbZQgKhJFkqbGwPw0+rUp7p6KyY5dkVK5/u+sUYI4C8TxWDPeYtbA xzspC4SjU6rI
lSm1Sgli6dxMu3GTGG8xa+CDnUSpQCy2o1OqyLUpVSqHt3METoKAU+okivRp tILAqpTyEsRW
1OxybIfAmpTyEsTt9OgjNYPAipTyEsRmtOyCbIjAmpTyEsQNFelDtYLAmpS6 ghLE61haLp1l
UQliv+XTMKXDtcKhSI41KXXoEsRBfZltOn0t61kG29qiEsT5O6sKN6smE56I ADQfHmxil3uw
bkVKHbsEsYRSw/v/qmm/TgnigjqVwpnUodRGoK5HthUpdewSRNplyBtGpUqP S0t43yF/lu4k
XF4dUq0EcYAZG5YgQhyi/bSwlRPjE0mh9v6FtvrvZSX/6xFJel6RUscvQYQK RNA+/hTlh1qF
+DO0FHXG4p3stHVUNotmX7GgelMpi4OZ6lCOqicLCRgbu50p7wNXbRQx2OGY ag1dZNADqin9
0ICvAOqa1FqRUgcvQbQVeKqQEc1NOVtd5Eg749EmePv8bCXiLnM2cjF3felB Zmd/67+GuK09
A7WTSZmZdnLomgCogiqgVBhjCNSYUtxWIlo1UGdro+DEFSl1ghJE8q0cKTB3 Qqevo1QaHMS5
Fuhh/NItH6Ukh7IlD1mS9A7S3zqaaccKtcyBMbuEUupM7pMSPpSLpFDxUVVG WRmXQrri+StS
6iL14UsQ2WZ0HqSvpXRSaLIlXeG4VH/kpmEASfE4nYvFtNkqccA0R+cAoiWU 4jESSqnroGzi
R97HdEny9ZNFZpUvSrTvahAUw5fiXOf8dSl14BJEXQQJdqWKIsXQzJU0Bwqq CMSzlqqK4h0O
RsKo65MDlSByYmlBVSQ2yxGS8MagMipL4a18/tqU8hLEygrboDsTwGi87Jsb CHO8IVamlJcg
Hs0kvARxqcbWptRS+fx8R+BgCDilDqYwF7d1BOpRyusNW9e1y7cJAtUo5fWG m+jLB2kegVqU
8nrD5lXtAm6DQDVKeb3hNgrzUVpHoBql5tYbAkB018PvfrRoMKVaWViCuKD8 pCXUqlEqV28I
2/L1JkskULjxrRVlKDW81bS/RG35FtWWNKNkYXQWlSD23XEan/SmJYgiTimT xyewaYtalMrV
G6pdkXbzCH7Ddc5oKGQNwdnz2UE1MK7uOiWIpILx8ZIWhcgmzQrPo/Hi5hNP nzGxVU6pRamh
ekOgCW2dxD+gJqD38QAQx6AJvw7vhLDHW+5kdypvDqWqNrQh3Jt3UP0o6JI6 Jet+7D5dmDzT
CGffC4KAJKFegM/WAULCTqowlYFKcRIas1ozypEWql82FzQWHLVhddaiVK7e UOsxSymtd3lN
htD7qYQ8KWYT/YIOOtIpq1peW7uKQyvpFGcSJqO3nIqLCq94wmmVCZ3WDwJC pfrQ8AVupvph
ieA0yQ5JHs1ptcW3VzmiV3HC/ZKVYLdLm1qUytUbDlBKdCDlmxCCwPVhYMJ3 TE2t9saoPHFZ
cOVG/WAgNCU+u6C8ZFCYUByReEWH56qplCnX4B5ystiYhqNZIMW21y1BhNny 2EqyDA5LcF3t
3FqUytUbTqOU6LzHWQLNlOvTzEGAkmCo883VQFy7YwVkTK44u9OePi3ZEt9j Rc5SSitEdbV2
CaI4D5mLxGfrWtYGflb/tSh1GTytN7T6F1zofa3JNLFIPw2pRhKldA2aSVA4 UypcsZoF4BYn
IXLyS72RSQcTU8Rg3l+4l1CKvRrnAaw9xl+3Ca9pGDWcFtRmj7FylB/VSuyX THWwhQ7Kx6hI
qaTekOI3Jy566Qr027s8wZ/q5Qm8mIVkXCoCyYmrhQwhsykdLMelqZbMEYAL cmN8RX/K+oCC
QbdTr63Tx1wbU0lMvGQMTAw4ITOjs0Y0pfS6Egs6phykVGQSKgXU8rPy05ns r7iqlFqj3hD5
MoDUeIv9YT6UBFlAG0O5MXG0fmtSapV6w3HsxlscyqB3FlZWvdPLrZ1F4+H7 ZGxDvqqUamNK
LoUjsCcCTqk90fexT4jAZEo91Hd0JYi9H/oHjsC1IFCNUlCCeC2w+TwdgT4E alFKlyA62o7A
FSNQjVK6BPGK8fSpXz0C1SilSxCno3qDp9Dv6T1MO2OrcaZJ1WrrUrRuooal 50XKn3haa6hV
o5QuQeRJdtdXD4Uf3UG/Ly/CXwoLQyk+IQvWpcMeEIfPCxLAj/4uuFFTemJ0 GDOGkqwRIcUJ
MtihXVhVo9nPmdgwXqLtuO+J3EAr6dVvm8pJAK1FKVOCSKMQRmDLotUxSo2o v0dTBQpkixtq
W9DPHLucfw4RSQEYIQSf4OdMH34HWscxpFygQkSSZoXnWXNBx9fnNsul3qtl LUqZEkRynfCb
Q0MUJ8B/gkOl18bm2cUapxvCHp5KAUecc/oBtCYpKErxyBi19N/c/V5KseNy jMhRSr+n/ZYh
Geugd0ICkoR6gSTAHCMEuiWsDGZKcRJOs1rTyiE7sEPlho5jdBt6IilqUSoq QRQuDVFK611e
s7dVrtd8KqYDbCG/hvoJJOEP8ExwmCEFEh7KZ32W2YCycCY4S5yHzFl8lkkF plEqD4TyRBTw
jMsj7EFCyQ5VI+sFUMIe5dCn/NsqEhyydhsNKCcnQi1KRSWIY5QSHbCy0Ng5 auElgKGdNRQO
PWBniLnqB9IdIJFIpCjFn6Gm5G9x1nsrDiYAk2Pnwa90/O2PUnJ+fjYxrux+ 7NUnuCq+NlPg
FlBKzkTKxcqJKXUE5axJqagEcQaltM0n1sPWolO9PKUsd5BMPZQylqo9sZB0 b0YRl4YpZaKH
UMv69P5JZSmVc0Lhikx7MBRvnFLqTEUpbSeZKCVupF3lJAZSK0pdOuYSRBUz tHONkgCO4iYO
qRPi91kT1mTM5axJUFSW0E8pnUvkLKsVSgWjxQxLp8aZ2JVQys5ehzucXTJx Hi0BXZIv3UYo
he+a7I39mowTkwXSFrywxd820cvJqCbfgp5AhoqUeujOE0/ceclL9NwgdnPi opeuwDp6lyf4
0+SyOJxGF8YmGuoLaOViKXVHPx9swvQqAQDebmx5QlmfLObJqngwNRIc/4C3 5CegoZYCjR+i
z4A+ckXKPQhica/U2FCKFy1Ew0YeYDiNRq8UpSJFkiuJlCOeox06VafUpQSx +uzQww70O96i
ulDn7jALqKNcqvSaUeqhO/UZpRL3vim5skuVXdKOUoq4raNcgl7tKFU6prdz BE6MQNUodWKc
fGqOQCECkykVroRzhz8FsRca/+CaEKhGKX8K4jWZjc+1H4FalPKnILqVOQIB gWqU8qcgukU5
AlUptewpiK6MJhEY/orEAz8OZU20q0WpzFMQ+VEL0QRa/NbdNTFe2rcYthgx v6e/rpkffHIZ
kR+Aob8ne6okGUqJ8uIP/StKAd5alMo9BbGHOu7cpll2hkfyVFbzNfzylen6 cVDmQVsTh06a
K+U5pfJg1qJU71MQ+YkA3dfVswE4rSbYNtmutmH7mp8+0IWn8E9+xs+ayg6M 39sPysK+1YMF
wiO7YuVRHFQhkYfl0NiNhg+LYksAAdv+FuYJ6omb1qJU71MQlXY7TOFZbfzA sQWSX8+pTCll
hYpSClGhFtq/fsTFgA1Ta62biJqp8jSPhcVAl0xH/J4JrCfUYi1K9T4FMaGU PG3lhHCuMiUd
pdKIlUYobd82YsW5GolrrRxaZSmllRcacCiLH/uFn0QdlYmzCoqbdVqLUr1P QYwpxRhvNsXD
DzRIqfBhSivJBOIHoOXgKKWUUZ4eIopSJg2JO/codf9y3HQ/uuPe7X4DTZ6C iJgzhBj6PfGb
SHJijcLTPnGwl1JRpNFZtwlYCaXSLC1Snkrtyh5aKKx3ShVTKnkKIl2Bmkfl eZSaSCj79D+C
jxb3JPOCNGz8Z1YBfM2FywaU1MnTJvOUKn9oIfgFeeqlL08URKmbOxOegtiX 1U+1N29fH4FR
3Yw2SGRKz5jeR/2JrtNjrWupIN2dO6VCnhfQUgRabVewtj1Vedkup3bSKl6p XFUpdZxpu6SO
wFoIOKXWQtb7vVIE6lHKSxCv1IR82haBapTyEkQ3LUegQ6AWpbwE0e3JEQgI VKOUlyC6RTkC
Syh1jw6E8bHhEsTeJdOZW9JnLcHOOsnNRBBwAEusYW6Uuoed0+/HekoQUQuw aSU9knf5pjpU
BPTdJaF78XC+3JOHv3p4elSLYLllYvEr/NtuUWBoYMPS8v0KRwWwhAj12iyh VIcwUaqvBBEl
7VNGSqlO+fhvoAwEbIfaqdI7c3oE00Etgh1EDhd4Dz9JShDRkZkeFtjOQQFc MOM5p9aiVG8J
ImzsCv+pLWjkZWFvGdTXaJpwcKPKKmpI/lZTKpytCIaf8b41GULKx8FtUwHX zPRzDuAzztGW
jGGZnQ7Mlcgmv4VqhJQ5JZZCwSvBTCsMtRiAVkkBR0sohBtKLGZM/JinzKcU JBIUpbIliGzU
QCnWvjV/fN8YS0IpZTkSnCQkZSil/Te9zryHZ7asPaEUF9xqfqi5J5TSCSF5 p8xUU1xMFiD+
jvWizwhtCUfWTsuIrirbfEqBhohSvSWIFHyYUhRngnasDUDoUEqJPGakR/oU tMltsWO8diD3
iaFS1cCFE0CaVSFe3LkWzzie0LNAGMNpo9cAo/A6K6EJ9M44IVCCm7o+S/zc 4lkftoNalOot
QYwpFSyYjSSllLmAitrFlMK2QB7TlvwqZXZofLE3lrSyZQUOUiryTASfhUqI mJ+nJqp4tAQt
9TUH8hn06JRiZJdQquuEotTlZbYEEY1WEr8Af6IAZoT2ucqvxtrVhkRRieaE XaTe29bKGaNo
Ok7RZGVi9lUuUmUopXkThawMvF14UroSGYbaam617KRWlW02paL7Up2Q8BRE EZdSL7M8odYo
UAG0TsDeDrMxHXkk++hUra8QeFlDohR9DAkd/MBcX12Gy7B8jb0q0rM7l1Q4 80phrBYOaMa2
KNGEE+tEFC6SetMr+pA4ZhsDxIyy5OqzJ3zwE+dSKjftkRLEZiJBM4I0ZjsS xiSZGxIxi6OD
W5NSIyWIzYDdjCBHplRfaHdwq1KqMRNxcRyBHRBwSu0Aug95ZgTqUcpLEM9s Jz63YgSqUcpL
EIsx94anRqAWpbwE8dRm4pMrR6AapbwEsRx0b3lmBOZSamIJYhGE4+uvPS2G Txzvtki6K25U
iuD0zZK5nnVt3fQe91fTbEqh6IUliJmJ4n1/9YnCF3btqd0CoRnsnEj70m/B fhlzlFrE/trI
SqCmLDtBAI8IDLMzRbXl7SQzZ9hXQBp1V4Bz3GSEUiXNZ85pvdOWUKqbcGEJ Yt5WelUi9/Fh
rwtCm6ELUY27GmHcekiu1bOatC21lJ2SODS0xPZ95YhzxCzgCnq8sd5LOBLv gM473bGR9vu8
FqVGShCz9X6xH5UgJJTiSisKPtAo2A3VZiTFjdSR2Qy4H8bLRtZ+hF4bl4PI 0Hu6jSbZIC9w
D6SAyzEQUM4XkNLeyZBRqKCpoqXpWLWPtl1yzIX0RCoEuNtoo+EyTFc9ez6l IHErLkEMDhSx
ioKO7BBntaMmwO3Su0BBvUPabJaGT2Mr6otsq6Jas/NJlFIAC7UQkr4tRExJ qx4Bkt2arbyW
81ArWk+mqXScCJXU5IAOEwvRyk0y+5pwL+9rPqVgYsUliGzuslU5g69ypbLF vJRS5OEiYjWu
gTEdllCKjDCNULGXyY+m/ZCKEFQLIKU5lB6gmwO3CjyWfI3f1d5P3rROTxym MgdDTjAYpdzG
FVqLUqMliCrNJ7WmlOqQk08xKhmfNRCl0vikLWzMcpv9fAKlKIzzVVYuZOcm mqVUaGh0EJqZ
BTlqYymlz7R6H1S5JPLpxXNOwkZVtoRS3ZSKSxA1tElYN0kGIiUX2uw3hxO/ c1MqpguEBr7s
EOKlkcqYY9bNJAbLvSeUUgsgKggJpeIzrd5zlFKXTpK2QzdZBursv8WANZtS 00oQVZmhpPSg
Ll5qgGtg8HAS6wVXAJldGXYZ3uBOQgtqZ2yuUZdWIBZOzmIFc+NlPfpTVgkU rkkhovCPUwK6
3CHozWiyPGF6pTZk/sJ6pVPdMQS5nMr1u+p62FoIKFdLSGG0AMXtmsylVE7C KU9BnDVDjG5T
z5152tRhTtM+i5eDWKrfmpSa8BTEUvGidrP0OuukmQIe/7S+dUFHsVS3VSlV Oqi3cwTOi4BT
6ry69ZntgkA9SnkJ4i4K9EFbQ6AapbwEsTXVujz7IFCLUl6CuI/+fNTmEKhG KS9BbE63LtAu
CMylVNUSxPIFWmpZfkYvqhW62EVjOwxaCpXsJgMhj15MOA/q2ZTC4cZLEPFO erjprXWj/u4r
caNTZWpCqUTNcf9jeHAHsCFT7VEYO3PjzxVsao+pnb/e1YD78mQHA+2cLGVG Mr+5JYhHr3ya
p+gllOpUNF6CyJSKBFQK7tP1EKUyep+GgA14uEcH9tY0daBk4PXxUO9hOFBb 6XiXkt4l2Z09
e2aFJ6ZeLirdULgWdtmUJgqFqUWp/hJErGBLTBVBhU17+RI3OlV2hXUmD7vG op19srWWm4TY
E0wJiIL/8+l4CsgRfqpKnUL4NmqmZFQUIrnpUyKa/IZX1nlkRWZQKVwTbrip Mq8fwhaR5nBq
qjFQunhzn912rjZ+kkHItlAefCO0Fw4zn1KQaJWUIApntG+CVMuYMpdImffV NkreBq0qeJgP
mMABILaKJ/kLWQlNtRxNek/xPvSKQxbHK8TS0gophQbbPzdqF+1RJjpatHl/ OLUmd2WoS2yO
JE7pT+iL2wBXKO6Ao+1CW9/o9PmUgkkXlSBqA6aNyOg7Y0oFIOmqS+uKiQXM UeTKRBtoAv9D
bzpWYlfKwpjL85OjFfWlTVUbnvgOoUKWUkjAUUqZdoSbit4S9hEnbmM0rDNP Izt6UdSOJg1p
3BBJkll2HCuiXK3rWpQaLEG0lELZxTgUQULGz6rPUooNSbuxxGvbuEQ5XRrw VExrNfHTcChH
xO6f7c3SKTXIiZTiFLNXPyJNpGGb1cUJqrruY89IBm2VavVVzejX7WgJpTrJ CksQVUavwUsS
P0rZKCHkHC6KSoNRitXCiuY8wnpBZaxojthwXcyn9c7UoYTLTiZJw3TEig1U hSHDr6QdjxGa
CdpaP7qNUIo8pVUCSxmTRJI68p85wl1HlCouQdQYa2PC9M4uT5jFYOUEaZ2h w12tL4TUzlwp
gAnoxE8V6gXN6Nwd35BeGtQd4USyg3VyckV/Rpf/tuxQLajrUCbqUNeTAhCf FSgF78c96aUf
pJ9eTNLEUmeHnkRPej6kO9Oa88Jp3mif1nOjVE7aRSWIxmtOxGLJuROHuobm WTg3xDgdasPB
lyu4JqUWlSDORg2D1HIovAeM8FkgZutnIqxZdW41+ERZ882rUqqKRN6JI3Bo BJxSh1afC98e
AvUo5SWI7WnXJdoBgWqU8hLEHbTnQzaIQC1KeQlig8p1kfZAoBqlvARxD/X5 mO0hUI1Sb3vb
29579+57L7/e9lg8zSproEOdVBkgUc6a90fW7LuOlZGEE7BtcodkHTQm9FKN Uk899dTdF7/4
7nve89RTRCm8m6427WUEizTWe59c9gzYuydqH0HoHTcbwOvwT0bAW/+F8NgR ZZ8Pnd5jQGo4
FKFn1voOzNCuDWnX/0rvIFE7HNQOFd6uXDh73rpS7srilhPIWCrUEdrVotTL 3/CGd9x9/PG7
r3jFO97xcpw4bVBRRp1CYnHv10K3f4VNNHll7ZiNnokF70ymlLZ02QJE08sL mxclmriZDQmW
t5eBWRuv0XVJbfVOOu1Zphh5SZQaVt6U0Y7AlUIZa1GqtwRR9ofligdpzx0V C7C1BpsLVgKK
SRXcEw2wOe9IC7vTOF7hBlD6VAKR2sLGlR7IQ/rFHoLfB/n4J06Q98LRTsO4 RTKbaMQhv5Mj
rNl6ajYGC3YjNUe4sU+mwjOjPZTcAvMI2fLHsTPeBWiBZ1Xy3j5SLziCQ+3j G2JXLUrdvXv3
yce//sm7b3zjF33Ly172MgwKuAcSMUPkbLgRxyrEIYxVS2IKB6DItvhPtHEY S/2Ev2lPtXwK
fI0llHiIHWNY0VlkkM6cyF1lOo0+46AJI0V0tRqTDFPlmmb+GkQ7FbVJeGDn VgZw5YUUQDxj
PUNyEUaVDCrQJc0x5D2rpsJY0G6zWpR64Qtf+F2X47Pf/vYvfuoLX/c6iSyq DIM3GSP28jd5
KLFf0kj0iTVpFb+EUvymyX6kfgpjH7ttJRVceighJD7iVUkppXSnmrOFfcf2 ksYm+04fpVJq
5y0x9j0070nKAxKqsC1SqU/QWenI6pTKaqW3BNFWNomzimOIokcUXfQnKaUi I+Wraht7MIvE
iJAPLUSmrNlT2BLqCv+iIBcZTWSuJh5ZRyA0GaVUxLENKKU8VZoAgLwkRXz1 FiedMYGdUn0h
91nPevLJZ73+9S99KTVA6ymxOJ07pBpR6oIMgsKcuSoBM5OfuWv01G3n6ZWM qCilxslNLfLN
sX9gSskcEroahO1cZf5wlp5un78yJqvZx+PERq5T2hSgXE6ttBLl0TrH1trL 49RnXAd6v1bi
1035zhNP3HnJS2TyQilI4/EKVxiB17P4CTBCXfbi38oFypIWvaJEQ8ik00tI 49RCGJLOtpHl
A5aQna5a57PGyJNTJkPTlGlglslegi6GGI6IEznLwV4JQEpc0TwVYP1lh3NK EIlKmHqPKY/o
zapG4CWXNvOgFRmSzJcnsk5jUQnimBsCd9x3kLkPNhgZIh4hN+LoOGPTwM/7 +i48fd1mw1DX
GTsdY4tR68g+0kvNKLWoBHF0tkOQj1v6mMJyy2F5tY/1NDoRiMZJszr9lo0+ 5Jw22AKRXXts
ZP6LAbypSqnl4ngPjsDREXBKHV2DLn9jCNSjlJcgNqZaF2cfBKpRyksQ91Gg j9oaArUo5SWI
rWnW5dkJgWqU8hLEnTTowzaGQDVKDZUgNjZnF6cEgWRRG97gPZDhj9OsfJcg UtimGqX6SxBN
eQDuudb32Aslvd5mbLfqfk70Hn4CWzrUVpV0b0UxjAWUKrk5XjzeaRrWotRA CSICj7djQevw
b/wO7WlwXjARDgUKrug9wpNa5LY3TgXbKTVTZ7UoNViCSCzitAF5NVXLM+d4 9NPIuDVc2uDX
LEHkskrcLdntmuRgKfsxpfoShKTWCD1u9Ou8qCqTym6iOLqybqrtnhgoQRQY E0qdFNTKZjGY
+Jlwn0Qpvdl1AGzkgUkciBucVKTlODKcXGUNdMXdS9dJKKwM3R7d1YpSAyWI +qKWNiBbFewx
8QONORyltF3HlNIwD6UE1sZhPOEG16fEVAh/8+VaUlXI4Szu3il1n3l3/97t HlMcKEF0Si2k
7yClMIfWtVK6QimtbcoJ00+psKqnkjkuhlKXxCqOMRPxPRjMKXX/wpxbQqP7 JZS6ANdXgoig
opfUJjDkOBea4ZlOJ8hiBLcoQcQrI74+EkqpLDFOCc3FXZTulXH8yOqrlfh1 GPSVINIKb1Ju
Jhe6R4ZwbdkzJYi0UK7zLkjCxn9y1NByS+0l5nG2aJLqCOE3CwRcF7We+NGG E5RclVJf/fid
waHPeDE6AeujNM2qaanu0vOX9tgqnDUpNV6C6HfbW7UDlqtvXXARAc5dcxjp tCqlmrcXF9AR
WB0Bp9TqEPsA14VAPUp5CeJ1WY7PtgeBapTyEkS3MUegQ6AWpbwE0e3JEQgI VKOUlyC6RTkC
VSnlJYhuUDkEru++SbUolSlBVE8UyppbdvME3v9YdBvkZMbNWOjdEd0c5XaP +cRuaoh2WOSx
mQF3maLijmcMdDRt1qJUrgSxU/oQHkNb/K4A+lJTyZcbIriAk9mXqr4CXt5f rd5zRFFOqcsW
2e6Yvm02V4IIuk5KdphJtA0UqtKwKf3C7/4HH0se+Trrq8gsDXEMpYBWBKz8 LqWUgJ3qDLAX
FUxTFGjfapCk4k8w4urKRWxzRIXXilK5EkSOUvoBQ0SfyLdSsSd9XUjWLIbC WqnPP2C7IkoF
XPMlHrwTtj9poGAnCCs9mSA4UVFaJkt7Ke9VcZZnEbuPA6mtFqVyJYjs8Vg9 somZHRPWsIEX
BGfLaqAN0Myz69y6TpSSJwURAySzTumUr5rqMU0IGD164mrEsA99mqIwumGs uooqxVqUypUg
6mwEEjubrYhhkGmIyoy71KHrQO6qlqhMKRX2xbPzxVRvlLJpYVYqtvWcnlSU mqyonB5zEci+
l9bk18Jyg35qUeoialKC2JPgE0EwDREwub25LlCfX3PiF/sf8VD4aiDxs74t t1KRuxAz1Yb8
B/Kbv/FA3GSqKONF86SBy+1ogcUMph3KBoRYPkRFSqUliKo4DfijMjn2uGr9 AjMPPC23snF9
dzn44p4SLvw+SsyoJLmG3A1AHvppMwW0IE78Uj2pj/jyp1BRRPbrqlKsSqmx EsTlHsB7WAeB
4VCwUaBIh9lo4LqY1qTUeAliXdm9t1oIjJjuFpZ9nirFqpSqpWHvxxE4LgJO qePqziVvEoF6
lPISxCYV7EJtjUA1SnkJ4taq8/HaRKAWpbwEsU39ulSbI1CNUl6CuLnufMAm EahGqQ1LELdY
021SWc0IZTRgnosYRLzGG/Kim2qUyj0FEe7i02C6REDtiR7fChtTiPcJNGNi awrS4UMICBLw
SmMbsIY9KmDWvIcCe6hYKIHjkhCRgjL6WhOg1vquRansUxANpZQaaKOKsYp+ ZLIquppQpSaq
3ZOJBgFo2ja7QQnicJRySlHVIZYf1itBhJKy9CGXpH7NKCpVgwjEDjY4Wylj 433SykG35qRq
y6MNtDdKaUqpHelCtdxeWSWpgjgADh8B+Hyq6AjDEynLaIy2Zl5V2aFWeq0o lX0KoqGUbI/N
UEq72fi1NhH4rDC61TbuffrTifEApcTyU0phJVS/H+J8kXwWYxy6VczUJI02 jLNwpCTqRP4+
bdnhGpTqeQoiKJovYOmFXNGSP1RuFrXGu9YjE7k2SplYzqqL/Yo2Y2XCygOJ N0pdwwilQIFR
QplqjPoNI2FFI1ctSnP2Edp3WuaK69jHjS0atVaU6nkK4gJKSSyyJuKUEpKZ wKBcT1x/pK60
stZSRKlAqilRqq8KylAvm6Y6pQCj/FMQGTI0BOSHNQalKVvQqXTNwS520Itc Svsna8AYDu1X
wG1hPLLRSscB1U8SsHKUIm+oFaiUk3bNQsRRMo2a3LcsqkRZZPt66ZWwVpTq Bsg+BVG8EC3x
6sJETBHoklYlE3YV2DTg1eID4z5BdFytAaiIOXoFR6dZ0qqvEFFxT4TQK0CQ qpv/QYmiOGRx
9wvXj7gBEVy1hiUOSgHtLKg6WPVdcbF/Asr1mlalVF8JYhTHl4X1ZWfXQ+6a erKYRxnGIiBS
bR5evzUp1VuCGKO06O764SFfZIL7nJyn1GJNZOPR4l73gUhGrUqpvSfj4zsC +yPglNpfBy7B
qRBwSp1KnT6Z/RFwSu2vA5fgVAg4pU6lTp/M/gg4pfbXgUtwKgScUqdSp09m fwScUvvrwCU4
FQJOqVOp0yezPwJOqf114BKcCgGn1KnU6ZPZHwGn1P46cAlOhYBT6lTq9Mns j4BTan8duASn
QsApdSp1+mT2R8Aptb8OXIJTIeCUOpU6fTL7I+CU2l8HLsGpEHBKnUqdPpn9 EXBK7a8Dl+BU
CDilTqVOn8z+CDil9teBS3AqBJxSp1KnT2Z/BJxS++vAJTgVAk6pU6nTJ7M/ Ak6p/XXgEpwK
AafUqdTpk9kfAafU/jpwCU6FgFPqVOr0yeyPgFNqfx24BKdCwCl1KnX6ZPZH wCm1vw5cglMh
4JQ6lTp9Mvsj4JTaXwcuwakQcEqdSp0+mf0RcErtrwOX4FQIOKVOpU6fzP4I OKX214FLcCoE
nFKnUqdPZn8EnFL768AlOBUCTqlTqdMnsz8CTqn9deASnAoBp9Sp1OmT2R8B p9T+OnAJToWA
U+pU6vTJ7I+AU2p/HbgEp0LAKXUqdfpk9kfAKbW/DlyCUyHglDqVOn0y+yPg lNpfBy7BqRBw
Sp1KnT6Z/RFwSu2vA5fgVAg4pU6lTp/M/gg4pfbXgUtwKgScUqdSp09mfwSc UvvrwCU4FQJO
qVOp0yezPwJOqf114BKcCgGn1KnU6ZPZHwGn1P46cAlOhYBT6lTq9Mnsj4BT an8duASnQsAp
dSp1+mT2R8Aptb8OXIJTIeCUOpU6fTL7I+CU2l8HLsGpEHBKnUqdPpn9EXBK 7a8Dl+BUCDil
TqVOn8z+CDil9teBS3AqBJxSp1KnT2Z/BKZS6r4fjoAjMIjADX5677Zqdu/2 LeZa9zY1ur+/
D3AJHIHWEZhEKfdPjoAjUIhAWZQq7MybOQKOgFPKbcARqIqAU6oqnN6ZI+CU chtwBKoiUEap
e344Ao7AMALTFtHv3fbDEXAEhhCYeqv3duv3BFw+R2BbBKJk8bZTalv8fbTT IWD3P1wuoKYm
fqdDxCfkCCxCwOwzur8+pW6htPR7kfAFJ681Tl+/K4y3QpcxcPWGGOpp9ij5 E8e7u3Wj24y3
L7CngiaVKHXrctyEH91Bvy8vwl9KDkMpPiErqAVENxk+L0gAP/q74Ea9GInU sS7CpOx5U8cD
vAr0w3MZm/O4r8qITQJYSXJydcOPyRsPgO2nYpOA2wOUEsdIphUXmR6aJ9oG 2GqpGsqUdWlV
h1JaVECEuDVMqdQ2jeA9OhxTrVAq1Y5h5iBK/aP0U6p0PMGrQFHaMsebD4vd c/44ouMttN5h
GEupUmwyIuYH7xOpkFI8TsnUxnGXFlUoFbsjxhPixOVjcHHg6eAHtcH36UNp 2Z2omoM34dOg
N4lE0q80CWPzyNhW/83dB2FkMPMynKfOgpb2HRUVi8Yjh2OkVrEd3hfIBFAU klHjjIBEEtmh
C4EfAyM1YBkQxQAunWLmK/RQswZtKOWmuOCEUCETdMEGY5WshUJBJR+RD63V WNNjqrPgaGVT
ODPSFil1D1b+Zl5LjVKK8Kc4i9EWSdL7KZGom7YNfvynfIC9iKWQPWFsTzph jmoSRhKK3agM
QYnFLO9UTIkmsT8SWo/HbkWkZo8BFqxBUYYQf6T8jD1D
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551375 is a reply to message #551206] Fri, 06 August 2010 08:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

Hi again,

I did not really solve this problem, but I managed to create the
"cdoresourcenode" table manually in the database.
It has the following definition :

CREATE TABLE cdoresourcenode
(
e_version integer,
resource_id character varying,
container_id character varying,
"name" character varying,
dtype character varying,
e_id integer NOT NULL,
cdoresourcenode_folder_e_id integer,
CONSTRAINT cdoresourcenode_pkey PRIMARY KEY (e_id)
)
WITH (
OIDS=FALSE
);

Can someone tell me if this table definition is right ?
I'm not sure the primary key is right...
Maybe it's "e_id + cdoresourcenode_folder_e_id" ?!

Thanks in advance !
Stephane

Le 05/08/2010 17:22, SWT a écrit :
> Hi all,
>
> It's been a long time I wanted to try CDO. And the time has come :-D
>
> My goal is to make CDO work using a Postgis database, using Hibernate
> spatial.
> I already managed to get a fully working EMF/Teneo/Hibernate/Postgis
> environment (not so straight forward !), and now I'd like to use CDO on
> top of it.
>
> It took me some time to set up a correct Helios environment running the
> latest CDO release. So much that I don't really know if it's correct.
> I attached a screenshot of my installation in case it helps solving my
> problem :
>
> When starting the CDO server using an empty database, I get the
> following output :
>
> (see below for some other information)
>
> --------------------------------------------------
> ##################################################
> --------------------------------------------------
>
> Configuration location:
>
> file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/
>
> Configuration file:
>
> file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/config.ini
> loaded
> Install location:
> file:/D:/Program Files/eclipse/helios/eclipse/
> Framework located:
> file:/D:/Program
> Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
> Framework classpath:
> file:/D:/Program
> Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
> Splash location:
> null
> Debug options:
> file:/D:/Program Files/eclipse/helios/eclipse/.options not found
>
> osgi> Time to load bundles: 15
> Starting application: 5734
> [INFO] CDO server starting
> !SESSION 2010-08-05 17:05:00.687
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_20
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_EN
> Framework arguments: -application org.eclipse.emf.cdo.server.app
> Command-line arguments: -application org.eclipse.emf.cdo.server.app
> -data
> D:\PROJETS\PERSO\eclipse_workspaces\CDO/../runtime-New_confi guration
> -dev
> file:D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plug ins/org.eclipse.pde.core/CDOServer/dev.properties
> -os win32 -ws win32 -arch x86 -consoleLog -debug -console
>
> !ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-05 17:05:06.578
> !MESSAGE CDO server starting
>
> !ENTRY org.eclipse.emf.ecore 2 0 2010-08-05 17:05:06.734
> !MESSAGE Both 'fr.magellium.swt.spatial' and 'spatialModel' register a
> package for 'http:///fr/magellium/swt/examples/spatial/model.ecore/1.0.0'
> SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See
> also http://www.slf4j.org/codes.html#log4j_version
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [ bundleresource://498.fwk16994425:12/org/slf4j/impl/StaticLog gerBinder.class]
>
> SLF4J: Found binding in
> [ bundleresource://498.fwk16994425:13/org/slf4j/impl/StaticLog gerBinder.class]
>
> SLF4J: Found binding in
> [ bundleresource://501.fwk16994425:8/org/slf4j/impl/StaticLogg erBinder.class]
>
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> log4j:WARN No appenders could be found for logger
> (org.hibernate.cfg.Environment).
> log4j:WARN Please initialize the log4j system properly.
> create table cdo_package_info (packageURI varchar(255) not null,
> parentURI varchar(255), metaIDStart int4, metaIDSize int4,
> cdo_package_unit_id varchar(255), idx int4, primary key (packageURI))
> create table cdo_package_unit (nsUri varchar(255) not null, originalType
> bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri))
> create table cdo_system_information (id int4 not null, creationTime
> int8, primary key (id))
> alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
> key (cdo_package_unit_id) references cdo_package_unit
> create sequence hibernate_sequence
> [INFO] No user manager configured. Users will not be authenticated
>
> !ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-05 17:05:07.218
> !MESSAGE No user manager configured. Users will not be authenticated
> D:\Program Files\eclipse\helios\eclipse\.
> Aug 5, 2010 5:05:07 PM
> org.eclipse.emf.teneo.classloader.ClassLoaderResolver
> setClassLoaderStrategy
> INFO: Class loader strategy set to:
> org.eclipse.emf.teneo.classloader.ContextClassLoaderStrategy
> [ERROR] Could not execute JDBC batch update
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
>
> !ENTRY org.eclipse.emf.cdo.server.hibernate 4 0 2010-08-05 17:05:08.015
> !MESSAGE Could not execute JDBC batch update
> !STACK 0
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
> [ERROR] Could not execute JDBC batch update
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
>
> !ENTRY org.eclipse.emf.cdo.server 4 0 2010-08-05 17:05:08.015
> !MESSAGE Could not execute JDBC batch update
> !STACK 0
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
> [ERROR] Could not execute JDBC batch update
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
>
> !ENTRY org.eclipse.net4j.util 4 0 2010-08-05 17:05:08.015
> !MESSAGE Could not execute JDBC batch update
> !STACK 0
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
>
> !ENTRY org.eclipse.equinox.app 4 0 2010-08-05 17:05:08.031
> !MESSAGE Could not execute JDBC batch update
> !STACK 0
> org.hibernate.exception.SQLGrammarException: Could not execute JDBC
> batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateCo nverter.java:90)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExce ptionHelper.java:66)
>
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:275)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:266)
> at org.hibernate.engine.ActionQueue.executeActions(ActionQueue. java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.perfor mExecutions(AbstractFlushingEventListener.java:321)
>
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(De faultFlushEventListener.java:50)
>
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028)
> at
> org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore Accessor.write(HibernateStoreAccessor.java:566)
>
> at
> org.eclipse.emf.cdo.internal.server.TransactionCommitContext .write(TransactionCommitContext.java:334)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.initRootResou rce(Repository.java:1427)
>
> at
> org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:1326)
>
> at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:72)
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:98)
>
> at
> org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:88)
>
> at
> org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOSe rverUtil.java:128)
>
> at
> org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:96)
>
> at
> org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:58)
>
> at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
>
> at
> org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(An yThreadAppLauncher.java:26)
>
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.BatchUpdateException: Batch entry 0 insert into
> "cdoresourcenode" (e_version, resource_id, container_id, "name",
> "dtype", e_id) values ('1',
> ' -3/http://www.eclipse.org/emf/CDO/Eresource/2.0.0#CDOResourc e#2', NULL,
> NULL, 'CDOResource', '2') was aborted. Call getNextException to see the
> cause.
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandl er.handleError(AbstractJdbc2Statement.java:2569)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(Quer yExecutorImpl.java:1796)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecut orImpl.java:407)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(Abs tractJdbc2Statement.java:2708)
>
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBa tcher.java:70)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatc her.java:268)
> ... 19 more
>
> !ENTRY org.eclipse.osgi 2 0 2010-08-05 17:05:08.062
> !MESSAGE Info: cycle(s) found while stopping bundles:
> [[ch.qos.logback.classic,org.slf4j.api,ch.qos.logback.slf4j, ch.qos.logback.core]].
>
>
>
> --------------------------------------------------
> ##################################################
> --------------------------------------------------
>
> So it seems that the table "cdoresourcenode" should have been created...
> :'(
>
> After laucnhing this server, I can see that 3 tables were created in the
> database :
> cdo_package_info (2 records, one for ECore, one for CDO Eresource)
> cdo_package_unit (2 records...)
> cdo_system_information (1 record)
> Along with one sequence : "hibernate_sequence".
>
>
> My "cdo-server.xml" file looks like the following :
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <cdoServer>
>
> <acceptor type="tcp" listenAddr="0.0.0.0" port="2036">
> </acceptor>
>
> <repository name="repo1">
> <property name="overrideUUID" value="" />
> <property name="supportingAudits" value="false" />
> <property name="verifyingRevisions" value="false" />
> <property name="currentLRUCapacity" value="10000" />
> <property name="revisedLRUCapacity" value="10000" />
>
> <property name="teneo.mapping.cascade_policy_on_non_containment"
> value="PERSIST,MERGE" />
> <!-- create tables for each subclass with joining to the parent table -->
> <property name="teneo.mapping.inheritance" value="JOINED" />
> <!-- create an index for each fk -->
> <property name="teneo.mapping.add_index_for_fk" value="true" />
> <property name="teneo.mapping.maximum_sql_name_length" value="30"/>
> <property name="teneo.mapping.join_column_naming_strategy" value="simple"/>
>
>
> <store type="hibernate">
> <mappingProvider type="teneo">
> </mappingProvider>
>
> <property name="hibernate.dialect"
> value="org.hibernatespatial.postgis.PostgisDialect" />
> <property name="hibernate.connection.driver_class"
> value="org.postgresql.Driver" />
> <property name="hibernate.connection.url"
> value="jdbc:postgresql://127.0.0.1/cdotest" />
> <property name="hibernate.connection.username" value="postgres" />
> <property name="hibernate.connection.password" value="postgres" />
> <property name="hibernate.hbm2ddl.auto" value="true" />
>
> </store>
> </repository>
>
> </cdoServer>
>
>
> Can someone explain me what I'm doing wrong ?
> I must be missing something...
> Thanks a lot in advance !
>
> Stephane
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551378 is a reply to message #551206] Fri, 06 August 2010 08:28 Go to previous messageGo to next message
BastienFriend
Messages: 44
Registered: March 2010
Member
Hi,
Here's my "cdoresourcenode" table script, It's exported from a mysql database so I don't know if it will fit to your postgres database, but still it can provide you the general architecture of this table.

CREATE TABLE `cdoresourcenode` (
  `e_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `dtype` varchar(255) NOT NULL,
  `e_version` int(11) DEFAULT NULL,
  `resource_id` varchar(255) DEFAULT NULL,
  `container_id` varchar(255) DEFAULT NULL,
  `cdoresourcenode_folder_e_id` bigint(20) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `cdoresourcefolder_nodes_idx` int(11) DEFAULT NULL,
  PRIMARY KEY (`e_id`),
  UNIQUE KEY `container_id` (`container_id`,`name`),
  KEY `cdoresourcenode_folder` (`cdoresourcenode_folder_e_id`),
  CONSTRAINT `cdoresourcenode_folder` FOREIGN KEY (`cdoresourcenode_folder_e_id`) REFERENCES `cdoresourcenode` (`e_id`)
) ;


Regards,
Bastien.
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551396 is a reply to message #551378] Fri, 06 August 2010 09:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

Thank you Bastien.
I changed my table a bit according to the description you provided.

But this doesn't seem to be sufficient :'(

Since the server now starts properly with this table, I started creating
a simple client, which executes the following code :

protected void go() {
IManagedContainer container = ContainerUtil.createContainer();
Net4jUtil.prepareContainer(container);
TCPUtil.prepareContainer(container);
CDONet4jUtil.prepareContainer(container);
container.activate();

IConnector connector =
TCPUtil.getConnector(container, "localhost:2036");

CDOSessionConfiguration configuration =
CDONet4jUtil.createSessionConfiguration();
configuration.setConnector(connector);
configuration.setRepositoryName("repo1");

CDOSession session = configuration.openSession();
try {
session.getPackageRegistry().
putEPackage(ModelPackage.eINSTANCE);
CDOTransaction transaction = session.openTransaction();
try {
CDOResource resource = transaction
.getOrCreateResource
("/spatial/test001");
GeoElement geoElement =
ModelFactory.eINSTANCE
.createGeoElement();
geoElement.setName("TheName");

resource.getContents().add(geoElement);

try {
transaction.commit();
} catch (CommitException e) {
e.printStackTrace();
}
} finally {
transaction.close();
}
} finally {
session.close();
connector.close();
container.deactivate();
}
}

Unfortunately, it doesn't work at all :'(
Here is the console output :

java.lang.NullPointerException
at
org.eclipse.emf.internal.cdo.view.CDOViewImpl.getRootResourc e(CDOViewImpl.java:285)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. attachNewResourceNode(CDOTransactionImpl.java:753)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. getOrCreateResourceFolder(CDOTransactionImpl.java:725)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. attachNewResource(CDOTransactionImpl.java:702)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. attachResource(CDOTransactionImpl.java:692)
at
org.eclipse.emf.cdo.eresource.impl.CDOResourceImpl.basicSetR esourceSet(CDOResourceImpl.java:866)
at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$Resource sEList.inverseAdd(ResourceSetImpl.java:577)
at
org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUniq ue(NotifyingListImpl.java:292)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList. java:307)
at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createRe source(ResourceSetImpl.java:426)
at
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.createRe source(ResourceSetImpl.java:414)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. createResource(CDOTransactionImpl.java:656)
at
org.eclipse.emf.internal.cdo.transaction.CDOTransactionImpl. getOrCreateResource(CDOTransactionImpl.java:676)
at fr.magellium.swt.spatial.client.View.go(View.java:83)

It seems that a "rootResource" should have been created.
If I step into the session initialization code, I can see that calling
CDOClientProtocol#openSession(...) in
CDONet4jSessionConfigurationImpl#activateSession(...) returns an
OpenSessionResult object having rootResourceID = CDOIDNullImpl.
So I imagine there should be a root resource in the repository, which
can't be found/created or something like that...

Any hints would be really appreciated !!!
Note that this problem might be a "fake" one, because the real problem
may be the server side which is not properly initialized...

Thanks again in advance !

Regards,
Stephane

Le 06/08/2010 10:28, Bastien a écrit :
> Hi,
> Here's my "cdoresourcenode" table script, It's exported from a mysql
> database so I don't know if it will fit to your postgres database, but
> still it can provide you the general architecture of this table.
>
> CREATE TABLE `cdoresourcenode` (
> `e_id` bigint(20) NOT NULL AUTO_INCREMENT,
> `dtype` varchar(255) NOT NULL,
> `e_version` int(11) DEFAULT NULL,
> `resource_id` varchar(255) DEFAULT NULL,
> `container_id` varchar(255) DEFAULT NULL,
> `cdoresourcenode_folder_e_id` bigint(20) DEFAULT NULL,
> `name` varchar(255) DEFAULT NULL,
> `cdoresourcefolder_nodes_idx` int(11) DEFAULT NULL,
> PRIMARY KEY (`e_id`),
> UNIQUE KEY `container_id` (`container_id`,`name`),
> KEY `cdoresourcenode_folder` (`cdoresourcenode_folder_e_id`),
> CONSTRAINT `cdoresourcenode_folder` FOREIGN KEY
> (`cdoresourcenode_folder_e_id`) REFERENCES `cdoresourcenode` (`e_id`)
> ) ;
>
> Regards,
> Bastien.
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551411 is a reply to message #551396] Fri, 06 August 2010 10:21 Go to previous messageGo to next message
BastienFriend
Messages: 44
Registered: March 2010
Member
Stephane,
I remember I had some issues with the getOrCreateResource() method, for now I use this instead:


CDOResource myCDOResource;
CDOView view = session.openView();
if(view.hasResource("/pathToMyView"){
   myCDOResource = view.getResource("/pathToMyView");
}else{
 myCDOResource = transaction.createResource("/pathToMyView");
}



regards,
Bastien.

Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551441 is a reply to message #551411] Fri, 06 August 2010 12:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

Thank you for your help Bastien, but the problem is not related to
getOrCreateResource().
createResource() leads to the same Exception, since no "rootResource" is
available in the session...

I actually think the problem comes from the server side.
It seems that the database initialization doesn't work properly,
probably because I'm missing something in the server configuration..

I hope someone will be able to provide some hints, or at least something
to investigate...

Le 06/08/2010 12:21, Bastien a écrit :
> Stephane,
> I remember I had some issues with the getOrCreateResource() method, for
> now I use this instead:
>
>
> CDOResource myCDOResource;
> CDOView view = session.openView();
> if(view.hasResource("/pathToMyView"){
> myCDOResource = view.getResource("/pathToMyView");
> }else{
> myCDOResource = transaction.createResource("/pathToMyView");
> }
>
>
> regards,
> Bastien.
>
>
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551442 is a reply to message #551441] Fri, 06 August 2010 12:17 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Stephane,
I am on holiday so a bit slower to react. When Hibernate during the creation of tables encounters an error it will print
this error to the log but for the rest continue. I think that's what you are encountering here...

The problem is that I have had trouble getting logging to be printed to the console/file on the server side. It is a
topic I need to re-visit.

I have written this wiki text on logging, but apparently this setup does not work at the moment:
http://wiki.eclipse.org/CDO_Hibernate_Store_Configuration_an d_Setup#How_to_enable_Hibernate_logging
(but maybe you can get it working somehow)

Maybe Eike or others can give some pointers on how to enable logging on the server for libraries which use log4j.

gr. Martin

On 08/06/2010 02:11 PM, SWT wrote:
> Thank you for your help Bastien, but the problem is not related to
> getOrCreateResource().
> createResource() leads to the same Exception, since no "rootResource" is
> available in the session...
>
> I actually think the problem comes from the server side.
> It seems that the database initialization doesn't work properly,
> probably because I'm missing something in the server configuration..
>
> I hope someone will be able to provide some hints, or at least something
> to investigate...
>
> Le 06/08/2010 12:21, Bastien a écrit :
>> Stephane,
>> I remember I had some issues with the getOrCreateResource() method, for
>> now I use this instead:
>>
>>
>> CDOResource myCDOResource;
>> CDOView view = session.openView();
>> if(view.hasResource("/pathToMyView"){
>> myCDOResource = view.getResource("/pathToMyView");
>> }else{
>> myCDOResource = transaction.createResource("/pathToMyView");
>> }
>>
>>
>> regards,
>> Bastien.
>>
>>
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551443 is a reply to message #551442] Fri, 06 August 2010 12:30 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------050201050604090907080208
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Hi Guys,

If the repository is running in OSGi the OSGi logging and tracing services are used. In standalone mode you can do something like in http://wiki.eclipse.org/FAQ_for_CDO_and_Net4j#How_can_I_enab le_tracing.3F

Cheers
/Eike

Contact: http://www.esc-net.de Blogger <http://thegordian.blogspot.com>Twitter <http://twitter.com/eikestepper>Linkedin <http://de.linkedin.com/in/eikestepper>Xing <http://www.xing.com/profile/Eike_Stepper>
Article: What exactly is inside that p2 repository? < http://thegordian.blogspot.com/2010/05/what-exactly-is-insid e-that-p2.html>

I'm going to Eclipse Summit Europe 2010 <http://www.eclipsesummit.org/>



Am 06.08.2010 14:17, schrieb Martin Taal:
> Hi Stephane,
> I am on holiday so a bit slower to react. When Hibernate during the creation of tables encounters an error it will print this error to the log but for the rest continue. I think that's what you are encountering here...
>
> The problem is that I have had trouble getting logging to be printed to the console/file on the server side. It is a topic I need to re-visit.
>
> I have written this wiki text on logging, but apparently this setup does not work at the moment:
> http://wiki.eclipse.org/CDO_Hibernate_Store_Configuration_an d_Setup#How_to_enable_Hibernate_logging
> (but maybe you can get it working somehow)
>
> Maybe Eike or others can give some pointers on how to enable logging on the server for libraries which use log4j.
>
> gr. Martin
>
> On 08/06/2010 02:11 PM, SWT wrote:
>> Thank you for your help Bastien, but the problem is not related to
>> getOrCreateResource().
>> createResource() leads to the same Exception, since no "rootResource" is
>> available in the session...
>>
>> I actually think the problem comes from the server side.
>> It seems that the database initialization doesn't work properly,
>> probably because I'm missing something in the server configuration..
>>
>> I hope someone will be able to provide some hints, or at least something
>> to investigate...
>>
>> Le 06/08/2010 12:21, Bastien a écrit :
>>> Stephane,
>>> I remember I had some issues with the getOrCreateResource() method, for
>>> now I use this instead:
>>>
>>>
>>> CDOResource myCDOResource;
>>> CDOView view = session.openView();
>>> if(view.hasResource("/pathToMyView"){
>>> myCDOResource = view.getResource("/pathToMyView");
>>> }else{
>>> myCDOResource = transaction.createResource("/pathToMyView");
>>> }
>>>
>>>
>>> regards,
>>> Bastien.
>>>
>>>
>>
>
>

--------------050201050604090907080208
Content-Type: multipart/related;
boundary="------------000703000000050903060308"


--------------000703000000050903060308
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Hi Guys,<br>
<br>
If the repository is running in OSGi the OSGi logging and tracing
services are used. In standalone mode you can do something like in
<a class="moz-txt-link-freetext" href=" http://wiki.eclipse.org/FAQ_for_CDO_and_Net4j#How_can_I_enab le_tracing.3F"> http://wiki.eclipse.org/FAQ_for_CDO_and_Net4j#How_can_I_enab le_tracing.3F</a><br>
<br>
<!--WISESTAMP_SIG_18222_START--><span style="color: black;">
<div dir="ltr">
<div>Cheers<br>
/Eike<br>
<br>
</div>
<div style="padding: 5px 0pt; font-family: arial,sans-serif;
font-size: 13.3px;"><span style="color: gray;">Contact: <a
href="http://www.esc-net.de">http://www.esc-net.de</a></span>
<a href="http://thegordian.blogspot.com" style="padding: 0pt
2px; color: blue; font-size: 10pt;" _service=""><img
src="cid:part1.06070201.02040608@esc-net.de" alt="Blogger"
style="vertical-align: middle; padding-bottom: 5px;"
border="0" height="16" width="16"></a><a
href="http://twitter.com/eikestepper" style="padding: 0pt
2px; color: blue; font-size: 10pt;" _service=""><img
src="cid:part2.05010507.03070106@esc-net.de" alt="Twitter"
style="vertical-align: middle; padding-bottom: 5px;"
border="0" height="16" width="16"></a><a
href="http://de.linkedin.com/in/eikestepper" style="padding:
0pt 2px; color: blue; font-size: 10pt;" _service=""><img
src="cid:part3.01010101.07080403@esc-net.de"
alt="Linkedin" style="vertical-align: middle;
padding-bottom: 5px;" border="0" height="16" width="16"></a><a
href="http://www.xing.com/profile/Eike_Stepper"
style="padding: 0pt 2px; color: blue; font-size: 10pt;"
_service=""><img
src="cid:part4.07070708.00030505@esc-net.de" alt="Xing"
style="vertical-align: middle; padding-bottom: 5px;"
border="0" height="16" width="16"></a></div>
<div style="color: gray; font-size: 13.3px; padding-bottom:
5px;">Article: <span style="color: blue; text-decoration:
underline;"><a
href=" http://thegordian.blogspot.com/2010/05/what-exactly-is-insid e-that-p2.html"
undefined="">What exactly is inside that p2 repository?</a></span></div>
<div><br>
<a href="http://www.eclipsesummit.org/"><img
src="cid:part5.03070604.02020008@esc-net.de" alt="I'm
going to Eclipse Summit Europe 2010" border="0"
height="100" width="130"></a>
<br>
<br>
</div>
</div>
</span><!--WISESTAMP_SIG_18222_END--><br>
<br>
Am 06.08.2010 14:17, schrieb Martin Taal:
<blockquote cite="mid:i3guha$hg1$2@build.eclipse.org" type="cite">Hi
Stephane,
<br>
I am on holiday so a bit slower to react. When Hibernate during
the creation of tables encounters an error it will print this
error to the log but for the rest continue. I think that's what
you are encountering here...
<br>
<br>
The problem is that I have had trouble getting logging to be
printed to the console/file on the server side. It is a topic I
need to re-visit.
<br>
<br>
I have written this wiki text on logging, but apparently this
setup does not work at the moment:
<br>
<a class="moz-txt-link-freetext" href=" http://wiki.eclipse.org/CDO_Hibernate_Store_Configuration_an d_Setup#How_to_enable_Hibernate_logging"> http://wiki.eclipse.org/CDO_Hibernate_Store_Configuration_an d_Setup#How_to_enable_Hibernate_logging</a>
<br>
(but maybe you can get it working somehow)
<br>
<br>
Maybe Eike or others can give some pointers on how to enable
logging on the server for libraries which use log4j.
<br>
<br>
gr. Martin
<br>
<br>
On 08/06/2010 02:11 PM, SWT wrote:
<br>
<blockquote type="cite">Thank you for your help Bastien, but the
problem is not related to
<br>
getOrCreateResource().
<br>
createResource() leads to the same Exception, since no
"rootResource" is
<br>
available in the session...
<br>
<br>
I actually think the problem comes from the server side.
<br>
It seems that the database initialization doesn't work properly,
<br>
probably because I'm missing something in the server
configuration..
<br>
<br>
I hope someone will be able to provide some hints, or at least
something
<br>
to investigate...
<br>
<br>
Le 06/08/2010 12:21, Bastien a écrit :
<br>
<blockquote type="cite">Stephane,
<br>
I remember I had some issues with the getOrCreateResource()
method, for
<br>
now I use this instead:
<br>
<br>
<br>
CDOResource myCDOResource;
<br>
CDOView view = session.openView();
<br>
if(view.hasResource("/pathToMyView"){
<br>
myCDOResource = view.getResource("/pathToMyView");
<br>
}else{
<br>
myCDOResource = transaction.createResource("/pathToMyView");
<br>
}
<br>
<br>
<br>
regards,
<br>
Bastien.
<br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
</blockquote>
</body>
</html>

--------------000703000000050903060308
Content-Type: image/png;
name="blogger.png"
Content-Transfer-Encoding: base64
Content-ID: <part1.06070201.02040608@esc-net.de>
Content-Disposition: inline;
filename="blogger.png"

iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/I NwWK6QAAABl0
RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADkUExURf9xEv9m AP////9lAP+Q
SP9kAP9jAP9fAP9nAf9vD//x5/9hAP/iz/9iAP9eAP/s4P9vEP9yEv9qAP9q B/+LRP+we/90
I/+RSP/z6/+jZv/y6P+8kP/59f5yE//awf/Ttv9hAf9nAv/17v+4if9sC/9o BP+bWP/r3v/k
0v+wfP+QRv/o2f9gAP+OQ/93HP/l0/+0gv/Rsv/9/P/j0P+pcP+0hf/dx//D m//+/v+td/9o
AP+NQv/Yvf+zgv/x6P/q2/9xG//p2f9pAP/s3//8+fxxE//ex/+AK/9oCP/j 0f/Uuv///4Xw
StcAAABMdFJOU/////////////////////////////////////////////// ////////////
/////////////////////////////////////////wCejeTMAAAAsklEQVR4 2kSP1w6DMBAE
7cMGQg0hvffee++d//+f2IaIeTlppNXtIo88UAjxEIlhjCUG5lwJQuwoulqh FuUGcWGSiTF7
bt40EEoXBKtyIPQS5PffFqyHlhCS2obTK5kDmJ8lXxgA0zsPXer0L3zSUVmI D9ip3SC+hKwQ
2CxCtXYYL25gu1S8bf4jib5fTM+MNE079jom/+KwJUojwnAVifcQ46jM4M23 BHmkEK53iPcT
YACE/Q4KzoVQVwAAAABJRU5ErkJggg==
--------------000703000000050903060308
Content-Type: image/png;
name="twitter.png"
Content-Transfer-Encoding: base64
Content-ID: <part2.05010507.03070106@esc-net.de>
Content-Disposition: inline;
filename="twitter.png"

iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/ AP+gvaeTAAAA
CXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABxUlE QVQ4y4WTMW4U
QRBFX3X3zoy8FgZphTCYAEg4gAPEYbgBJEgEXIALkHMfAjIwItnAAfLK2JYB r3dmuj7BzI5m
2WBLqqzq//q/fxt9NTmrzo7MCIhgRpWSsaMSgEta5czcjYtWTKPxfALZXTEE 2wmAxLXD11VL
BZy2MAuJB/iuA3oAoJb4lUUCVkAGTM5t06gjATMjBiPFaFsADvx1MTFoBd/q zHkMeLcLgCEe
JqjbrCJ1IAkghGDz20Z/XEzMMMTnZTsSYANMAl7fq7YlZOBaUCCk4WowwyRA mBmL7CxcmwDu
rh+rzKU71YhQ/dnr8VbiaRF4MgmbAAZkxJU7lRk3Wby5W3FcJlbSICAjZjFS jJ42rSXWgoWL
fYPfLvaCMTVxJ0XoJTmQ/stF6GPABDhzcepi7uJ74yQDuXcDErjjGhkwNvHx xCjMOMkCg3eX
S85zyVEMtGt24GWVxvsM5yi3+nBV8/7iBmJv0gaZQMZhNL4cHXBYdDkY7HQL vD0oebVfQuud
a8FGHSAaP1vnpMmbHgDEECwafLq/x8fZlGfJKCVKiapvXLyoEsdl3JYwBMpd uW1YEjlz4aMh
AY+iURiU/Vf/B6EE4kjfs5YLAAAAAElFTkSuQmCC
--------------000703000000050903060308
Content-Type: image/png;
name="linkedin.png"
Content-Transfer-Encoding: base64
Content-ID: <part3.01010101.07080403@esc-net.de>
Content-Disposition: inline;
filename="linkedin.png"

iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/ AP+gvaeTAAAA
CXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAACGklE QVQ4y6WTO2sU
URTHf3dmdp0kTnZJzErSrPjKYqNY2GljodhoLRLB1sLCD2DrZxAsfCAE/AaC grY+SBQSFTSC
xizGzZ3MTiYz92UxY5KNYuOBP+eew/3/73lwxfWHT9yjuR8YL0CwyxygAAPo Cqr0ntFcvjBB
cH++x8WzJzm8v/EnWVdks0PEgNWO95/XePD4HZ4ADk6MAhD6Hs26/08yBjwr ODrZBK0JADyv
LP7GsX2Evse9xR5Lsvgr+XfsO7ctoKwj9AWh7wEQIFCF+3sFGjCmgiJwQFwY Yge3X3cZrwXM
r2SDg9tJ1rokaw1alRXI3NAO61w60AAHTkE7qtNu1PjSUywsb3L60AgjNcHz hZgXb39WApoA
C3FqsIGjMxYC8OZbxlQU0GmFTLdCznWireV0pobYSDKevuzilMZDg0wN/cxu XdrMLVqX53TT
cu3OJ87cmmdlrQBgemoYKTMwqhSI+4Z0QMBhjANgcTnj1UdJHGd8Xc0AmBit Ecu0moGGODH0
h7cF8tyidSmgjSWWG6AUWpkypw1xLwXA4z8tQINcN/T3moEWtLZbr0mZQV5s 55RFJuU8RHR1
1iWtIzQ8nxOtIVCw9D2lWbM06w4ZZ8wtrEJRcLw9TDMUyKRg7kOPSHQR0ZVZ lyRjMDkOOVAU
FfLS57viHRaJLsHM+THuPtuDUgLTW2U0X672t47rrw82vOu/z9w8xS+MkDzV Boy6+QAAAABJ
RU5ErkJggg==
--------------000703000000050903060308
Content-Type: image/png;
name="xing.png"
Content-Transfer-Encoding: base64
Content-ID: <part4.07070708.00030505@esc-net.de>
Content-Disposition: inline;
filename="xing.png"

iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAACXBIWXMAAAsT AAALEwEAmpwY
AAABsklEQVR42mP8//8/AymAEb+G1x9333hU9fffZy52ZTONrQQ0/P7z7sLd hJfvN7Mw80mL
ROkqTodqAIKvv379+fuXhZmZh50dpv7f49dLLt1LYWD4ryRZCETsrJIIDYdu 3y5fu16AizPE
0CTFzgoo8fPXoxPX/T9/v8DHbWCito6LXRHFDw/evnXpm3D39Ws1Eck9xVmy wqLP3/SevlXC
ysKtLtuoJFmMxdObL17ymzqN8S9LnZddua/VrUcWD149FRNwNFFby8oiiEXD itNnImfN5WTi
nBhu7Gvw5OLdiv+MQnqKU6WEI7AE6+vPnx17+68+fmGrJL0wRe/rl/jbL94r isfqKs1kZuJE
1/Dt16/27TtatmzjYeZcnuZpqnDi3J16FmZxYDhKCAViibiVp8+Ur1v39N0H X12DFRkJ33/u
O3LVk+E/i5xYqq7iNCwaXn769PLTZ0ZGBnFePjE+3j9/3155kPvk9XIudgV9 5XnCfI6Ek8a7
T4dO3vD4+++HlHC4kepywhr+/P0ITEIPXk5jZxXTVpgE1EY48X36euHs7fBv P+8CVespzYGH
FSOpyRsAAuDh4a3m5z0AAAAASUVORK5CYII=
--------------000703000000050903060308
Content-Type: image/gif;
name="130x100_going.gif"
Content-Transfer-Encoding: base64
Content-ID: <part5.03070604.02020008@esc-net.de>
Content-Disposition: inline;
filename="130x100_going.gif"

R0lGODlhggBkANU/AAI6m5unzAFEnevmBBdYp26MwSdhrezv9ShbpkdJl8zT 5iosTk5RczdZ
pUxws4+Vujlhq296sauxNTZpsY6cUjtLl0pBjWmLbMzM3yVUngxDnzQ/j1B0 fjRTnm1skRRN
oxsaNCVKlb3I30JPnEY+iQVRojY+ZzhskyVDhEdbok5DlIh+smNfLmNYlS5l r1dSmztQhUZa
iV1eg93b6MTJIx5eq0xMfdvh7UJAaGtipL24E7W50CtOm4CAWP///////yH5 BAEAAD8ALAAA
AACCAGQAAAb/wJ9wOLwVPoCkcslsOp/QqHRKrX4KN6J2K1RkqmCpZqwJm8/h jIi7PUDQ6DJ5
Dq/bmZADWzgrA/x/UXODhGR/hYViSoB3jRozbApJiJSVlpeGTH6DjZ1KCm2T mKOkcyGnIaVj
nncCSXpESKqzlai2qKSscAKGH0QBh7QaJ7QoY6c8PB3Lyzy4l7pVAtPTnAFD wmMfIRIcGbMo
yB0NDSnm5B3OqBvsKO7vZa7RT9TUiEIPwZcZ32QcNANocPhA8EOGDgUTEtQW okKFcSkcSJQI
oVyKFi1e2MBhomPHBSBNoJiXZBqAevYQAbj2BZNBChcyfCBDYYCEhBk4SOCn MCGy/xHmHEQY
SjTCihw5ZGzEwdEjyKcLRupCibJQQQ0ZfuirlKHmAAoyCV44EbPgBYASTvQs GEJZuRwRCjyY
S3eFBxkyGCz1aAIq1JN1qAq2mrCMVlIcAqpdWzADwIGMt/EoJ3TFgwA7Mgd4 YBevXqZ8/UJF
QZWJ4NODCSlcJQnRWg6wIUc+wSHGBVQ920IUelnEDAUiNtu9+7npR9FPSaNe vnxQ5FXAtEWe
Tp0tboK6G0iUu2PGjRsYhHsgvtcp8uTM01eVPn1VAQDTM1yoTr/2LbfbA/i+ MWOHePKgmSca
COipl54G9M3kHnyMcUABDWMluBZZNFDAgTrZQSAUZhhgIP/CDnMNl1d5CzCA wQN+MeABDk9p
YCBq7FU3hivvRfaPTYtJWBABCHh1AQHbNFQBUA6sEABm/oU4nmckMuDDDgSC BEIAPqwQpXIv
olQCggm6aFKNjBEggQQU6PgBAWimecGYCKBpEA9DRmTZkSGuEMGSxTVV4pNR giTDAwyAEKWX
WQpQQglrpQlkYfUAAOZaCJxAAAeL0qdompKeICma/ByUQg4rWBZqqEvaYINe fTnlJJRQCeoq
SFgKsBBqiH5Qq0JpIoBAWASh5CiDCV0qLJCX7jjssQRkUIACBxwwwwPjRXvX nzM0i8EKfYG0
ap8gyLBDoAQSWMARWBwgggOETkP/wAM3HHDDDg4Ei6YDOzQ7QwFh+foesgTU UAMC/+oqsMAG
FGzwwQgb7MKuOzz5QL1V2iDDkjJg4MMBmR3ggwcLdLRtSAs8sHGfC8zgQ7si iOCDDxEgqI3K
IAZwgw8phNBpBg64O1fDO6SiLwCXBmwABAW7YLQLEySt9NITTOT00xNBQGUE KHQkg7s2xDCx
t09mawK0JtgAgwdPdmzq1xt3zBQOJgcAgzseNPv2KQWw/A4KEcSAQjI8pGBu B++ITHW6jmpw
7AkU/Ovv4jXwi6y/FvJ4QABVm0CCCVQysABTDLi7QJSvgoQDn6Cv4IMMrgqq wA1vvzM1CrbW
TXU4yPCQ/wGaEdB8dwgYh9NoAYan6a8BZ9nEAdJMJw318hNFIEFAFNQdHmYf muyBCTHEYPoO
apsqtqljlx22DWhzPD7bB8BgAgxv1/2ACafk7kMAeb/NfgXJNHwknSIrEA6h hRuWCwBCAQP8
K2EF0xXjFsgpfiRmADFwwMk6NIMKzgADgQIJ2R5AshTx6SkgMB3qwgWCas2t BAKAgA8eEI5D
OWBmK1NABDqFpoYpQAEdSllw3AFA4ClqcYi7wAWOlrwiLk0iSatIBy5AAQvl DkVhe4FGPIID
GOQuAN2LgffEJgPx4YB8IvMACEzQFBPS7gO5WwHtTjG2h63MAW3Jnw/0BgNU vP/DZ18KHpoW
V7AaHO2PyDOiIJXmggw0wAcK6IgNMNICr5mgczMISYCa8rGPhJFk3pkbQajk AdrtKgTvyN0O
9sYP2aGgjqdwxyl6qMd+MQ5hgIylLGdpAH407H02QIoHVsAAvqjMSk8ZT8f2 xKqniBCT6TNG
CSaASFV+wAEICBLe5kfKDKjwBnoLga0yQAzC+XCPw1MYEQfJPAcoDYnMSIEC EEk9jcngfAww
2Yl2MDNscaSL3FNb+Qj0kXW+Sz8XS4EqQ9AwETygAFQ6QAzWl4wQyI9+EaDS A2ZEjQCCc4EG
4AACN3qwBdbgBAb8VwZ4AAOZrcxZKPILDgKgsZOhKEr/bOMg6DwwA3C5CgMY a+kOBHoKWyGA
pSfdKfs6ALBkOUBlJw2AQG1V0W969KNr4gBIOUrVj+pkLLsaKSjDhpGNIIef fRGUX0InpdQJ
SgTpg0H2BmqrEhAgBGrNHvtg0IEMFPWtIcheDFrXwqYa7qk1KJ5AqErYEzxv ABfQFT94sIGO
kMAGL2gBiwZk1rF20KwgQAFa+YqbQ7mVH2wcqgIbxylQ3lGbv9MAYGtgABpU iLCwvUBAALYr
OG2ABLhFClIme57eWjZ1H2CWJgviWUXdTGCLS9NaDpXa1ZKFLLAl7FikioBk OKQCG6iABVow
qkb69rtldRXsMPO2tnr2UD9c/62izsteFNJItatlbXSjW9vr4u+6CRjVCmwA 3u+alSAZgKs2
2+tW4ak3TQT2bB7jK1+DXUCjsIVuAg/SDL51gAM96IEMXjCqFfX3PGYNQZoC LOLbsdfAB0ZT
gpn7XgYbDHGuHcvBXDDjNVXoBBS2q8AyEAOAAGQAGx5VDnj74fAKCgX8UJRB bHLii/IxpKRV
8YpRWDgGD88FPqKxg7VcMNl+ZRm6Mphia9KDEciAAjKwAIdDNWTwivVzZkVB VqOMJpigl0zp
TfGUD1VlF3d5TBDO6INgomXDwgSBAnteDGxrARXYoImhyjALQMKCHuCgBxKY NAsk0AM4g4AF
k+6Bhf8QgOECqokDJahBTSBEKVfqecrvdfVqCwZSF0zVAIYNSKA1heuN6qom OojBBixAbBnY
BFTPowBInvfjAehgANDWgaue3ezD2gRNJ2DyCX5cIRQDFsFT7rOVG4wwCoyJ y7DVVQcOSwEb
OMTYElDBC2pCgRzY4Hk6WAALoD3pZ4v1eRJYIrQ5gABoNy7bEjgUwoUV3/Wu OIDjJvfBQDoB
dKdbVz2AtgRiUAF4q8ACGa93Dp7Hgk/bRFDPxsEGRqBoUiO2YAAx4MJLgPAC e9ujDk+wRcc9
355/MgbJ7rhNiJ3xHsj7eTIggbEpcNtnx2AZzyNqYiAc849emwA1t7mTnwr/ bgJDnOc9py/f
YmATHsD7tmRWgQqQrgIPfCUBLIcg1Acg9QFodIADkPnVaz4sBnedvV+3ctij WxtdJYYCZne2
DTI+gB4kIAFIT4DbKTCk541gHM9rQEa/YgC8610CBw/I4xr+dz5/U9azHjxH O4CWwy563dAO
SOMrD+QKTH5IAFlGAwDSABccvvNVR7i/EOBjChzL76W36Naf2kfVI2wZDmoi VvkRgwzLoPoy
GJIMylwB7EP/AkQl9fFsbaEuX8CAxOMAEJvY6uOTngDnVb4rUf9K5yPsIAhI mMCSwYz++9//
AxNLCUNnjOM4y8dA4CZ/gmd/BoN/vlZdRPV/zEAO/xTYAATTeYCEQARYgAaI fGgifwcYTgxo
AAhAVFRVggODABW4ghaYfxg4S0aDMHSGeo5jZWmiAacXgvXnfCVIWAuDAFw2 MBQIAUQIg7Qk
g0HDWv7SgX6Hg63kZ/bXg1RFY0BohLJUcVZ4NAMYZeGUXKNXf4zjhHkGWAwo hbBUNEaTf7M0
SFiYhRbXR1xIbkv4hXJYA2I4hh4VhS6IQBm4hmzohjHIURhlMHPofjt4hzeX h6q3hxwVgzDI
hoR0hRkoiDsIhzOYiP6CiJg4iPPFiAkDiJAYiYC0NH8UdloIZYa4OJqog09G Xz6YhaEoioHE
NKXYc6cIZTPoUasIdrDlAP8B4ACN+Ijk9IuxSIuB+IYvKE63iIC6mIOsKIIb RSUGUDcFwIew
KEjUWIy06AC3CEtWSIjxtYrPKHEII43MNAHBeIXauI4TcEPd6I3faInN2Ep7 RH/DF2YcJY0G
oAAFc0NUYgTNUgCxBFQqUwBNg1TnMgHZSCUsdQAGOQENYy4+wDRUsjJGA1Q3 AIzK+EfGiG7z
mIqKg1yeeDD6aDDrdCQnUwAHoACAVDcBMAFUYpBoJRHmopA+YJBUIgIqqQAw eZNHNZFM444u
IDIyeQCfyJEd6ZGq6IyJmIIiyYgl2Y/8SI0uIJRHQyVJk43zkzRYuZA+YE43 1I482ZPJE5ZV
yY//03iT1mg0yVOLJAgwdsiUaAKXCuSUdqkrUbmPU3mTZwlIWGmTBrmVZOmV SROWYUmWQcmT
fZmW1biWs5g0bqlA4sgpPHKXlvlTPpCCN8SYetmSPmBQM1OUQlGThCmWPXkk GlOWByARRDkB
aDWFSAmZk6griHg7yXJcl2mXVKKZCoAA1NiZR0OEERmTB7kyCUmYEBCWDrBO CtAwyfMAGiOQ
GKmRb3mBaMiWEwABSQQBp4gATngz4BmeuTmedkmE5gkBBeAAEFAv2UmERaSd 53meBaAhwCFI
50kwl3mdLmCe7VmEP/id4Rmg/ECeBKor8QkBaOVSB7qgC7qcxjmf8Lk0/+fZ guRZMNzJoOZJ
m8AjoBwKngWagiyIoSI6oiQ6oRRKoCUKAQDaoQKqWOTJgjCaojI6o+TwoQhA ouSwoizKoiDq
iwVADpsBoxU4o0ToAOOinkNIpBQIZimIUNAEog0gojkKPKewo50iPyvjAxLY AC5JDogkpEma
og0QAS11kyEqpg3ADDomMDEpME86pAs6pQBwC20xUrZzp3cqSkSxpV3aAQUQ AWAqpPHJgioT
AejpADFaoujQf0tqpBDAD18aqCuIg3N6H3xzqXxzRf6nkivzAH46P8uASMtw khfzAOQAnZ1K
DmRaqiy4TjtQgV0ak+j5mRqTGRejnsk5P6WqMf8BAKQs0wHrtDLjIKlySqdx hKmZyk700wES
5JB/2gGa2gGiCqwXk1ApcEjO+qMNEJAzc62welLaGqs3mQJ18yQacwMqo1Tq dDJIBVRpOjXM
ejIRMIGSSqnGiqyXmjs3cEOeKlH9F63Tuk4p0AENM6/naqpcejHMYqYryKlm Kq4/Wjc7tU5G
Oj/mILCauk7LAK/SqgCMWq/vYazHiqzRurE3+a+g2rGjqqUdAK8pgJFjqqy/ iA4VmAI2lLC9
GpM4u67karHrCq2gqrEt+6sq+39gaq8ie6z2dUVL6wMzEBQVwLRFu04R4DcH MLARABQao7UH
kLUOkAIjELZhm7VA8Zn/I5A7BhWdOyuwLnmxWpqxLMuxtzqw/he2FmEOKWCv a4QK9tW3WLoy
EVABDbMyARC18+MQiBS269RSDxC2WTo/YYuqgCu2iruSGpO1frMyJlO1bcu2 PrtOZxu0cUu0
wTqv/Ue5qEupKMAOrJtdDuG69nW2RZECDpECQ1G7EZADDjEUI1ABGJsDYmu7 uUu5wgu8qBtR
R+IAwRsBElG1QMG8tlsA5lAAOWAOvGu7DhC1ZCsUtLu7gRu7qEu5lNq65MsO fXu+6Ju+1wW6
4du+7vu+8Bu2eDu/YIu61xW+6Ru/41u+5au+/tu3Ysu7YTsk8VvABhy+eHvA A6y+77u//Eu+
/9hlvv9rX49XwRZ8wY8XtnCnwO0rwJTrwe9ru8Zrv//bvg78wA+cvo/LMhjc wi7cwhpsweFL
pszStWGbA86ykgFMtWK7ApYbAO2bAOmbweF7wijcv337eE5LFC/wwk78xE/c xI9nLoorAiPw
ApMTthxWJSOQAFgcAAmQOxHgxBUAxQmgAcBwxKyLW2yMW8T2xhaQAD6AARds MUpMxwlgMVOT
AKg6OY+HthqDAVJckYL8wjMgAl68Qo/XHRVsOivweKaTA1MMxmbsxACwAwDA xrfFDm3cyZ5M
AnB8MpvxAHFsx3KMxxZzAwGAFE67AirzAGG8Mt0xPwnAkAzpwoITy/9jXMs+ 0MhV8nhUUsEd
UsmWfAMacFufnMxtbAFsTGwX0yEBQGwWE8dznAAWYDEvQGxU8sgvUM1XlAA5 UM0W0yHVjMHQ
+ci6DMy9DMm/zMvCjMfEjMEVoAE/4AAooMz43MnOjAFwfM0+oGZzLM3/rM0s 83FzrAJXpHbi
PD90onYW/AAzIMmP182wnACMzM7oHMkqkAB+XMlqt9GPt9Eb4AA/IAKZnM8o vc/9bDGuHND+
/MZo+wIMaQExzZAqQCU7oHY58NFqZzoPMBQ7rQIe4sWT89GOrHZfrALhHAE8 3dRO/dQqAABr
8AMdgMwojc8WsMKkLDJO69LT/MaD67TZnDv/LTUDLyBvFrMyGNDUFanWOp3D a23UVWLUB4BT
AQDVeO3UG9AAQyAJV+3JzAzKxFYUEdACxAYXNJ0Dhx0B/dwCuQvT8wMXTQ0X TJ3XTX0Uli1v
mJ3Zlg0AoDAEVPPXydzPpF3apg3HT9RonL3arN3aTo03W9AAVi3a+nzatm3a L1DYcOzavN3b
T70BKcAFWnrPtL3Mt33cyK3avr3crL0B0roHDgAAs+3GgU3dyX3dt83c2r3a GwAAJL0HQrAD
ZWDV2F3e173d6I3XGzAGOwDeWvAAPJAEq6vG9F3f9n3f+J3frWsMAMADD+De bHAAP02sBF7g
Bn7gCH7gEQCd7h0EADs=
--------------000703000000050903060308--

--------------050201050604090907080208--


Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551447 is a reply to message #551442] Fri, 06 August 2010 13:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

Hi Martin,
I hope I won't bother you with my problems too much !

I managed to get some more output, but I can't find much information by
myself.
I'm not used to hibernate... And I don't even know what are the expected
results of starting a CDO server for the first time...

I hope you'll be able to find something interesting in the DEBUG output
below.

I won't be able to answer until next monday, so you can take your time.
There's no hurry !

Thank you a lot ! And have a nice holiday :)

---------------------------------

Configuration location:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/
Configuration file:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/config.ini
loaded
Install location:
file:/D:/Program Files/eclipse/helios/eclipse/
Framework located:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Framework classpath:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Splash location:
null
Debug options:
file:/D:/Program Files/eclipse/helios/eclipse/.options not found

osgi> Time to load bundles: 0
Starting application: 2282
[INFO] CDO server starting
!SESSION 2010-08-06 14:57:02.968
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_EN
Framework arguments: -application org.eclipse.emf.cdo.server.app
Command-line arguments: -application org.eclipse.emf.cdo.server.app
-data
D:\PROJETS\PERSO\eclipse_workspaces\CDO/../runtime-New_confi guration
-dev
file:D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plug ins/org.eclipse.pde.core/CDOServer/dev.properties
-os win32 -ws win32 -arch x86 -consoleLog -debug -console

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-06 14:57:05.421
!MESSAGE CDO server starting

!ENTRY org.eclipse.emf.ecore 2 0 2010-08-06 14:57:05.578
!MESSAGE Both 'fr.magellium.swt.spatial' and 'spatialModel' register a
package for 'http:///fr/magellium/swt/examples/spatial/model.ecore/1.0.0'
SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See
also http://www.slf4j.org/codes.html#log4j_version
[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
Hibernate 3.3.2.GA ]

[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
Hibernate 3.3.2.GA ]

[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
hibernate.properties not found ]

[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
hibernate.properties not found ]

[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Environment.buildBytecodeProvider
Bytecode provider name : javassist ]

[INFO <06/08/2010 14:57:05.796>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Environment.buildBytecodeProvider
Bytecode provider name : javassist ]

[INFO <06/08/2010 14:57:05.812>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
using JDK 1.4 java.sql.Timestamp handling ]

[INFO <06/08/2010 14:57:05.812>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
using JDK 1.4 java.sql.Timestamp handling ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
trying to resolve system-id
[http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
trying to resolve system-id
[http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
recognized hibernate namespace; attempting to resolve on classpath under
org/hibernate/ ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
recognized hibernate namespace; attempting to resolve on classpath under
org/hibernate/ ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in
classpath ]

[DEBUG <06/08/2010 14:57:05.875>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in
classpath ]

[INFO <06/08/2010 14:57:05.921>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class: CDOPackageUnit -> cdo_package_unit ]

[INFO <06/08/2010 14:57:05.921>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class: CDOPackageUnit -> cdo_package_unit ]

[DEBUG <06/08/2010 14:57:05.937>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: nsUri -> nsUri ]

[DEBUG <06/08/2010 14:57:05.937>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: nsUri -> nsUri ]

[DEBUG <06/08/2010 14:57:05.937>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: originalType -> originalType ]

[DEBUG <06/08/2010 14:57:05.937>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: originalType -> originalType ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: timeStamp -> timeStamp ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: timeStamp -> timeStamp ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: EPackageBlob -> EPackageBlob ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: EPackageBlob -> EPackageBlob ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageInfos ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageInfos ]

[INFO <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ->
cdo_package_info ]

[INFO <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ->
cdo_package_info ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageURI -> packageURI ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageURI -> packageURI ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: parentURI -> parentURI ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: parentURI -> parentURI ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: metaIDRange -> metaIDStart, metaIDSize ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: metaIDRange -> metaIDStart, metaIDSize ]

[INFO <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ->
cdo_system_information ]

[INFO <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ->
cdo_system_information ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: creationTime -> creationTime ]

[DEBUG <06/08/2010 14:57:05.953>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: creationTime -> creationTime ]

[INFO <06/08/2010 14:57:05.968>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 14:57:05.968>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 14:57:06.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
Running hbm2ddl schema update ]

[INFO <06/08/2010 14:57:06.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
Running hbm2ddl schema update ]

[INFO <06/08/2010 14:57:06.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
fetching database metadata ]

[INFO <06/08/2010 14:57:06.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
fetching database metadata ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[INFO <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[DEBUG <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 14:57:06.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 14:57:06.125>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[DEBUG <06/08/2010 14:57:06.125>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
updating schema ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
updating schema ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Second pass for collection: CDOPackageUnit.packageInfos ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Second pass for collection: CDOPackageUnit.packageInfos ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindCollectionSecondPass
Mapping collection: CDOPackageUnit.packageInfos -> cdo_package_info ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindCollectionSecondPass
Mapping collection: CDOPackageUnit.packageInfos -> cdo_package_info ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Mapped collection key: cdo_package_unit_id, index: idx, one-to-many:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Mapped collection key: cdo_package_unit_id, index: idx, one-to-many:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[DEBUG <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 14:57:06.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: hibernate_sequence ]

[INFO <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: hibernate_sequence ]

create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI))
[DEBUG <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI)) ]

[DEBUG <06/08/2010 14:57:06.218>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI)) ]

create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri))
[DEBUG <06/08/2010 14:57:06.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri)) ]

[DEBUG <06/08/2010 14:57:06.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri)) ]

create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id))
[DEBUG <06/08/2010 14:57:06.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id)) ]

[DEBUG <06/08/2010 14:57:06.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id)) ]

alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit
[DEBUG <06/08/2010 14:57:06.265>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit ]

[DEBUG <06/08/2010 14:57:06.265>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit ]

create sequence hibernate_sequence
[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create sequence hibernate_sequence ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create sequence hibernate_sequence ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
schema update complete ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
schema update complete ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo se
cleaning up connection pool: jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo se
cleaning up connection pool: jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO] No user manager configured. Users will not be authenticated

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-06 14:57:06.296
!MESSAGE No user manager configured. Users will not be authenticated
[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.buildSessionFactory
Preparing to build session factory with filters : {} ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.buildSessionFactory
Preparing to build session factory with filters : {} ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[INFO <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 14:57:06.296>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[DEBUG <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[INFO <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
RDBMS: PostgreSQL, version: 8.4.4 ]

[INFO <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
RDBMS: PostgreSQL, version: 8.4.4 ]

[INFO <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.4 JDBC4
(build 701) ]

[INFO <06/08/2010 14:57:06.328>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.4 JDBC4
(build 701) ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionFactoryFactory.buildTra nsactionFactory
Using default transaction strategy (direct JDBC transactions) ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionFactoryFactory.buildTra nsactionFactory
Using default transaction strategy (direct JDBC transactions) ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionManagerLookupFactory.ge tTransactionManagerLookup
No TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended) ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionManagerLookupFactory.ge tTransactionManagerLookup
No TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended) ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic flush during beforeCompletion(): disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic flush during beforeCompletion(): disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic session close at end of transaction: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic session close at end of transaction: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch size: 15 ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch size: 15 ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch updates for versioned data: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch updates for versioned data: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Scrollable result sets: enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Scrollable result sets: enabled ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Wrap result sets: disabled ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Wrap result sets: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC3 getGeneratedKeys(): enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC3 getGeneratedKeys(): enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Connection release mode: auto ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Connection release mode: auto ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default batch fetch size: 1 ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default batch fetch size: 1 ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Generate SQL with comments: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Generate SQL with comments: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL updates by primary key: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL updates by primary key: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL inserts for batching: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL inserts for batching: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createQueryTranslatorFacto ry
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createQueryTranslatorFacto ry
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.hql.ast.ASTQueryTranslatorFactory.<init>
Using ASTQueryTranslatorFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.hql.ast.ASTQueryTranslatorFactory.<init>
Using ASTQueryTranslatorFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Query language substitutions: {} ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Query language substitutions: {} ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JPA-QL strict compliance: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JPA-QL strict compliance: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Second-level cache: enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Second-level cache: enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Query cache: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Query cache: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createRegionFactory
Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createRegionFactory
Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Optimize cache for minimal puts: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Optimize cache for minimal puts: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Structured second-level cache entries: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Structured second-level cache entries: disabled ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.exception.SQLExceptionConverterFactory.buildSQ LExceptionConverter
Using dialect defined converter ]

[DEBUG <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.exception.SQLExceptionConverterFactory.buildSQ LExceptionConverter
Using dialect defined converter ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Statistics: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Statistics: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Deleted entity synthetic identifier rollback: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Deleted entity synthetic identifier rollback: disabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default entity-mode: pojo ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default entity-mode: pojo ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Named query checking : enabled ]

[INFO <06/08/2010 14:57:06.343>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Named query checking : enabled ]

[INFO <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
building session factory ]

[INFO <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
building session factory ]

[DEBUG <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
Session factory constructed with filter configurations : {} ]

[DEBUG <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
Session factory constructed with filter configurations : {} ]

[DEBUG <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
instantiating session factory with properties:
{hibernate.connection.username=postgres,
hibernate.connection.password=postgres,
hibernate.dialect=org.hibernatespatial.postgis.PostgisDialec t,
hibernate.connection.url=jdbc:postgresql://127.0.0.1/cdotest2,
hibernate.connection.driver_class=org.postgresql.Driver,
hibernate.hbm2ddl.auto=true} ]

[DEBUG <06/08/2010 14:57:06.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.impl.SessionFactoryImpl.<init>
instantiating session factory with properties:
{hibernate.connection.username=postgres,
hibernate.connection.password=postgres,
hibernate.dialect=org.hibernatespatial.postgis.PostgisDialec t,
hibernate.connection.url=jdbc:postgresql://127.0.0.1/cdotest2,
hibernate.connection.driver_class=org.postgresql.Driver,
hibernate.hbm2ddl.auto=true} ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select packageURI from cdo_package_info where
packageURI =? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select packageURI from cdo_package_info where
packageURI =? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select cdopackage_.packageURI, cdopackage_.parentURI
as parentURI1_, cdopackage_.metaIDStart as metaIDSt3_1_,
cdopackage_.metaIDSize as metaIDSize1_ from cdo_package_info cdopackage_
where cdopackage_.packageURI=? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select cdopackage_.packageURI, cdopackage_.parentURI
as parentURI1_, cdopackage_.metaIDStart as metaIDSt3_1_,
cdopackage_.metaIDSize as metaIDSize1_ from cdo_package_info cdopackage_
where cdopackage_.packageURI=? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Insert 0: insert into cdo_package_info (parentURI, metaIDStart,
metaIDSize, packageURI) values (?, ?, ?, ?) ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Insert 0: insert into cdo_package_info (parentURI, metaIDStart,
metaIDSize, packageURI) values (?, ?, ?, ?) ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Update 0: update cdo_package_info set parentURI=?, metaIDStart=?,
metaIDSize=? where packageURI=? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Update 0: update cdo_package_info set parentURI=?, metaIDStart=?,
metaIDSize=? where packageURI=? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Delete 0: delete from cdo_package_info where packageURI=? ]

[DEBUG <06/08/2010 14:57:06.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Delete 0: delete from cdo_package_info where packageURI=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select id from cdo_system_information where id =? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select id from cdo_system_information where id =? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select systeminfo_.id, systeminfo_.creationTime as
creation2_2_ from cdo_system_information systeminfo_ where
systeminfo_.id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select systeminfo_.id, systeminfo_.creationTime as
creation2_2_ from cdo_system_information systeminfo_ where
systeminfo_.id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Insert 0: insert into cdo_system_information (creationTime, id) values
(?, ?) ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Insert 0: insert into cdo_system_information (creationTime, id) values
(?, ?) ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Update 0: update cdo_system_information set creationTime=? where id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Update 0: update cdo_system_information set creationTime=? where id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Delete 0: delete from cdo_system_information where id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Delete 0: delete from cdo_system_information where id=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity: CDOPackageUnit ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Static SQL for entity: CDOPackageUnit ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select nsUri from cdo_package_unit where nsUri =? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Version select: select nsUri from cdo_package_unit where nsUri =? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select cdopackage_.nsUri, cdopackage_.originalType as
original2_0_, cdopackage_.timeStamp as timeStamp0_,
cdopackage_.EPackageBlob as EPackage4_0_ from cdo_package_unit
cdopackage_ where cdopackage_.nsUri=? ]

[DEBUG <06/08/2010 14:57:06.453>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.persister.entity.AbstractEntityPersister.logSt aticSQL
Snapshot select: select cdopackage_.nsUri, cdopackage_.originalType as
original2_0_, cdopackage_.timeStamp as timeStamp0_,
cdopackage_.EPacka
Re: [CDO] Setting up CDO/Hibernate store with a Postgresql DB [message #551448 is a reply to message #551443] Fri, 06 August 2010 13:28 Go to previous message
Eclipse UserFriend
Originally posted by: swt.magellium.fr

Hi again,

Thank you Eike for the tracing tip !
I was able to get even more traces !

Below is the most verbose output I could get.
I hope this will help !




Configuration location:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/
Configuration file:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/config.ini
loaded
Install location:
file:/D:/Program Files/eclipse/helios/eclipse/
Framework located:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Framework classpath:
file:/D:/Program
Files/eclipse/helios/eclipse/plugins/org.eclipse.osgi_3.6.0. v20100517.jar
Splash location:
null
Debug options:

file:/D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plu gins/org.eclipse.pde.core/CDOServer/.options
loaded

osgi> Time to load bundles: 0
Starting application: 2250
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.net4j.util
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating ManagedContainer
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating {}
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP PluginFactoryRegistry@1
Registry.autoCommit = true
Registry.transaction = null
HashMapRegistry.map =

org.eclipse.net4j.acceptors[jvm]=Factory[org.eclipse.net4j.a cceptors, jvm]

org.eclipse.net4j.connectors[jvm]=Factory[org.eclipse.net4j. connectors, jvm]

org.eclipse.net4j.util.security.credentialsProviders[interac tive]=Factory[org.eclipse.net4j.util.security.credentialsPro viders,
interactive]

org.eclipse.net4j.randomizers[default]=Factory[org.eclipse.n et4j.randomizers,
default]

org.eclipse.net4j.userManagers[file]=Factory[org.eclipse.net 4j.userManagers,
file]

org.eclipse.net4j.clientProtocols[cdo]=Factory[org.eclipse.n et4j.clientProtocols,
cdo]

org.eclipse.emf.cdo.server.db.browsers[default]=Factory[org. eclipse.emf.cdo.server.db.browsers,
default]

org.eclipse.net4j.serverProtocols[cdo]=Factory[org.eclipse.n et4j.serverProtocols,
cdo]

org.eclipse.net4j.serverProtocols[heartbeat]=Factory[org.ecl ipse.net4j.serverProtocols,
heartbeat]

org.eclipse.net4j.bufferProviders[default]=Factory[org.eclip se.net4j.bufferProviders,
default]

org.eclipse.net4j.acceptors[tcp]=Factory[org.eclipse.net4j.a cceptors, tcp]

org.eclipse.net4j.Negotiators[challenge]=Factory[org.eclipse .net4j.Negotiators,
challenge]

org.eclipse.net4j.connectors[tcp]=Factory[org.eclipse.net4j. connectors, tcp]

org.eclipse.net4j.executorServices[default]=Factory[org.ecli pse.net4j.executorServices,
default]

org.eclipse.net4j.connectors[http]=Factory[org.eclipse.net4j .connectors,
http]

org.eclipse.net4j.util.timers[daemon]=Factory[org.eclipse.ne t4j.util.timers,
daemon]

org.eclipse.net4j.selectors[tcp]=Factory[org.eclipse.net4j.s electors, tcp]

org.eclipse.emf.cdo.sessions[cdo]=Factory[org.eclipse.emf.cd o.sessions, cdo]
extensionRegistryListener =
org.eclipse.net4j.internal.util.factory.PluginFactoryRegistr y$1@78529d

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating []
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.net4j
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.net4j
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.common
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating CDOViewProviderRegistryImpl@2
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP CDOViewProviderRegistryImpl@2
viewProviders =
org.eclipse.emf.internal.cdo.view.PluginContainerViewProvide r @2c03ff

app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.net4j.util.ui
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.ui
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.net4j.tcp
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP PluginElementProcessorList@3
processors =
org.eclipse.emf.cdo.internal.net4j.FailOverStrategyInjector@1f88fbd
org.eclipse.net4j.util.security.ChallengeNegotiatorConfigure r @1a4eb56
org.eclipse.emf.cdo.ui.CDOInteractiveExceptionHandler@566633
org.eclipse.net4j.TransportInjector@4fdf11

org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol$Server$TimerInjector@1be0369
org.eclipse.net4j.internal.tcp.TCPSelectorInjector@1d1fc02
extensionRegistryListener =
org.eclipse.net4j.internal.util.container.PluginElementProce ssorList$1@f800db

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP PluginContainer@4
ManagedContainer.factoryRegistry =

org.eclipse.net4j.acceptors[jvm]=Factory[org.eclipse.net4j.a cceptors, jvm]

org.eclipse.net4j.connectors[jvm]=Factory[org.eclipse.net4j. connectors, jvm]

org.eclipse.net4j.util.security.credentialsProviders[interac tive]=Factory[org.eclipse.net4j.util.security.credentialsPro viders,
interactive]

org.eclipse.net4j.randomizers[default]=Factory[org.eclipse.n et4j.randomizers,
default]

org.eclipse.net4j.userManagers[file]=Factory[org.eclipse.net 4j.userManagers,
file]

org.eclipse.net4j.clientProtocols[cdo]=Factory[org.eclipse.n et4j.clientProtocols,
cdo]

org.eclipse.emf.cdo.server.db.browsers[default]=Factory[org. eclipse.emf.cdo.server.db.browsers,
default]

org.eclipse.net4j.serverProtocols[cdo]=Factory[org.eclipse.n et4j.serverProtocols,
cdo]

org.eclipse.net4j.serverProtocols[heartbeat]=Factory[org.ecl ipse.net4j.serverProtocols,
heartbeat]

org.eclipse.net4j.bufferProviders[default]=Factory[org.eclip se.net4j.bufferProviders,
default]

org.eclipse.net4j.acceptors[tcp]=Factory[org.eclipse.net4j.a cceptors, tcp]

org.eclipse.net4j.Negotiators[challenge]=Factory[org.eclipse .net4j.Negotiators,
challenge]

org.eclipse.net4j.connectors[tcp]=Factory[org.eclipse.net4j. connectors, tcp]

org.eclipse.net4j.executorServices[default]=Factory[org.ecli pse.net4j.executorServices,
default]

org.eclipse.net4j.connectors[http]=Factory[org.eclipse.net4j .connectors,
http]

org.eclipse.net4j.util.timers[daemon]=Factory[org.eclipse.ne t4j.util.timers,
daemon]

org.eclipse.net4j.selectors[tcp]=Factory[org.eclipse.net4j.s electors, tcp]

org.eclipse.emf.cdo.sessions[cdo]=Factory[org.eclipse.emf.cd o.sessions, cdo]
ManagedContainer.postProcessors =
org.eclipse.emf.cdo.internal.net4j.FailOverStrategyInjector@1f88fbd
org.eclipse.net4j.util.security.ChallengeNegotiatorConfigure r @1a4eb56
org.eclipse.emf.cdo.ui.CDOInteractiveExceptionHandler@566633
org.eclipse.net4j.TransportInjector@4fdf11

org.eclipse.net4j.signal.heartbeat.HeartBeatProtocol$Server$TimerInjector@1be0369
org.eclipse.net4j.internal.tcp.TCPSelectorInjector@1d1fc02
ManagedContainer.elementRegistry =

app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Plugin
container created: ManagedContainer
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.server
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting
application org.eclipse.emf.cdo.server.app
[INFO] CDO server starting
!SESSION 2010-08-06 15:25:27.156
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_EN
Framework arguments: -application org.eclipse.emf.cdo.server.app
Command-line arguments: -application org.eclipse.emf.cdo.server.app
-data
D:\PROJETS\PERSO\eclipse_workspaces\CDO/../runtime-New_confi guration
-dev
file:D:/PROJETS/PERSO/eclipse_workspaces/CDO/.metadata/.plug ins/org.eclipse.pde.core/CDOServer/dev.properties
-debug
D:\PROJETS\PERSO\eclipse_workspaces\CDO\.metadata\.plugins\o rg.eclipse.pde.core\CDOServer/.options
-os win32 -ws win32 -arch x86 -consoleLog -console

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-06 15:25:29.609
!MESSAGE CDO server starting
app thread - org.eclipse.emf.cdo.server.app.0 [debug.repository]
Configuring CDO server from
D:\PROJETS\PERSO\eclipse_workspaces\CDO\CDOServer\config\cdo -server.xml
app thread - org.eclipse.emf.cdo.server.app.0 [debug.repository]
Configuring repository repo1 (type=default)

!ENTRY org.eclipse.emf.ecore 2 0 2010-08-06 15:25:29.781
!MESSAGE Both 'fr.magellium.swt.spatial' and 'spatialModel' register a
package for 'http:///fr/magellium/swt/examples/spatial/model.ecore/1.0.0'
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.server.hibernate
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.net4j.db
app thread - org.eclipse.emf.cdo.server.app.0 [debug.om] Starting bundle
org.eclipse.emf.cdo.server.hibernate.teneo
app thread - org.eclipse.emf.cdo.server.app.0 [debug] HibernateStore
with mappingProvider
org.eclipse.emf.cdo.server.hibernate.internal.teneo.TeneoHib ernateMappingProvider
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating CDORepositoryInfo[repo1]
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating HibernateStore@5
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating HibernatePackageHandler@6
app thread - org.eclipse.emf.cdo.server.app.0 [debug] Initializing
configuration for CDO metadata
SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See
also http://www.slf4j.org/codes.html#log4j_version
[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
Hibernate 3.3.2.GA ]

[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
Hibernate 3.3.2.GA ]

[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
hibernate.properties not found ]

[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
hibernate.properties not found ]

[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Environment.buildBytecodeProvider
Bytecode provider name : javassist ]

[INFO <06/08/2010 15:25:30.015>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Environment.buildBytecodeProvider
Bytecode provider name : javassist ]

[INFO <06/08/2010 15:25:30.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
using JDK 1.4 java.sql.Timestamp handling ]

[INFO <06/08/2010 15:25:30.031>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.Environment.<clinit>
using JDK 1.4 java.sql.Timestamp handling ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
trying to resolve system-id
[http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
trying to resolve system-id
[http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
recognized hibernate namespace; attempting to resolve on classpath under
org/hibernate/ ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
recognized hibernate namespace; attempting to resolve on classpath under
org/hibernate/ ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in
classpath ]

[DEBUG <06/08/2010 15:25:30.093>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.util.DTDEntityResolver.resolveEntity
located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in
classpath ]

[INFO <06/08/2010 15:25:30.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class: CDOPackageUnit -> cdo_package_unit ]

[INFO <06/08/2010 15:25:30.140>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class: CDOPackageUnit -> cdo_package_unit ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: nsUri -> nsUri ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: nsUri -> nsUri ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: originalType -> originalType ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: originalType -> originalType ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: timeStamp -> timeStamp ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: timeStamp -> timeStamp ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: EPackageBlob -> EPackageBlob ]

[DEBUG <06/08/2010 15:25:30.156>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: EPackageBlob -> EPackageBlob ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageInfos ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageInfos ]

[INFO <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ->
cdo_package_info ]

[INFO <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ->
cdo_package_info ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageURI -> packageURI ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: packageURI -> packageURI ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: parentURI -> parentURI ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: parentURI -> parentURI ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: metaIDRange -> metaIDStart, metaIDSize ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: metaIDRange -> metaIDStart, metaIDSize ]

[INFO <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ->
cdo_system_information ]

[INFO <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonVal ues
Mapping class:
org.eclipse.emf.cdo.server.internal.hibernate.SystemInformat ion ->
cdo_system_information ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: creationTime -> creationTime ]

[DEBUG <06/08/2010 15:25:30.171>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.cfg.HbmBinder.bindProperty
Mapped property: creationTime -> creationTime ]

app thread - org.eclipse.emf.cdo.server.app.0 [debug] Updating db schema
for Hibernate PackageHandler
[INFO <06/08/2010 15:25:30.187>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 15:25:30.187>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 15:25:30.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
Running hbm2ddl schema update ]

[INFO <06/08/2010 15:25:30.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
Running hbm2ddl schema update ]

[INFO <06/08/2010 15:25:30.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
fetching database metadata ]

[INFO <06/08/2010 15:25:30.234>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
fetching database metadata ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[INFO <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[DEBUG <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 15:25:30.250>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 15:25:30.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[DEBUG <06/08/2010 15:25:30.390>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
updating schema ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
updating schema ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Second pass for collection: CDOPackageUnit.packageInfos ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Second pass for collection: CDOPackageUnit.packageInfos ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindCollectionSecondPass
Mapping collection: CDOPackageUnit.packageInfos -> cdo_package_info ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.HbmBinder.bindCollectionSecondPass
Mapping collection: CDOPackageUnit.packageInfos -> cdo_package_info ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Mapped collection key: cdo_package_unit_id, index: idx, one-to-many:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.CollectionSecondPass.doSecondPass
Mapped collection key: cdo_package_unit_id, index: idx, one-to-many:
org.eclipse.emf.cdo.internal.common.model.CDOPackageInfoImpl ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[DEBUG <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 15:25:30.406>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 15:25:30.437>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_info ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_package_unit ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: cdo_system_information ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: hibernate_sequence ]

[INFO <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata
table not found: hibernate_sequence ]

create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI))
[DEBUG <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI)) ]

[DEBUG <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_info (packageURI varchar(255) not null,
parentURI varchar(255), metaIDStart int4, metaIDSize int4,
cdo_package_unit_id varchar(255), idx int4, primary key (packageURI)) ]

create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri))
[DEBUG <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri)) ]

[DEBUG <06/08/2010 15:25:30.468>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_package_unit (nsUri varchar(255) not null, originalType
bytea, timeStamp int8, EPackageBlob oid, primary key (nsUri)) ]

create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id))
[DEBUG <06/08/2010 15:25:30.484>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id)) ]

[DEBUG <06/08/2010 15:25:30.484>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create table cdo_system_information (id int4 not null, creationTime
int8, primary key (id)) ]

alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit
[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit ]

[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
alter table cdo_package_info add constraint FK5702C978798F06A8 foreign
key (cdo_package_unit_id) references cdo_package_unit ]

create sequence hibernate_sequence
[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create sequence hibernate_sequence ]

[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
create sequence hibernate_sequence ]

[INFO <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
schema update complete ]

[INFO <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.tool.hbm2ddl.SchemaUpdate.execute
schema update complete ]

[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[DEBUG <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[INFO <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo se
cleaning up connection pool: jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 15:25:30.500>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo se
cleaning up connection pool: jdbc:postgresql://127.0.0.1/cdotest2 ]

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP HibernatePackageHandler@6
configuration = org.hibernate.cfg.Configuration@178991
sessionFactory = null
nextPackageID = 0
nextClassID = 0
nextFeatureID = 0
packageUnits = null
ePackageBlobsByRootUri =
ePackagesByRootUri =
hibernateStore = HibernateStore@5
doDropSchema = false

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP HibernateStore@5
Store.revisionTemporality = NONE
Store.revisionParallelism = NONE
Store.repository = CDORepositoryInfo[repo1]
hibernateConfiguration = null
hibernateSessionFactory = null
packageHandler = HibernatePackageHandler@6
mappingProvider =
org.eclipse.emf.cdo.server.hibernate.internal.teneo.TeneoHib ernateMappingProvider @12801c5
doDropSchema = false
systemInformation = null
entityNameToEClass = null
eClassToEntityName = null
identifierPropertyNameByEntity = null
properties =
hibernate.connection.username=postgres
hibernate.connection.password=postgres
hibernate.dialect=org.hibernatespatial.postgis.PostgisDialec t
hibernate.connection.url=jdbc:postgresql://127.0.0.1/cdotest2
hibernate.connection.driver_class=org.postgresql.Driver
hibernate.hbm2ddl.auto=true
mainBranchHead = null

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating SessionManager@7
[INFO] No user manager configured. Users will not be authenticated

!ENTRY org.eclipse.emf.cdo.server 1 0 2010-08-06 15:25:30.515
!MESSAGE No user manager configured. Users will not be authenticated
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP SessionManager@7
repository = CDORepositoryInfo[repo1]
tokenLength = 1024
randomizer = null
userManager = null
sessions =
lastSessionID = 0

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating CDORevisionManagerImpl@8
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating {}
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP BranchRevisionCache@9
Worker.daemon = false
Worker.activationTimeout = 10000
Worker.deactivationTimeout = 10000
ReferenceQueueWorker.queue = java.lang.ref.ReferenceQueue@77b794
ReferenceQueueWorker.pollMillis = 60000
ReferenceQueueWorker.maxWorkPerPoll = -1
revisionLists =

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP CDORevisionManagerImpl@8
supportingBranches = false
revisionLoader = CDORepositoryInfo[repo1]
revisionLocker = null
factory = org.eclipse.emf.cdo.common.revision.CDORevisionFactory$1@55a58f
cache = {}

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating QueryManager@10
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP QueryManager@10
repository = CDORepositoryInfo[repo1]
queryContexts =
executors = null
shutdownExecutorService = false
nextQuery = 0

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating CDOCommitInfoManagerImpl@11
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP CDOCommitInfoManagerImpl@11
commitInfoLoader = CDORepositoryInfo[repo1]

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating CommitManager@12
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP CommitManager@12
repository = CDORepositoryInfo[repo1]
shutdownExecutorService = false

app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle]
Activating LockManager@13
app thread - org.eclipse.emf.cdo.server.app.0 [debug.lifecycle.dump]
DUMP LockManager@13
RWLockManager.readLockStrategy = ReadLockStrategy
RWLockManager.writeLockStrategy = WriteLockStrategy
RWLockManager.lockEntries =
RWLockManager.lockChanged = java.lang.Object@139d891
repository = CDORepositoryInfo[repo1]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.buildSessionFactory
Preparing to build session factory with filters : {} ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.buildSessionFactory
Preparing to build session factory with filters : {} ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing extends queue ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing collection mappings ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing native query and ResultSetMapping mappings ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing association property references ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompile
processing foreign key constraints ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.Configuration.secondPassCompileForeignKeys
resolving reference to class: CDOPackageUnit ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Using Hibernate built-in connection pool (not for production use!) ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
Hibernate connection pool size: 20 ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
autocommit mode: false ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
using driver: org.postgresql.Driver at URL:
jdbc:postgresql://127.0.0.1/cdotest2 ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[INFO <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.con figure
connection properties: {user=postgres, password=postgres} ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
total checked-out connections: 0 ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 15:25:30.531>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
opening new JDBC connection ]

[DEBUG <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[DEBUG <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.get Connection
created connection to: jdbc:postgresql://127.0.0.1/cdotest2, Isolation
Level: 2 ]

[INFO <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
RDBMS: PostgreSQL, version: 8.4.4 ]

[INFO <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
RDBMS: PostgreSQL, version: 8.4.4 ]

[INFO <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.4 JDBC4
(build 701) ]

[INFO <06/08/2010 15:25:30.562>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.4 JDBC4
(build 701) ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 - org.hibernate.dialect.Dialect.<init>
Using dialect: org.hibernatespatial.postgis.PostgisDialect ]

[DEBUG <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[DEBUG <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.connection.DriverManagerConnectionProvider.clo seConnection
returning connection to pool, pool size: 1 ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionFactoryFactory.buildTra nsactionFactory
Using default transaction strategy (direct JDBC transactions) ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionFactoryFactory.buildTra nsactionFactory
Using default transaction strategy (direct JDBC transactions) ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionManagerLookupFactory.ge tTransactionManagerLookup
No TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended) ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.transaction.TransactionManagerLookupFactory.ge tTransactionManagerLookup
No TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended) ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic flush during beforeCompletion(): disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic flush during beforeCompletion(): disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic session close at end of transaction: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Automatic session close at end of transaction: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch size: 15 ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch size: 15 ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch updates for versioned data: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC batch updates for versioned data: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Scrollable result sets: enabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Scrollable result sets: enabled ]

[DEBUG <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Wrap result sets: disabled ]

[DEBUG <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Wrap result sets: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC3 getGeneratedKeys(): enabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
JDBC3 getGeneratedKeys(): enabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Connection release mode: auto ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Connection release mode: auto ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default batch fetch size: 1 ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Default batch fetch size: 1 ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Generate SQL with comments: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Generate SQL with comments: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL updates by primary key: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL updates by primary key: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL inserts for batching: disabled ]

[INFO <06/08/2010 15:25:30.578>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.buildSettings
Order SQL inserts for batching: disabled ]

[INFO <06/08/2010 15:25:30.593>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createQueryTranslatorFacto ry
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory ]

[INFO <06/08/2010 15:25:30.593>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.cfg.SettingsFactory.createQueryTranslatorFacto ry
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory ]

[INFO <06/08/2010 15:25:30.593>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.hql.ast.ASTQueryTranslatorFactory.<init>
Using ASTQueryTranslatorFactory ]

[INFO <06/08/2010 15:25:30.593>, thrID: app thread -
org.eclipse.emf.cdo.server.app.0 -
org.hibernate.hql.ast.ASTQueryTranslatorFactory.<init>
Previous Topic:How to save ecore model as xmi
Next Topic:pass basePackage to genmodel from ecore
Goto Forum:
  


Current Time: Wed Apr 24 23:53:25 GMT 2024

Powered by FUDForum. Page generated in 0.04717 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top