Second problem found after a very quick testing (found after 10 seconds of 
testing! :)):

- create a subwiki, click continue in DW and you’ll get:
https://www.evernote.com/shard/s119/sh/bf901c63-6825-4765-a6ad-71b9e1bed6cc/ce2f93d09f8d5b786f3617eadd4e6094

And stack trace:

org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity 
Macro for content [#if ("$!request.action" == '')
  #displayDefaultUIStep()
#end]
        at 
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:131)
        at 
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:50)
        at 
org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:302)
        at 
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198)
        at 
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59)
        at 
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:191)
        at 
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:132)
        at 
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:87)
        at 
org.xwiki.extension.distribution.internal.DistributionScriptService.transform(DistributionScriptService.java:263)
        at 
org.xwiki.extension.distribution.internal.DistributionScriptService.renderCurrentStepToXHTML(DistributionScriptService.java:240)
        at 
org.xwiki.extension.distribution.internal.DistributionScriptService.renderCurrentStepToXHTML(DistributionScriptService.java:224)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
        at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
        at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
        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.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
        at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
        at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
        at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
        at 
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
        at 
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
        at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
        at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
        at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:304)
        at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129)
        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:735)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
        at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1448)
        at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
        at 
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
        at 
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
        at 
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
        at 
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
        at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:368)
        at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488)
        at 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:932)
        at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:994)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
        at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Thread.java:695)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate 
content with id [test:XWiki.Distribution]
        at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
        at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
        at 
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
        ... 87 more
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation 
of method 'addAll' in  class java.util.ArrayList threw exception 
java.lang.NullPointerException at test:XWiki.Distribution[line 1111, column 30]
        at 
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
        at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
        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.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
        at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
        at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
        at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
        at 
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
        at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
        at 
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
        at 
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
        at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
        at 
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
        ... 89 more
Caused by: java.lang.NullPointerException
        at java.util.ArrayList.addAll(ArrayList.java:472)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
        at 
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
        at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
        ... 122 more


Thanks
-Vincent

On 29 Jan 2014 at 22:52:38, [email protected] ([email protected]) wrote:

Hi devs,

I’ve just rebuilt enterprise and started  XE (hsqldb+jetty) and found a 
problem: a migrator is executed even though I’m running the latest version!

2014-01-29 22:49:57,799 [http://localhost:8080/xwiki/bin/view/Main/] INFO  
.HibernateDataMigrationManager - The following data migration(s) will be 
applied for database [xwiki] currently in version [53010]: 
2014-01-29 22:49:57,800 [http://localhost:8080/xwiki/bin/view/Main/] INFO  
.HibernateDataMigrationManager -   R54000WikiTemplateMigration - 
http://jira.xwiki.org/browse/XWIKI-9934 

This is not normal obviously and would need to be fixed ASAP before 5.4 final.

Thanks
-Vincent

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to