Upgrading schema to 130 ... Upgrading schema to 131 ... Upgrading schema to 132 ... Upgrading schema to 133 ... Upgrading schema to 134 ... Upgrading schema to 135 ... Upgrading schema to 136 ... Upgrading schema to 137 ... Upgrading schema to 138 ... Upgrading schema to 139 ... Upgrading schema to 140 ... Upgrading schema to 141 ... Upgrading schema to 142 ... Upgrading schema to 143 ... Upgrading schema to 144 ... Upgrading schema to 145 ... Upgrading schema to 146 ... Upgrading schema to 147 ... Upgrading schema to 148 ... Upgrading schema to 149 ... Upgrading schema to 150 ... Upgrading schema to 151 ... Upgrading schema to 152 ... Upgrading schema to 153 ... Upgrading schema to 154 ... Upgrading schema to 155 ... Upgrading schema to 156 ... Upgrading schema to 157 ... Upgrading schema to 158 ... Upgrading schema to 159 ... Upgrading schema to 160 ... Upgrading schema to 161 ... Migrating data to schema 130 ... Migrating 2 repositories ... Migration completed: 0 repositories updated: > Done (0.031 s) Migrating data to schema 131 ... Migrating 2 repositories ... Migration completed: 1 repositories updated: All-Projects > Done (0.051 s) Migrating data to schema 132 ... > Done (0.000 s) Migrating data to schema 133 ... > Done (0.000 s) Migrating data to schema 134 ... > Done (0.000 s) Migrating data to schema 135 ... > Done (0.011 s) Migrating data to schema 136 ... > Done (0.000 s) Migrating data to schema 137 ... > Done (0.000 s) Migrating data to schema 138 ... > Done (0.000 s) Migrating data to schema 139 ... > Done (0.005 s) Migrating data to schema 140 ... > Done (0.000 s) Migrating data to schema 141 ... > Done (0.000 s) Migrating data to schema 142 ... > Done (0.000 s) Migrating data to schema 143 ... > Done (0.000 s) Migrating data to schema 144 ... > Done (0.016 s) Migrating data to schema 145 ... > Done (0.001 s) Migrating data to schema 146 ... > Done (0.000 s) Migrating data to schema 147 ... > Done (0.003 s) Migrating data to schema 148 ... > Done (0.002 s) Migrating data to schema 149 ... > Done (0.000 s) Migrating data to schema 150 ... > Done (0.000 s) Migrating data to schema 151 ... > Done (0.007 s) Migrating data to schema 152 ... > Done (0.000 s) Migrating data to schema 153 ... > Done (0.000 s) Migrating data to schema 154 ... Exception in thread "main" com.google.gwtorm.server.OrmException: Cannot upgrade schema at com.google.gerrit.server.schema.SchemaUpdater.update(SchemaUpdater.java:120) at com.google.gerrit.pgm.init.BaseInit$SiteRun.upgradeSchema(BaseInit.java:389) at com.google.gerrit.pgm.init.BaseInit.run(BaseInit.java:146) at com.google.gerrit.pgm.util.AbstractProgram.main(AbstractProgram.java:61) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.gerrit.launcher.GerritLauncher.invokeProgram(GerritLauncher.java:203) at com.google.gerrit.launcher.GerritLauncher.mainImpl(GerritLauncher.java:108) at com.google.gerrit.launcher.GerritLauncher.main(GerritLauncher.java:63) at Main.main(Main.java:24) Caused by: org.h2.jdbc.JdbcSQLException: Column "STATUS" not found; SQL statement: SELECT account_id, registered_on, full_name, preferred_email, status, inactive FROM accounts [42122-176] at org.h2.message.DbException.getJdbcSQLException(DbException.java:344) at org.h2.message.DbException.get(DbException.java:178) at org.h2.message.DbException.get(DbException.java:154) at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:148) at org.h2.command.dml.Select.prepare(Select.java:831) at org.h2.command.Parser.prepareCommand(Parser.java:248) at org.h2.engine.Session.prepareLocal(Session.java:442) at org.h2.engine.Session.prepareCommand(Session.java:384) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1188) at org.h2.jdbc.JdbcStatement.executeQuery(JdbcStatement.java:75) at com.google.gerrit.server.schema.Schema_154.scanAccounts(Schema_154.java:81) at com.google.gerrit.server.schema.Schema_154.migrateData(Schema_154.java:64) at com.google.gerrit.server.schema.SchemaVersion.migrateData(SchemaVersion.java:153) at com.google.gerrit.server.schema.SchemaVersion.upgradeFrom(SchemaVersion.java:92) at com.google.gerrit.server.schema.SchemaVersion.check(SchemaVersion.java:83) at com.google.gerrit.server.schema.SchemaUpdater.update(SchemaUpdater.java:118) ... 11 more