I have open-xchange installed in a Debian Squeze. After upgrade to versions 6.20.1 rev 5 the logins appears but user can not login.
The error in login display is Error: Updating database ... Try again later.
After waiting one day the problem persists. the database in the mysql data folder have 1.7 MB
The open-xchange.log, when a user try to make login, is:
SEVERE: Logged at: com.openexchange.ajax.Login.loginOperation(Login.j ava:944)
CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-41
com.openexchange.ajp13.remoteAddress=127.0.0.1
com.openexchange.ajp13.remotePort=34639
CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-41
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:217)
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:128)
at com.openexchange.ajax.Login$11.doLogin(Login.java: 904)
at com.openexchange.ajax.Login.loginOperation(Login.j ava:919)
at com.openexchange.ajax.Login.doLogin(Login.java:901 )
at com.openexchange.ajax.Login$1.handleRequest(Login. java:184)
at com.openexchange.ajax.Login.doJSONAuth(Login.java: 738)
at com.openexchange.ajax.Login.doGet(Login.java:725)
at com.openexchange.ajax.Login.doPost(Login.java:858)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:428)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at com.openexchange.ajp13.coyote.AjpProcessor.process (AjpProcessor.java:822)
at com.openexchange.ajp13.coyote.sockethandler.Coyote Task.call(CoyoteTask.java:184)
at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:138)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:752)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:781)
at java.lang.Thread.run(Thread.java:662)
Caused by: CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-40
at com.openexchange.groupware.contexts.impl.ContextSt orage.getContext(ContextStorage.java:116)
at com.openexchange.login.internal.LoginPerformer.fin dContext(LoginPerformer.java:257)
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:184)
After reading the release notes I found that some fields must be in the database. Analising the database that fields not have been created/updated.
example: table del_dates not have the field organizerId
I think that the update of the database fail.
how can I fix that problem?
Best Regards
The error in login display is Error: Updating database ... Try again later.
After waiting one day the problem persists. the database in the mysql data folder have 1.7 MB
The open-xchange.log, when a user try to make login, is:
SEVERE: Logged at: com.openexchange.ajax.Login.loginOperation(Login.j ava:944)
CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-41
com.openexchange.ajp13.remoteAddress=127.0.0.1
com.openexchange.ajp13.remotePort=34639
CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-41
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:217)
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:128)
at com.openexchange.ajax.Login$11.doLogin(Login.java: 904)
at com.openexchange.ajax.Login.loginOperation(Login.j ava:919)
at com.openexchange.ajax.Login.doLogin(Login.java:901 )
at com.openexchange.ajax.Login$1.handleRequest(Login. java:184)
at com.openexchange.ajax.Login.doJSONAuth(Login.java: 738)
at com.openexchange.ajax.Login.doGet(Login.java:725)
at com.openexchange.ajax.Login.doPost(Login.java:858)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:428)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at com.openexchange.ajp13.coyote.AjpProcessor.process (AjpProcessor.java:822)
at com.openexchange.ajp13.coyote.sockethandler.Coyote Task.call(CoyoteTask.java:184)
at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:138)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:752)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:781)
at java.lang.Thread.run(Thread.java:662)
Caused by: CTX-0007 Category=4 Message=Updating database ... Try again later. exceptionID=2053721904-40
at com.openexchange.groupware.contexts.impl.ContextSt orage.getContext(ContextStorage.java:116)
at com.openexchange.login.internal.LoginPerformer.fin dContext(LoginPerformer.java:257)
at com.openexchange.login.internal.LoginPerformer.doL ogin(LoginPerformer.java:184)
After reading the release notes I found that some fields must be in the database. Analising the database that fields not have been created/updated.
example: table del_dates not have the field organizerId
I think that the update of the database fail.
how can I fix that problem?
Best Regards
Comment