Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1BC1200BF2 for ; Mon, 2 Jan 2017 12:13:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A063E160B42; Mon, 2 Jan 2017 11:13:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C4764160B21 for ; Mon, 2 Jan 2017 12:12:59 +0100 (CET) Received: (qmail 36278 invoked by uid 500); 2 Jan 2017 11:12:59 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 36261 invoked by uid 99); 2 Jan 2017 11:12:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2017 11:12:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D58C82C1F5A for ; Mon, 2 Jan 2017 11:12:58 +0000 (UTC) Date: Mon, 2 Jan 2017 11:12:58 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-962) Upgrade to Wicket 7.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 02 Jan 2017 11:13:00 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-962?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D157= 92697#comment-15792697 ]=20 ASF subversion and git services commented on SYNCOPE-962: --------------------------------------------------------- Commit 830fdee246eff396118938fbab61e076fa499678 in syncope's branch refs/he= ads/2_0_X from [~ilgrosso] [ https://git-wip-us.apache.org/repos/asf?p=3Dsyncope.git;h=3D830fdee ] [SYNCOPE-962] Upgrade to Wicket 7.6.0 > Upgrade to Wicket 7.5.0 > ----------------------- > > Key: SYNCOPE-962 > URL: https://issues.apache.org/jira/browse/SYNCOPE-962 > Project: Syncope > Issue Type: Task > Components: console > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: Marco Di Sabatino Di Diodoro > Fix For: 2.0.2, 2.1.0 > > > Despite being considered a drop-in replacement for 7.4.0, upgrading Wicke= t to 7.5.0 seems to cause several issues. > Even applying the fixes and workarounds [1] [2] provided by the Wicket co= mmunity, when going to almost any page but Dashboard and Logs, a stacktrace= is returned: > {code} > org.apache.wicket.WicketRuntimeException: The component(s) below failed t= o render. Possible reasons could be that: 1) you have added a component in = code but forgot to reference it in the markup (thus the component will neve= r be rendered), 2) if your components were added in a parent container then= make sure the markup for the child container includes them in . > 1. [Fragment [Component id =3D required]] > 2. [Fragment [Component id =3D externalAction]] > 3. [Fragment [Component id =3D required]] > 4. [Fragment [Component id =3D externalAction]] > 5. [Fragment [Component id =3D required]] > 6. [Fragment [Component id =3D externalAction]] > 7. [Fragment [Component id =3D required]] > 8. [Fragment [Component id =3D externalAction]] > 9. [Fragment [Component id =3D required]] > 10. [Fragment [Component id =3D externalAction]] > 11. [Fragment [Component id =3D required]] > 12. [Fragment [Component id =3D externalAction]] > 13. [ListView [Component id =3D buttons]] > 14. [ListItem [Component id =3D 0]] > 15. [DefaultModalCloseButton [Component id =3D button]] > 16. [ListView [Component id =3D inputs]] > 17. [ListView [Component id =3D buttons]] > 18. [ListItem [Component id =3D 0]] > 19. [DefaultModalCloseButton [Component id =3D button]] > 20. [ListView [Component id =3D inputs]] > 21. [ListView [Component id =3D buttons]] > 22. [ListItem [Component id =3D 0]] > 23. [DefaultModalCloseButton [Component id =3D button]] > 24. [ListView [Component id =3D inputs]] > 25. [ListItem [Component id =3D 0]] > 26. [AjaxSubmitLink [Component id =3D submit]] > 27. [ListView [Component id =3D buttons]] > 28. [ListItem [Component id =3D 0]] > 29. [DefaultModalCloseButton [Component id =3D button]] > 30. [ListView [Component id =3D inputs]] > 31. [ListView [Component id =3D buttons]] > 32. [ListItem [Component id =3D 0]] > 33. [DefaultModalCloseButton [Component id =3D button]] > 34. [ListView [Component id =3D inputs]] > 35. [Fragment [Component id =3D required]] > 36. [Fragment [Component id =3D externalAction]] > at org.apache.wicket.Page.checkRendering(Page.java:666) ~[wicket-= core-7.5.0.jar:7.5.0] > at org.apache.wicket.Page.onAfterRender(Page.java:821) ~[wicket-c= ore-7.5.0.jar:7.5.0] > at org.apache.wicket.markup.html.WebPage.onAfterRender(WebPage.ja= va:224) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.Component.afterRender(Component.java:932) ~[= wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.Component.render(Component.java:2353) ~[wick= et-core-7.5.0.jar:7.5.0] > at org.apache.wicket.Page.renderPage(Page.java:1018) ~[wicket-cor= e-7.5.0.jar:7.5.0] > at org.apache.wicket.request.handler.render.WebPageRenderer.rende= rPage(WebPageRenderer.java:124) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.request.handler.render.WebPageRenderer.respo= nd(WebPageRenderer.java:236) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.core.request.handler.RenderPageRequestHandle= r.respond(RenderPageRequestHandler.java:175) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.r= espond(RequestCycle.java:895) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.request.RequestHandlerStack.execute(RequestH= andlerStack.java:64) ~[wicket-request-7.4.0.jar:7.4.0] > at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCy= cle.java:265) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.request.cycle.RequestCycle.processRequest(Re= questCycle.java:222) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.request.cycle.RequestCycle.processRequestAnd= Detach(RequestCycle.java:293) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processReq= uestCycle(AbstractUpgradeFilter.java:70) ~[wicket-native-websocket-core-7.5= .0.jar:7.5.0] > at org.apache.wicket.protocol.http.WicketFilter.processRequest(Wi= cketFilter.java:203) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFi= lter.java:284) ~[wicket-core-7.5.0.jar:7.5.0] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:192) ~[catalina.jar:8.5.6] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:165) ~[catalina.jar:8.5.6] > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardW= rapperValve.java:198) ~[catalina.jar:8.5.6] > at org.apache.catalina.core.StandardContextValve.invoke(StandardC= ontextValve.java:108) ~[catalina.jar:8.5.6] > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Aut= henticatorBase.java:472) ~[catalina.jar:8.5.6] > at org.apache.catalina.core.StandardHostValve.invoke(StandardHost= Valve.java:140) ~[catalina.jar:8.5.6] > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport= Valve.java:79) ~[catalina.jar:8.5.6] > at org.apache.catalina.valves.AbstractAccessLogValve.invoke(Abstr= actAccessLogValve.java:620) ~[catalina.jar:8.5.6] > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEn= gineValve.java:87) ~[catalina.jar:8.5.6] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdap= ter.java:349) ~[catalina.jar:8.5.6] > at org.apache.coyote.http11.Http11Processor.service(Http11Process= or.java:784) ~[tomcat-coyote.jar:8.5.6] > at org.apache.coyote.AbstractProcessorLight.process(AbstractProce= ssorLight.java:66) ~[tomcat-coyote.jar:8.5.6] > at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(A= bstractProtocol.java:802) ~[tomcat-coyote.jar:8.5.6] > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(N= ioEndpoint.java:1410) ~[tomcat-coyote.jar:8.5.6] > at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProce= ssorBase.java:49) ~[tomcat-coyote.jar:8.5.6] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolEx= ecutor.java:1142) [?:1.8.0_111] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolE= xecutor.java:617) [?:1.8.0_111] > at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run= (TaskThread.java:61) ~[tomcat-util.jar:8.5.6] > at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111] > {code} > [1] https://lists.apache.org/thread.html/7f67ee706e43408bfa401f262e93e8ba= 2efa185fa9e024cae514f544@%3Cusers.wicket.apache.org%3E > [2] https://lists.apache.org/thread.html/327de4353d993186a41517ffe7925c6e= 3b8872da0527ec9969889b77@%3Cusers.wicket.apache.org%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332)