4 Replies Latest reply on Mar 14, 2016 5:31 PM by cvstebut

    Unable to build from source code (similar error as currently failing Jenkins build)

    cvstebut

      When trying to build from source I get the following error - a similar error as the failing build in currently failing build in the SwitchYard Hudson CI.

      (see SwitchYard-Release #1969 Console [Jenkins]).

       

      With my limited java skills I do not know whether it is any mistake on my part, or if the version 2.1.0-SNAPSHOT is not buildable currently and I just have to wait for the next release.

      Any help and/or information would be highly appreciated.

       

      Background

      I am currently trying to set up an environment to get SwitchYard  and wildfly-camel working. The goal is to learn enough by working through some quickstarts to be able to do some EDIFACT integration using smooks ...

      As the current wildfly-camel release works on wildfly 9.0.2, I assume a current build of SwitchYard is needed.

       

      My build environment (build done on command shell)

      -  OS

      Windows 10 64 bit

      - Java

      java version "1.8.0_74"

      Java(TM) SE Runtime Environment (build 1.8.0_74-b02)

      Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)

      - Maven

      c:\java\cvs\switchyardtest1\switchyard\release>mvn -version

      Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)

      Maven home: c:\java\apache-maven-3.3.9\bin\..

      Java version: 1.8.0_74, vendor: Oracle Corporation

      Java home: C:\java\jdk1.8.0_74\64\jre

      Default locale: de_DE, platform encoding: Cp1252

      OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

      - command (in

      ....\switchyard\release> mvn clean package

       

      - Error from build

       

      ...

      Downloaded: https://repo.maven.apache.org/maven2/org/jruby/jruby/1.7.2/jruby-1.7.2.jar (12420 KB at 1964.2 KB/sec)

      Downloaded: https://repo.maven.apache.org/maven2/ca/uhn/hapi/hapi-osgi-base/2.1/hapi-osgi-base-2.1.jar (11430 KB at 1305.5 KB/sec)

      [INFO] ------------------------------------------------------------------------

      [INFO] Reactor Summary:

      [INFO]

      [INFO] SwitchYard: Distribution ........................... SUCCESS [01:44 min]

      [INFO] SwitchYard: Release Distribution Tests Utilities ... SUCCESS [06:16 min]

      [INFO] SwitchYard: Distribution Artifacts ................. SUCCESS [  4.333 s]

      [INFO] SwitchYard: Tools Distribution ..................... SUCCESS [01:15 min]

      [INFO] SwitchYard: RHQ Plugin ............................. SUCCESS [02:39 min]

      [INFO] SwitchYard: Container Parent ....................... SUCCESS [04:46 min]

      [INFO] SwitchYard: AS7 Extension .......................... SUCCESS [12:37 min]

      [INFO] SwitchYard: AS7 Modules ............................ FAILURE [10:30 min]

      [INFO] SwitchYard: AS7 Bundle ............................. SKIPPED

      [INFO] SwitchYard: Installer .............................. SKIPPED

      [INFO] SwitchYard: AS7 Release Distribution Tests ......... SKIPPED

      [INFO] SwitchYard: AS7 Standalone Parent .................. SKIPPED

      [INFO] SwitchYard: AS7 Distribution ....................... SKIPPED

      [INFO] SwitchYard: Karaf .................................. SKIPPED

      [INFO] SwitchYard: Karaf Plugin - SOAP .................... SKIPPED

      [INFO] SwitchYard: Karaf Deployer ......................... SKIPPED

      [INFO] SwitchYard: Karaf Commands ......................... SKIPPED

      [INFO] SwitchYard: BPEL Component Bundle for Karaf ........ SKIPPED

      [INFO] SwitchYard: Karaf Features ......................... SKIPPED

      [INFO] SwitchYard: Karaf Tests ............................ SKIPPED

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 40:05 min

      [INFO] Finished at: 2016-03-11T18:51:03+01:00

      [INFO] Final Memory: 208M/801M

      [INFO] ------------------------------------------------------------------------

      [ERROR] Failed to execute goal on project switchyard-as7-modules: Could not resolve dependencies for project org.switchyard:switchyard-as7-modules:jar:2.1.0-SNAPSHOT: Could not find artifact org.fusesource:camel-sap:jar:6.2.0.redhat-064 in fusesource (http://repo.fusesource.com/nexus/content/groups/public/) -> [Help 1]

        • 1. Re: Unable to build from source code (similar error as currently failing Jenkins build)
          cvstebut

          In the mean time I got some steps further, but I am still getting errors that surpass my budding skills in this area. See conclusion from my side at the end of the post.

           

          - I had a look at Index of /groups/fs-public/org/fusesource/camel-sap and replaced the version in the pom by <version.camelsap>6.2.1.redhat-090</version.camelsap> (I will not be using camel-sap, so I was not worried too much about the "correct version" - just wanted the build to progress)

          - The build complained about "eap.home" not being set, so (after a little research) I added the following to my settings.xml:

          <properties>

               <eap.home>C:\java\wildfly\wildfly-9.0.2.Final</eap.home>

          </properties>


          The above changes caused the build to progress up to the tests on the installed wildfly.

           

          Unfortunately, the server itself was unable to boot and complained about "org.jboss.as.threads" not being supported on this version of the server

           

          Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0

          12:10:34,508 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

          12:10:35,253 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

          12:10:35,345 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting

          12:10:37,992 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configurati

          on

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)

                  at org.jboss.as.server.ServerService.boot(ServerService.java:350)

                  at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:271)

                  at java.lang.Thread.run(Thread.java:745)

          Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.jboss.as.threads

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:155)

                  at org.jboss.as.server.parsing.StandaloneXml.readServerElement_1_4(StandaloneXml.java:433)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:144)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:106)

                  at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110)

                  at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123)

                  ... 3 more

          Caused by: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: WFLYCTL0309: Legacy extension 'org.jboss.as.threads' is not supported on servers running this version. The extension is only su

          pported for use by hosts running a previous release in a mixed-version managed domain

                  at java.util.concurrent.FutureTask.report(FutureTask.java:122)

                  at java.util.concurrent.FutureTask.get(FutureTask.java:192)

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:147)

                  ... 9 more

          Caused by: java.lang.UnsupportedOperationException: WFLYCTL0309: Legacy extension 'org.jboss.as.threads' is not supported on servers running this version. The extension is only supported for use by hosts running a previo

          us release in a mixed-version managed domain

                  at org.jboss.as.controller.extension.AbstractLegacyExtension.initializeParsers(AbstractLegacyExtension.java:81)

                  at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:183)

                  at org.jboss.as.controller.parsing.ExtensionXml.access$000(ExtensionXml.java:69)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:127)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:124)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

                  at org.jboss.threads.JBossThread.run(JBossThread.java:320)

           

           

          12:10:38,046 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.

          12:10:38,055 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.

          12:10:38,080 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) stopped in 3ms

          Drücken Sie eine beliebige Taste . . .

           

          - Meddled with standalone.xml and removed <extension module="org.jboss.as.threads""/>
          Next error was

          Caused by: java.lang.UnsupportedOperationException: WFLYCTL0309: Legacy extension 'org.jboss.as.web' is not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain

          - removing <extension module="org.jboss.as.web"/> finally resulted in

          Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0

          12:12:31,720 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

          12:12:31,908 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

          12:12:31,973 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting

          12:12:33,626 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configurati

          on

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)

                  at org.jboss.as.server.ServerService.boot(ServerService.java:350)

                  at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:271)

                  at java.lang.Thread.run(Thread.java:745)

          Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.switchyard

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:155)

                  at org.jboss.as.server.parsing.StandaloneXml.readServerElement_1_4(StandaloneXml.java:433)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:144)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:106)

                  at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110)

                  at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123)

                  ... 3 more

          Caused by: java.util.concurrent.ExecutionException: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module

                  at java.util.concurrent.FutureTask.report(FutureTask.java:122)

                  at java.util.concurrent.FutureTask.get(FutureTask.java:192)

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:147)

                  ... 9 more

          Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module

                  at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:196)

                  at org.jboss.as.controller.parsing.ExtensionXml.access$000(ExtensionXml.java:69)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:127)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:124)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

                  at org.jboss.threads.JBossThread.run(JBossThread.java:320)

          Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.com.sun.httpserver:main

                  at org.jboss.modules.Module.addPaths(Module.java:1042)

                  at org.jboss.modules.Module.link(Module.java:1398)

                  at org.jboss.modules.Module.relinkIfNecessary(Module.java:1426)

                  at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:238)

                  at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:178)

                  ... 8 more

           

           

          12:12:33,646 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.

          12:12:33,652 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.

          12:12:33,676 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) stopped in 2ms

          Drücken Sie eine beliebige Taste . . .

           

          I tried the same procedure with a vanilla wildfly 10 installation and got similar results.

          Interestingly enough, after removing <extension module="org.jboss.as.threads"/> it went directly to the last error (without complaning about org.jboss.as.web being incompatible).

          Here is the final error message for my wildfly 10 attempt

           

          c:\java\cvs\switchyardtest1\switchyard\release>standalone

          Calling "C:\java\wildfly\wildfly-10.0.0.Final\bin\standalone.conf.bat"

          Setting JAVA property to "C:\java\jdk1.8.0_74\64\bin\java"

          ===============================================================================

           

           

            JBoss Bootstrap Environment

           

           

            JBOSS_HOME: "C:\java\wildfly\wildfly-10.0.0.Final"

           

           

            JAVA: "C:\java\jdk1.8.0_74\64\bin\java"

           

           

            JAVA_OPTS: "-Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman"

           

           

          ===============================================================================

           

           

          12:07:41,467 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final

          12:07:41,668 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

          12:07:41,737 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting

          12:07:42,417 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)

                  at org.jboss.as.server.ServerService.boot(ServerService.java:356)

                  at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299)

                  at java.lang.Thread.run(Thread.java:745)

          Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.switchyard

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:155)

                  at org.jboss.as.server.parsing.StandaloneXml$DefaultExtensionHandler.parseExtensions(StandaloneXml.java:126)

                  at org.jboss.as.server.parsing.StandaloneXml_Legacy.readServerElement_1_4(StandaloneXml_Legacy.java:424)

                  at org.jboss.as.server.parsing.StandaloneXml_Legacy.readElement(StandaloneXml_Legacy.java:135)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:100)

                  at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.java:49)

                  at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:110)

                  at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)

                  at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:123)

                  ... 3 more

          Caused by: java.util.concurrent.ExecutionException: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module

                  at java.util.concurrent.FutureTask.report(FutureTask.java:122)

                  at java.util.concurrent.FutureTask.get(FutureTask.java:192)

                  at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(ExtensionXml.java:147)

                  ... 11 more

          Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module

                  at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:196)

                  at org.jboss.as.controller.parsing.ExtensionXml.access$000(ExtensionXml.java:69)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:127)

                  at org.jboss.as.controller.parsing.ExtensionXml$1.call(ExtensionXml.java:124)

                  at java.util.concurrent.FutureTask.run(FutureTask.java:266)

                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

                  at java.lang.Thread.run(Thread.java:745)

                  at org.jboss.threads.JBossThread.run(JBossThread.java:320)

          Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.com.sun.httpserver:main

                  at org.jboss.modules.Module.addPaths(Module.java:1092)

                  at org.jboss.modules.Module.link(Module.java:1448)

                  at org.jboss.modules.Module.relinkIfNecessary(Module.java:1476)

                  at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:225)

                  at org.jboss.as.controller.parsing.ExtensionXml.loadModule(ExtensionXml.java:178)

                  ... 8 more

           

           

          12:07:42,429 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.

          12:07:42,448 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.

          12:07:42,466 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) stopped in 3ms

          Drücken Sie eine beliebige Taste . . .

           

           

          Conclusion from my side (for the time being)

          - I am left with a lot more appreciation for all the integration work being done to get the different components to play together nicely. Thanks!

          - I will try to solve my problem with an old version of switchyard and wildfly

          - Will work on my java-, switchyard-, wildfly - fu

          - Will cheer for anybody with better skills solving this

          • 2. Re: Unable to build from source code (similar error as currently failing Jenkins build)
            tcunning

            The problem here looks like the version of org.fusesource:camel-sap we were using up and disappeared on us.    For now, try changing :

             

            switchyard/pom.xml :

            <version.camelsap>6.2.0.redhat-064</version.camelsap>


            to

             

            <version.camelsap>6.2.0.redhat-133</version.camelsap>


            That should fix things up for you I think.    If it doesn't, let me know - I'll also get that committed into source.


            EDIT AFTER : looks like you fixed this one up yourself, I'll still get it committed into source though so no one else hits this.

            • 3. Re: Unable to build from source code (similar error as currently failing Jenkins build)
              tcunning

              Okay, the second one : you're right, we need a top level doc explaining how to build the project.     Here's what I suggest :

               

              -Deap.home does have to be set.     I would not point that at a WildFly installation - I would download a 6.4.x version of EAP (it should be free to download) :

               

              http://www.jboss.org/products/eap/download/

               

              That should clear up any test errors you're seeing / not seeing yet but are further along in the build.    The release module will build a wildfly distribution for you if you enable the wildfly profile (-Pwildfly), but in order for all the tests to run correctly, you do want to point at an actual version of EAP. 

               

              Build command :

               

              mvn -Deap.home=<PATH-TO-EAP> -Pwildfly clean install

              • 4. Re: Unable to build from source code (similar error as currently failing Jenkins build)
                cvstebut

                Hi Tom, thanks a lot for your help. I just finished my tests and it looks much better.

                 

                The results are produced on the same system as earlier with eap.home pointing to a vanilla jboss-eap-6.4 distribution with a management user configured.

                 

                 

                Results :

                Tests in error:

                  org.switchyard.test.quickstarts.CamelServiceQuickstartTest

                Tests run: 52, Failures: 0, Errors: 49, Skipped: 1

                [INFO] ------------------------------------------------------------------------

                [INFO] Reactor Summary:

                [INFO]

                [INFO] SwitchYard: Distribution ........................... SUCCESS [  4.591 s]

                [INFO] SwitchYard: Release Distribution Tests Utilities ... SUCCESS [ 18.927 s]

                [INFO] SwitchYard: Distribution Artifacts ................. SUCCESS [  1.931 s]

                [INFO] SwitchYard: Tools Distribution ..................... SUCCESS [ 10.327 s]

                [INFO] SwitchYard: RHQ Plugin ............................. SUCCESS [ 11.871 s]

                [INFO] SwitchYard: Container Parent ....................... SUCCESS [  5.029 s]

                [INFO] SwitchYard: AS7 Extension .......................... SUCCESS [01:04 min]

                [INFO] SwitchYard: AS7 Modules ............................ SUCCESS [03:38 min]

                [INFO] SwitchYard: AS7 Bundle ............................. SUCCESS [01:52 min]

                [INFO] SwitchYard: Installer .............................. SUCCESS [ 19.651 s]

                [INFO] SwitchYard: AS7 Release Distribution Tests ......... SUCCESS [ 20.946 s]

                [INFO] SwitchYard: Wildfly Standalone Parent .............. SUCCESS [01:01 min]

                [INFO] SwitchYard: WildFly Extension ...................... SUCCESS [05:22 min]

                [INFO] SwitchYard: WildFly Modules ........................ SUCCESS [01:12 min]

                [INFO] SwitchYard: WildFly Bundle ......................... SUCCESS [03:20 min]

                [INFO] SwitchYard: WildFly Installer ...................... SUCCESS [01:27 min]

                [INFO] SwitchYard: Wildfly Distribution ................... FAILURE [  01:00 h]

                [INFO] ------------------------------------------------------------------------

                [INFO] BUILD FAILURE

                [INFO] ------------------------------------------------------------------------

                [INFO] Total time: 01:21 h

                [INFO] Finished at: 2016-03-14T21:39:42+01:00

                [INFO] Final Memory: 237M/1153M

                [INFO] ------------------------------------------------------------------------

                [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project switchyard-wildfly-dist: There are test failures.

                [ERROR]

                [ERROR] Please refer to C:\java\cvs\switchyardtest1\switchyard\release\jboss-as7\wildfly\dist\target\surefire-reports for the individual test results.

                [ERROR] -> [Help 1]

                [ERROR]

                [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

                [ERROR] Re-run Maven using the -X switch to enable full debug logging.

                [ERROR]

                [ERROR] For more information about the errors and possible solutions, please read the following articles:

                [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

                [ERROR]

                [ERROR] After correcting the problems, you can resume the build with the command

                [ERROR]   mvn <goals> -rf :switchyard-wildfly-dist

                 

                The final step took some time and unfortunately I did not see any errors in the on-screen log.

                 

                Anyway, I used the "switchyard-2.10-SNAPSHOT-WildFly.zip" in ./release/jboss-as7/wildfly/dist/target and copied it on top of a vanilla "wildfly-10.0.0-Final", overwriting any conflicting files.

                 

                My sample programs run fine now, so I will exchange the wildfly-8.1.0 version I was using for the new platform.

                 

                If any logs should be of interest I'd be happy to repeat the build (if I am told were to find any relevant logs, that is ...).

                 

                Thanks again

                Christian