When we want to re-order the pages of one of our large spaces, the page never loads and the "thinking circle" is shown forever... The link we're accessing is:
https://confluence.xyz.com/pages/reorderpages.action?key=MD
And the stack trace from the logs:
2013-08-26 14:06:08,499 WARN [http-8080-16] [opensymphony.xwork.util.OgnlValueStack] findValue Caught an exception while evaluating expression 'JSONString' against value stack -- space: 1015809 | url: /pages/children.action | userName: XXXXX | referer: https://confluence.xyz.com/pages/reorderpages.action?key=MD | action: children java.lang.RuntimeException: Caught an Ognl exception while getting property JSONString at com.opensymphony.xwork.util.CompoundRootAccessor.getProperty(CompoundRootAccessor.java:112) at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1603) at ognl.ASTProperty.getValueBody(ASTProperty.java:96) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171) at ognl.SimpleNode.getValue(SimpleNode.java:193) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:310) at com.opensymphony.xwork.util.OgnlValueStack.findValue(OgnlValueStack.java:141) at com.atlassian.confluence.json.JsonResult.getJsonString(JsonResult.java:90) at com.atlassian.confluence.json.JsonResult.doExecute(JsonResult.java:38) at com.opensymphony.webwork.dispatcher.WebWorkResultSupport.execute(WebWorkResultSupport.java:116)
(it's actually a lot longer but I think this is the important part)
I found this, which isn't exactly the same, tried the resolution but the select does not generate any rows.
Anyone got any ideas? We're running Confluence 5.1.3.
/Marcus
Hi Marcus,
From the stacktrace, you might be hitting the following issues.
* https://confluence.atlassian.com/display/CONFKB/List+Pages+Tree+View+Loads+Forever
Please try the resolution out and check if it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.