I've closed the INFRA tickets.
Thanks!

On Nov 24, 2016 1:41 PM, "Martijn Dashorst" <[email protected]>
wrote:

> Wicket 1.4.x, 1.5.x and 6.x have a successful build.
>
> Martijn
>
>
> On Thu, Nov 24, 2016 at 1:05 PM, Martijn Dashorst
> <[email protected]> wrote:
> > I've updated the settings for all builds, and just triggered 1.4.x,
> > 1.5.x and 6.x
> >
> > Martijn
> >
> > On Thu, Nov 24, 2016 at 12:04 PM, Martin Grigorov <[email protected]>
> wrote:
> >> On Thu, Nov 24, 2016 at 11:52 AM, Martijn Dashorst <
> >> [email protected]> wrote:
> >>
> >>> I've added the path variable to the env for the build
> >>>
> >>
> >> Interesting how this fixed maven-toolchains-plugin to correctly use
> jdk1.7
> >> instead of 1.8 :-)
> >>
> >>
> >>>
> >>> Martijn
> >>>
> >>>
> >>> On Thu, Nov 24, 2016 at 11:39 AM, Martin Grigorov <
> [email protected]>
> >>> wrote:
> >>> > I was able to fix 8.x build with the last 3 commits at
> >>> > https://github.com/apache/wicket/commits/master/testing/
> >>> wicket-arquillian
> >>> > Unfortunatelly doing the same in 7.x doesn't help.
> >>> >
> >>> > What did you do to fix Maven ?
> >>> > Please do it for 6.x too. Then we can close
> >>> > https://issues.apache.org/jira/browse/INFRA-12914 and
> >>> > https://issues.apache.org/jira/browse/INFRA-12915
> >>> > Thanks!
> >>> >
> >>> > Martin Grigorov
> >>> > Wicket Training and Consulting
> >>> > https://twitter.com/mtgrigorov
> >>> >
> >>> > On Thu, Nov 24, 2016 at 10:21 AM, Martijn Dashorst <
> >>> > [email protected]> wrote:
> >>> >
> >>> >> 7.x builds have been failing for a while due to a missing maven
> setting.
> >>> >>
> >>> >> I've managed to get the build running, but it now complains that an
> >>> >> address is already in use during the arquillian tests.
> >>> >>
> >>> >> Is there something we should configure for this to work?
> >>> >>
> >>> >> Martijn
> >>> >>
> >>> >> 23:40:52,931 INFO  [org.jboss.remoting] (MSC service thread 1-4)
> JBoss
> >>> >> Remoting version 4.0.6.Final
> >>> >> 23:40:52,935 INFO  [org.jboss.as.security] (ServerService Thread
> Pool
> >>> >> -- 45) JBAS013171: Activating Security Subsystem
> >>> >> 23:40:52,944 INFO  [org.jboss.as.security] (MSC service thread 1-3)
> >>> >> JBAS013170: Current PicketBox version=4.0.21.Final
> >>> >> 23:40:52,964 WARN  [org.jboss.as.txn] (ServerService Thread Pool --
> >>> >> 46) JBAS010153: Node identifier property is set to the default
> value.
> >>> >> Please make sure it is unique.
> >>> >> 23:40:53,044 INFO  [org.jboss.as.webservices] (ServerService Thread
> >>> >> Pool -- 48) JBAS015537: Activating WebServices Extension
> >>> >> 23:40:53,163 INFO  [org.wildfly.extension.undertow] (MSC service
> >>> >> thread 1-3) JBAS017502: Undertow 1.1.0.Final starting
> >>> >> 23:40:53,153 INFO  [org.wildfly.extension.undertow] (ServerService
> >>> >> Thread Pool -- 47) JBAS017502: Undertow 1.1.0.Final starting
> >>> >> 23:40:53,273 INFO  [org.jboss.as.naming] (MSC service thread 1-2)
> >>> >> JBAS011802: Starting Naming Service
> >>> >> 23:40:53,273 INFO  [org.jboss.as.mail.extension] (MSC service thread
> >>> >> 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
> >>> >> 23:40:53,573 INFO  [org.wildfly.extension.undertow] (ServerService
> >>> >> Thread Pool -- 47) JBAS017527: Creating file handler for path
> >>> >> /home/buildslave/slave/wicket-branch-7.x/build/testing/
> >>> >> wicket-arquillian/target/wildfly-8.2.0.Final/welcome-content
> >>> >> 23:40:53,702 INFO  [org.wildfly.extension.undertow] (MSC service
> >>> >> thread 1-2) JBAS017525: Started server default-server.
> >>> >> 23:40:53,738 INFO  [org.wildfly.extension.undertow] (MSC service
> >>> >> thread 1-3) JBAS017531: Host default-host starting
> >>> >> 23:40:53,934 ERROR [org.jboss.msc.service.fail] (MSC service thread
> >>> >> 1-1) MSC000001: Failed to start service
> >>> >> jboss.undertow.listener.default: org.jboss.msc.service.
> StartException
> >>> >> in service jboss.undertow.listener.default: Could not start http
> >>> >> listener
> >>> >> at org.wildfly.extension.undertow.ListenerService.
> >>> >> start(ListenerService.java:137)
> >>> >> at org.jboss.msc.service.ServiceControllerImpl$
> StartTask.startService(
> >>> >> ServiceControllerImpl.java:1948)
> >>> >> [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> >>> >> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(
> >>> >> ServiceControllerImpl.java:1881)
> >>> >> [jboss-msc-1.2.2.Final.jar:1.2.2.Final]
> >>> >> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> >>> >> ThreadPoolExecutor.java:1145)
> >>> >> [rt.jar:1.7.0_80]
> >>> >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> >>> >> ThreadPoolExecutor.java:615)
> >>> >> [rt.jar:1.7.0_80]
> >>> >> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80]
> >>> >> Caused by: java.net.BindException: Address already in use
> >>> >> at sun.nio.ch.Net.bind0(Native Method) [rt.jar:1.7.0_80]
> >>> >> at sun.nio.ch.Net.bind(Net.java:463) [rt.jar:1.7.0_80]
> >>> >> at sun.nio.ch.Net.bind(Net.java:455) [rt.jar:1.7.0_80]
> >>> >> at sun.nio.ch.ServerSocketChannelImpl.bind(
> >>> ServerSocketChannelImpl.java:
> >>> >> 223)
> >>> >> [rt.jar:1.7.0_80]
> >>> >> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> >>> >> [rt.jar:1.7.0_80]
> >>> >> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
> >>> >> [rt.jar:1.7.0_80]
> >>> >> at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(
> >>> >> NioXnioWorker.java:182)
> >>> >> at org.xnio.XnioWorker.createStreamConnectionServer(
> >>> XnioWorker.java:243)
> >>> >> at org.wildfly.extension.undertow.HttpListenerService.
> startListening(
> >>> >> HttpListenerService.java:113)
> >>> >> at org.wildfly.extension.undertow.ListenerService.
> >>> >> start(ListenerService.java:134)
> >>> >> ... 5 more
> >>> >>
> >>> >>
> >>> >>
> >>> >> --
> >>> >> Become a Wicket expert, learn from the best:
> http://wicketinaction.com
> >>> >>
> >>>
> >>>
> >>>
> >>> --
> >>> Become a Wicket expert, learn from the best: http://wicketinaction.com
> >>>
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
>

Reply via email to