Any idea where such an error could be coming from? This error comes just after a successful imapauth -login with email and password from the session. (same pw as user just logged in with) It works with the email address taken from the database, as the login logging (com.openexchange.database.schema=oxdatabase_5) Then the instance just hangs on the loading dots..
Once again related to an update (current version 7.8.4-9)
Successful login:
Error...
Once again related to an update (current version 7.8.4-9)
Successful login:
Code:
com.openexchange.ajax.action=config com.openexchange.ajax.module=apps/manifests com.openexchange.database.schema=oxdatabase_5 com.openexchange.grizzly.method=GET com.openexchange.grizzly.queryString=action=config&session=583e20a0ff6e4d8c8f42263e48eb74fc com.openexchange.grizzly.remoteAddress=84.248.10.10 com.openexchange.grizzly.remotePort=58116 com.openexchange.grizzly.requestURI=/ajax/apps/manifests com.openexchange.grizzly.serverName=localhost com.openexchange.grizzly.servletPath=/ajax/apps/manifests com.openexchange.grizzly.threadName=OXWorker-0000085 com.openexchange.grizzly.userAgent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/62.0.3202.9 Chrome/62.0.3202.9 Safari/537.36 com.openexchange.hostname=localhost com.openexchange.request.trackingId=885772618-example com.openexchange.session.authId=30cce1dbe42945868f4b6b89ffcf7760 com.openexchange.session.clientId=open-xchange-appsuite com.openexchange.session.contextId=2 com.openexchange.session.loginName=rkan com.openexchange.session.sessionId=583e20a0ff6e4d8c8f42263e48eb74fc com.openexchange.session.userId=3 com.openexchange.session.userName=rkan@example.com
Code:
com.openexchange.exception.OXException: MNF-0001 Categories=ERROR Message='The 'capabilities' attributes are not present in the server configuration probably due to temporary database unavailability. Try again later.' exceptionID=885772618-50 com.openexchange.exception.locale: en_US at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:176) at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166) at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139) at com.openexchange.apps.manifests.json.exception.ManifestsExceptionCodes.create(ManifestsExceptionCodes.java:163) at com.openexchange.apps.manifests.json.ConfigAction.readAttributes(ConfigAction.java:169) at com.openexchange.apps.manifests.json.ConfigAction.asJSON(ConfigAction.java:140) at com.openexchange.apps.manifests.json.ConfigAction.perform(ConfigAction.java:122) at com.openexchange.ajax.requesthandler.DefaultDispatcher.doCallAction(DefaultDispatcher.java:339) at com.openexchange.ajax.requesthandler.DefaultDispatcher.callAction(DefaultDispatcher.java:315) at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:220) at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:481) at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:375) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at com.openexchange.ajax.AJAXServlet.doService(AJAXServlet.java:549) at com.openexchange.ajax.SessionServlet.doService(SessionServlet.java:172) at com.openexchange.ajax.requesthandler.DispatcherServlet.service(DispatcherServlet.java:275) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.glassfish.grizzly.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:147) at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:132) at org.glassfish.grizzly.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:137) at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:204) at org.glassfish.grizzly.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:137) at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140) at org.glassfish.grizzly.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:137) at org.glassfish.grizzly.servlet.FilterChainImpl.invokeFilterChain(FilterChainImpl.java:106) at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:224) at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:178) at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:223) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:224) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2570) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:840) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:867) at java.lang.Thread.run(Thread.java:748)