When I logout from any accoung in the GUI, I get the following message:
'Your configuration couldn't saved. All your changes will be lost. Do you really want to continue?'
The following appears in the open-xchange.log.0:
FINEST: A JSONArray text must start with '[' at character 1 of oxadmin@auricnet.ca
org.json.JSONException: A JSONArray text must start with '[' at character 1 of oxadmin@auricnet.ca
at org.json.JSONTokener.syntaxError(JSONTokener.java: 452)
at org.json.JSONArray.<init>(JSONArray.java:108)
at org.json.JSONArray.<init>(JSONArray.java:149)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:256)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:283)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:283)
at com.openexchange.ajax.ConfigMenu.doPut(ConfigMenu. java:219)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:763)
at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:138)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853)
at com.openexchange.tools.ajp13.AJPv13Request.respons e(AJPv13Request.java:92)
at com.openexchange.tools.ajp13.AJPv13RequestHandler. createResponse(AJPv13RequestHandler.java:355)
at com.openexchange.tools.ajp13.AJPv13Connection.crea teResponse(AJPv13Connection.java:168)
at com.openexchange.tools.ajp13.AJPv13Listener.run(AJ Pv13Listener.java:246)
at java.lang.Thread.run(Thread.java:595)
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool get
FINEST: Get time: 0, Created: false
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool back
FINEST: Back time: 0
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool get
FINEST: Get time: 0, Created: false
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool back
FINEST: Back time: 0
Aug 12, 2007 4:49:08 PM com.openexchange.ajax.ConfigMenu saveSettingWithSubs
I'm not sure what this means, because I am not a java developer, but this is strange.
I installed from CVS freshly, and everything works with the exception of saving settings.
Any help would be greatly appreciated.
'Your configuration couldn't saved. All your changes will be lost. Do you really want to continue?'
The following appears in the open-xchange.log.0:
FINEST: A JSONArray text must start with '[' at character 1 of oxadmin@auricnet.ca
org.json.JSONException: A JSONArray text must start with '[' at character 1 of oxadmin@auricnet.ca
at org.json.JSONTokener.syntaxError(JSONTokener.java: 452)
at org.json.JSONArray.<init>(JSONArray.java:108)
at org.json.JSONArray.<init>(JSONArray.java:149)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:256)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:283)
at com.openexchange.ajax.ConfigMenu.saveSettingWithSu bs(ConfigMenu.java:283)
at com.openexchange.ajax.ConfigMenu.doPut(ConfigMenu. java:219)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:763)
at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:138)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853)
at com.openexchange.tools.ajp13.AJPv13Request.respons e(AJPv13Request.java:92)
at com.openexchange.tools.ajp13.AJPv13RequestHandler. createResponse(AJPv13RequestHandler.java:355)
at com.openexchange.tools.ajp13.AJPv13Connection.crea teResponse(AJPv13Connection.java:168)
at com.openexchange.tools.ajp13.AJPv13Listener.run(AJ Pv13Listener.java:246)
at java.lang.Thread.run(Thread.java:595)
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool get
FINEST: Get time: 0, Created: false
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool back
FINEST: Back time: 0
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool get
FINEST: Get time: 0, Created: false
Aug 12, 2007 4:49:08 PM com.openexchange.pooling.ReentrantLockPool back
FINEST: Back time: 0
Aug 12, 2007 4:49:08 PM com.openexchange.ajax.ConfigMenu saveSettingWithSubs
I'm not sure what this means, because I am not a java developer, but this is strange.
I installed from CVS freshly, and everything works with the exception of saving settings.
Any help would be greatly appreciated.
Comment