Hello!
Last night I tried to update my open-xchange-server from version 6.14 to version 6.16.
But every time i got this error:
I think the problem is, that the mysql database is not on the same host where the ox-server is running.
Can anyone help me to solve the problem. I reconstructed the backup, so now the ox-server runs on the version 6.14, but i will upgrade to 6.16.
The host system as an ubuntu 8.04 lts with 64 bit vmware system. I did the update with the command dist-upgrade.
Best regards
Christian
Last night I tried to update my open-xchange-server from version 6.14 to version 6.16.
But every time i got this error:
Code:
SEVERE: UPD-0014 Category=8 Message=A SQL problem occurred: Table 'updatetask' already exists. exceptionID=1148779264-14 UPD-0014 Category=8 Message=A SQL problem occurred: Table 'updatetask' already exists. exceptionID=1148779264-14 at com.openexchange.login.internal.LoginPerformer.doLogin(LoginPerformer.java:172) at com.openexchange.ajax.Login.doLogin(Login.java:340) at com.openexchange.ajax.Login.doGet(Login.java:138) at com.openexchange.ajax.Login.doPost(Login.java:318) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:384) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:504) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:129) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:316) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:207) at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:346) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:737) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:763) at java.lang.Thread.run(Thread.java:595) Caused by: UPD-0014 Category=8 Message=A SQL problem occurred: Table 'updatetask' already exists. exceptionID=1148779264-13 at com.openexchange.groupware.contexts.impl.CachingContextStorage.loadContext(CachingContextStorage.java:163) at com.openexchange.groupware.contexts.impl.ContextStorage.getContext(ContextStorage.java:112) at com.openexchange.login.internal.LoginPerformer.findContext(LoginPerformer.java:190) at com.openexchange.login.internal.LoginPerformer.doLogin(LoginPerformer.java:116) ... 16 more Caused by: UPD-0014 Category=8 Message=A SQL problem occurred: Table 'updatetask' already exists. exceptionID=1148779264-12 at com.openexchange.groupware.update.internal.UpdaterImpl.getSchema(UpdaterImpl.java:124) at com.openexchange.groupware.update.internal.UpdaterImpl.getStatus(UpdaterImpl.java:81) at com.openexchange.groupware.update.Updater.getStatus(Updater.java:78) at com.openexchange.groupware.contexts.impl.CachingContextStorage$1.load(CachingContextStorage.java:143) at com.openexchange.groupware.contexts.impl.CachingContextStorage$1.load(CachingContextStorage.java:150) at com.openexchange.cache.dynamic.impl.Refresher.refresh(Refresher.java:172) at com.openexchange.groupware.contexts.impl.ContextReloader.<init>(ContextReloader.java:78) at com.openexchange.groupware.contexts.impl.CachingContextStorage.loadContext(CachingContextStorage.java:158) ... 19 more Caused by: UPD-0014 Category=8 Message=A SQL problem occurred: Table 'updatetask' already exists. exceptionID=1148779264-11 at com.openexchange.groupware.update.internal.SchemaExceptionFactory.createException(SchemaExceptionFactory.java:75) at com.openexchange.groupware.update.internal.SchemaExceptionFactory.createException(SchemaExceptionFactory.java:61) at com.openexchange.exceptions.Exceptions.create(Exceptions.java:139) at com.openexchange.exceptions.Exceptions.create(Exceptions.java:159) at com.openexchange.groupware.update.internal.SchemaExceptionCodes.create(SchemaExceptionCodes.java:151) at com.openexchange.groupware.update.internal.SchemaStoreImpl.getSchema(SchemaStoreImpl.java:108) at com.openexchange.groupware.update.SchemaStore.getSchema(SchemaStore.java:110) at com.openexchange.groupware.update.internal.UpdaterImpl.getSchema(UpdaterImpl.java:122) ... 26 more Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'updatetask' already exists at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1026) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2536) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1564) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1485) at com.openexchange.groupware.update.internal.SchemaStoreImpl.createTable(SchemaStoreImpl.java:133) at com.openexchange.groupware.update.internal.SchemaStoreImpl.checkForTable(SchemaStoreImpl.java:125) at com.openexchange.groupware.update.internal.SchemaStoreImpl.getSchema(SchemaStoreImpl.java:103) ... 28 more
Can anyone help me to solve the problem. I reconstructed the backup, so now the ox-server runs on the version 6.14, but i will upgrade to 6.16.
The host system as an ubuntu 8.04 lts with 64 bit vmware system. I did the update with the command dist-upgrade.
Best regards
Christian
Comment