Hello,
I managed to set up the OX community edition with the latest Funambol-Server. Syncing works perfectly. Unfortunately after some time I cannot login to OX anymore. I keeps saying that the session size exceeded. From the logs I can see that funambol keeps connecting to the OX-server in the background. Unfortunately it does not quit the session after connecting. My first idea was to raise the session limit per user. But isn't there a way to tell the OX-connector to quit the session. Raising the session limit, will not solve the problem, because sometimes the higher limit will also be exceeded.
Mathias
I managed to set up the OX community edition with the latest Funambol-Server. Syncing works perfectly. Unfortunately after some time I cannot login to OX anymore. I keeps saying that the session size exceeded. From the logs I can see that funambol keeps connecting to the OX-server in the background. Unfortunately it does not quit the session after connecting. My first idea was to raise the session limit per user. But isn't there a way to tell the OX-connector to quit the session. Raising the session limit, will not solve the problem, because sometimes the higher limit will also be exceeded.
Mathias
Code:
SES-0007 Category=8 Message=Max. session size for user 5 in context 1 exceeded exceptionID=2079112937-133 at com.openexchange.sessiond.impl.SessionHandler.addSession(SessionHandler.java:248) at com.openexchange.sessiond.impl.SessiondServiceImpl.addSession(SessiondServiceImpl.java:77) at com.openexchange.ajax.Login.doGet(Login.java:191) at com.openexchange.ajax.Login.doPost(Login.java:440) at javax.servlet.http.HttpServlet.service(HttpServlet.java:616) at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:376) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:120) at com.openexchange.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:466) at com.openexchange.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:197) at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Listener.java:259) at java.lang.Thread.run(Thread.java:595)
Comment