2019-08-05 08:17:24,939 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 08:53:22,060 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) ] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) ] 2019-08-05 08:53:22,134 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) ] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) ] 2019-08-05 08:53:22,151 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-08-05 08:53:22,173 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-08-05 08:53:33,148 [http://localhost:8080/bin/jsx/XWiki/AdminLocalizationSheet?language=de_DE&docVersion=2.1] WARN .l.s.LocalizationScriptService - Exception while looking for XWiki Locales. java.lang.NullPointerException: null at java.io.Reader.(Reader.java:78) at java.io.InputStreamReader.(InputStreamReader.java:113) at org.apache.commons.io.IOUtils.lineIterator(IOUtils.java:1532) at org.xwiki.localization.script.LocalizationScriptService.getAvailableLocales(LocalizationScriptService.java:417) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(PropertyExecutor.java:142) at org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:539) at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:198) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:259) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198) at com.xpn.xwiki.web.sx.SxDocumentSource.getContent(SxDocumentSource.java:154) at com.xpn.xwiki.web.sx.AbstractSxAction.renderExtension(AbstractSxAction.java:86) at com.xpn.xwiki.web.sx.AbstractSxAction.render(AbstractSxAction.java:138) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:497) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449) at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.wysiwyg.filter.ConversionFilter.doFilter(ConversionFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:132) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2019-08-05 09:12:59,893 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:13:02,644 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:31:53,356 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:34:29,534 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AWissenschaft.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Wissenschaft.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:35,344 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AWissenschaft.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Wissenschaft.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:37,056 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AOrganisation.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Organisation.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:38,263 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3APers%C3%B6nliche+Seiten.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Persönliche Seiten.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:35:53,164 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]].