Hi all,
we did an update from 6.18 to the actual 6.20 release. Everything works quiet well, but some database updates are still pending or they were not done successfully.
We are running CentOS5.5 with mysql 5.0.77 on a ec2 amazon server. These servers have a internal IP address. Our hostname resolves to the external address. Maybe thats an issue with the database update.
we did an update from 6.18 to the actual 6.20 release. Everything works quiet well, but some database updates are still pending or they were not done successfully.
We are running CentOS5.5 with mysql 5.0.77 on a ec2 amazon server. These servers have a internal IP address. Our hostname resolves to the external address. Maybe thats an issue with the database update.
Code:
SEVERE: Coding Error: OAUTH-0005 Category=8 Message=A SQL error occurred: Table 'oxdatabase_6.oauthAccounts' doesn't exist exceptionID=917629742-55858 OAUTH-0005 Category=8 Message=A SQL error occurred: Table 'oxdatabase_6.oauthAccounts' doesn't exist exceptionID=917629742-55858 at com.openexchange.oauth.exception.OAuthExceptionFactory.createException(OAuthExceptionFactory.java:85) at com.openexchange.oauth.exception.OAuthExceptionFactory.createException(OAuthExceptionFactory.java:62) at com.openexchange.exceptions.Exceptions.create(Exceptions.java:141) at com.openexchange.exceptions.Exceptions.create(Exceptions.java:153) at com.openexchange.oauth.OAuthExceptionCodes.create(OAuthExceptionCodes.java:164) at com.openexchange.oauth.internal.OAuthServiceImpl.checkSecretCanDecryptStrings(OAuthServiceImpl.java:760) at com.openexchange.secret.recovery.impl.DefaultSecretInconsistencyDetector.isSecretWorking(DefaultSecretInconsistencyDetector.java:74) at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.openexchange.server.osgiservice.DynamicWhiteboardFactory$ServiceTrackerInvocationHandler.invoke(DynamicWhiteboardFactory.java:175) at $Proxy13.isSecretWorking(Unknown Source) at com.openexchange.secret.recovery.json.SecretRecoveryMultipleHandler.check(SecretRecoveryMultipleHandler.java:112) at com.openexchange.secret.recovery.json.SecretRecoveryMultipleHandler.performRequest(SecretRecoveryMultipleHandler.java:103) at com.openexchange.ajax.MultipleAdapterServlet.handle(MultipleAdapterServlet.java:118) at com.openexchange.ajax.MultipleAdapterServlet.doGet(MultipleAdapterServlet.java:88) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:413) at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:183) at com.openexchange.ajax.PermissionServlet.service(PermissionServlet.java:81) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:523) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:134) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:335) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:227) at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:352) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:750) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:776) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'oxdatabase_6.oauthAccounts' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) 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:2542) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1885) at com.openexchange.database.internal.wrapping.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:103) at com.openexchange.oauth.internal.OAuthServiceImpl.checkSecretCanDecryptStrings(OAuthServiceImpl.java:745)
Comment