Community
Participate
Working Groups
Reported in the Newsgroup: app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] CREATE TABLE cdo_objects (cdo_id BIGINT, cdo_class BIGINT, cdo_created BIGINT) app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] CREATE UNIQUE INDEX cdo_objects_idx0 ON cdo_objects (cdo_id) app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] CREATE TABLE cdo_branches (id INTEGER, name text, base_id INTEGER, base_time BIGINT) app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] CREATE INDEX cdo_branches_idx0 ON cdo_branches (id) app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] CREATE INDEX cdo_branches_idx1 ON cdo_branches (commit_time) app thread - org.eclipse.emf.cdo.server.app.0 [debug.sql] -- ERROR: Column »commit_time« does not exist. Trying to rollback operation [ERROR] ERROR: Relation »cdo_branches« does not exist org.eclipse.net4j.db.DBException: ERROR: Relation »cdo_branches« does not exist at org.eclipse.net4j.spi.db.DBAdapter.validateTable(DBAdapter.java:423) at org.eclipse.net4j.db.postgresql.PostgreSQLAdapter.createTable(PostgreSQLAdapter.java:164) at org.eclipse.net4j.spi.db.DBAdapter.createTables(DBAdapter.java:109) at org.eclipse.net4j.spi.db.DBSchema.create(DBSchema.java:106) at org.eclipse.emf.cdo.server.internal.db.DBStore.doActivate(DBStore.java:442) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:72) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:98) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:88) at org.eclipse.emf.cdo.internal.server.Repository.doActivate(Repository.java:1276) at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycle.java:72) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:98) at org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(LifecycleUtil.java:88) at org.eclipse.emf.cdo.server.CDOServerUtil.addRepository(CDOServerUtil.java:128) at org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.configure(RepositoryConfigurator.java:93) at org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplication.doStart(CDOServerApplication.java:58) at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplication.java:61) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(AnyThreadAppLauncher.java:26) at java.lang.Thread.run(Thread.java:619)
Created attachment 169080 [details] Patch change obvious typo BRANCHES to COMMIT_INFOS for the respective index
Committed to HEAD
Available in 3.0 GA: http://download.eclipse.org/modeling/emf/cdo/updates/3.0-releases/