Hi Colm,

sorry for the late response. I tried again with maven 3.6.3 and java 
(openjdk-8u232-b09 and open-jdk-13.0.1). I picked one test that failed during 
build and tried to execute it (XACMLRequestBuilderTest).

I cloned the repo, checkout tag cxf-3.2.11 and build it:
mvn -Pfastinstall

After that I cd to the directory and execute the test:
cd C:\Users\manuel\git\cxf\rt\security-saml
mvn -Dtest=XACMLRequestBuilderTest test


The test failed (see attached logs).

Is there anything I miss?

Thanks in advance &
Best regards,
Manuel


From: Shenavai, Manuel
Sent: Freitag, 20. Dezember 2019 11:52
To: users@cxf.apache.org
Subject: Re: Re: CXF 3.2.11: Failing tests

Hi Colm,
I can try to use a more recent version. Can you let me know which version do 
you use in your job? Is there any recommendation from your end, which versions 
to use?
Thanks &
Best regards,
Manuel

On 2019/12/17 17:12:16, Colm O hEigeartaigh 
<c...@apache.org<mailto:c...@apache.org>> wrote:
> If you try with a more up-to-date maven + JDK version, does it pass for you?>
>
> Colm.>
>
> On Tue, Dec 17, 2019 at 8:31 AM Shenavai, Manuel 
> <ma...@sap.com<mailto:ma...@sap.com>>>
> wrote:>
>
> > Hi Colm,>
> >>
> > thanks for your reply. Our test job runs with Java 8 Update 152 and maven>
> > 3.3.9.>
> >>
> > Best regards,>
> > Manuel>
> >>
> > On 2019/12/13 15:39:31, Colm O hEigeartaigh 
> > <c....@apache.org<mailto:c....@apache.org>> wrote:>
> > > What version of maven and java are you using?>>
> > >>
> > > Colm.>>
> > >>
> > > On Fri, Dec 13, 2019 at 2:53 PM Shenavai, Manuel 
> > > <ma...@sap.com<mailto:ma...@sap.com>>>>
> > > wrote:>>
> > >>
> > > > Hi Colm,>>
> > > >>>
> > > > Thanks for the job-link. Unfortunately I'm not able to check the>>
> > > > configuration details due to missing permission. Do you mind to>
> > provide me>>
> > > > the job details?>>
> > > >>>
> > > > Thanks in advance &>>
> > > > Best regards,>>
> > > > Manuel>>
> > > >>>
> > > >>>
> > > > Here is the Jenkins job. The latest run has just one test failing:>>
> > > >>>
> > > > https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.2.x/>>
> > > >>>
> > > > Colm.>>
> > > >>>
> > > > On Thu, Dec 12, 2019 at 7:19 AM Shenavai, Manuel 
> > > > <ma...@sap.com<mailto:ma...@sap.com>>>>
> > > > wrote:>>
> > > > show/hide original text>>
> > > >>>
> > > > > Hi Colm,>>
> > > > > Thanks for your reply. I used mvn -U -e clean deploy. But I think>
> > this>>
> > > > > should work as well. Do you know if there is a build job for the>
> > 3.2.x>>
> > > > > codeline that I can have a look at to compare it with mine?>>
> > > > >>>
> > > > > Thanks in advance &>>
> > > > > Best regards,>>
> > > > > Manuel>>
> > > > >>>
> > > > > On 2019/12/11 12:40:06, Colm O hEigeartaigh 
> > > > > <c....@apache.org<mailto:c....@apache.org>>>
> > wrote:>>
> > > > > > What command are you using to build the project? Try: mvn clean>>
> > > > install>>>
> > > > > >>>
> > > > > > Colm.>>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > > On Wed, Dec 11, 2019 at 12:26 PM Shenavai, Manuel 
> > > > > > <ma...@sap.com<mailto:ma...@sap.com>>
> > >>>>
> > > > > > wrote:>>>
> > > > > >>>
> > > > > > > Hi everyone,>>>
> > > > > > >>>>
> > > > > > > I checked out the Apache CXF 3.2.11 release and build the>
> > project.>>
> > > > For>>
> > > > > me>>>
> > > > > > > there are ~79 tests that fail. For instance there are tests that>
> > fail>>
> > > > > due>>>
> > > > > > > to multiple SLF4J bindings. The build is done with java 8 and>
> > maven>>
> > > > > 3.6.3.>>>
> > > > > > > So I guess there is a general problem with my setup.>>>
> > > > > > > Is there anything to consider when building the project?>>>
> > > > > > >>>>
> > > > > > > Thanks in advance &>>>
> > > > > > > Best regards,>>>
> > > > > > > Manuel>>>
> > > > > > >>>>
> > > > > >>>
> > > > >>>
> > > >>>
> > >>
> >>
>
C:\Users\manuel\git\cxf>cd C:\Users\manuel\git\cxf\rt\security-saml

C:\Users\manuel\git\cxf\rt\security-saml>mvn -Dtest=XACMLRequestBuilderTest test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.apache.cxf:cxf-rt-security-saml >-----------------
[INFO] Building Apache CXF Runtime SAML Security functionality 3.2.11
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:cleanVersions (versions) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (validate) @ 
cxf-rt-security-saml ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-pmd-plugin:3.10.0:check (validate) > :pmd @ 
cxf-rt-security-saml >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.10.0:pmd (pmd) @ cxf-rt-security-saml ---
[INFO] Analysis cache loaded
[INFO] Analysis cache invalidated, auxclasspath changed.
[INFO] Analysis cache updated
[INFO]
[INFO] <<< maven-pmd-plugin:3.10.0:check (validate) < :pmd @ 
cxf-rt-security-saml <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:3.10.0:check (validate) @ cxf-rt-security-saml ---
[INFO]
[INFO]
[INFO] --- cxf-xml2fastinfoset-plugin:3.4.1:xml2fastinfoset (xml2fastinfoset) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
cxf-rt-security-saml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\main\resources
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\main\resources-filtered
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
cxf-rt-security-saml ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
cxf-rt-security-saml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\test\resources
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ 
cxf-rt-security-saml ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/C:/Users/manuel/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/C:/Users/manuel/.m2/repository/org/slf4j/slf4j-jdk14/1.7.26/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Failed to instantiate SLF4J LoggerFactory
Reported exception:
java.lang.NoClassDefFoundError: 
ch/qos/logback/core/util/StatusListenerConfigHelper
        at 
ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:147)
        at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
        at 
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
        at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
        at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
        at 
org.apache.wss4j.common.saml.OpenSAMLUtil.<clinit>(OpenSAMLUtil.java:59)
        at 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest.<clinit>(XACMLRequestBuilderTest.java:42)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at 
org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
        at 
org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
Caused by: java.lang.ClassNotFoundException: 
ch.qos.logback.core.util.StatusListenerConfigHelper
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        ... 34 more
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.217 s 
<<< FAILURE! - in org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest
[ERROR] 
testRESTResource(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)
  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: 
ch/qos/logback/core/util/StatusListenerConfigHelper
        at 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest.<clinit>(XACMLRequestBuilderTest.java:42)
Caused by: java.lang.ClassNotFoundException: 
ch.qos.logback.core.util.StatusListenerConfigHelper
        at 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest.<clinit>(XACMLRequestBuilderTest.java:42)

[ERROR] 
testSOAPResourceDifferentNamespace(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[ERROR] 
testEnvironment(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest) 
 Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[ERROR] 
testSOAPResource(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[ERROR] 
testXACMLRequestBuilder(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[ERROR] 
testAction(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)  
Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[ERROR] 
testRESTResourceTruncatedURI(org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest)
  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.apache.cxf.rt.security.saml.xacml2.XACMLRequestBuilderTest

[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   XACMLRequestBuilderTest.testAction » NoClassDefFound Could not 
initialize clas...
[ERROR]   XACMLRequestBuilderTest.testEnvironment » NoClassDefFound Could not 
initialize...
[ERROR]   XACMLRequestBuilderTest.<clinit>:42 » NoClassDefFound 
ch/qos/logback/core/util...
[ERROR]   XACMLRequestBuilderTest.testRESTResourceTruncatedURI » 
NoClassDefFound Could n...
[ERROR]   XACMLRequestBuilderTest.testSOAPResource » NoClassDefFound Could not 
initializ...
[ERROR]   XACMLRequestBuilderTest.testSOAPResourceDifferentNamespace » 
NoClassDefFound C...
[ERROR]   XACMLRequestBuilderTest.testXACMLRequestBuilder » NoClassDefFound 
Could not in...
[INFO]
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.337 s
[INFO] Finished at: 2020-01-22T15:28:56+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on 
project cxf-rt-security-saml: There are test failures.
[ERROR]
[ERROR] Please refer to 
C:\Users\manuel\git\cxf\rt\security-saml\target\surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
C:\Users\manuel>cd C:\Users\manuel\git\cxf\rt\security-saml

C:\Users\manuel\git\cxf\rt\security-saml>mvn -Dtest=XACMLRequestBuilderTest test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.apache.cxf:cxf-rt-security-saml >-----------------
[INFO] Building Apache CXF Runtime SAML Security functionality 3.2.11
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:cleanVersions (versions) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (validate) @ 
cxf-rt-security-saml ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-pmd-plugin:3.10.0:check (validate) > :pmd @ 
cxf-rt-security-saml >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.10.0:pmd (pmd) @ cxf-rt-security-saml ---
[INFO] Analysis cache loaded
[INFO] Analysis cache updated
[INFO]
[INFO] <<< maven-pmd-plugin:3.10.0:check (validate) < :pmd @ 
cxf-rt-security-saml <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:3.10.0:check (validate) @ cxf-rt-security-saml ---
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:copy (copy) @ cxf-rt-security-saml ---
[INFO] Configured Artifact: javax.annotation:javax.annotation-api:?:jar
[INFO] javax.annotation:javax.annotation-api:1.3:jar already exists in 
C:\Users\manuel\git\cxf\rt\security-saml\target\java9
[INFO]
[INFO] --- cxf-xml2fastinfoset-plugin:3.4.1:xml2fastinfoset (xml2fastinfoset) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
cxf-rt-security-saml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\main\resources
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\main\resources-filtered
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\target\generated\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
cxf-rt-security-saml ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
cxf-rt-security-saml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\src\test\resources
[INFO] skip non existing resourceDirectory 
C:\Users\manuel\git\cxf\rt\security-saml\target\generated\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ 
cxf-rt-security-saml ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ 
cxf-rt-security-saml ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 
1. See FAQ web page and the dump file 
C:\Users\manuel\git\cxf\rt\security-saml\target\surefire-reports\2020-01-22T15-33-27_332-jvmRun1.dumpstream
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.777 s
[INFO] Finished at: 2020-01-22T15:33:28+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on 
project cxf-rt-security-saml: There are test failures.
[ERROR]
[ERROR] Please refer to 
C:\Users\manuel\git\cxf\rt\security-saml\target\surefire-reports for the 
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or 
System.exit called?
[ERROR] Command was cmd.exe /X /C ""C:\Program 
Files\Java\open-jdk-13.0.1\bin\java" -ea --patch-module 
java.xml.ws.annotation=C:\Users\manuel\git\cxf\rt\security-saml/target/java9/javax.annotation-api-1.3.jar
 --patch-module 
java.transaction=C:\Users\manuel\git\cxf\rt\security-saml/target/java9 
--add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.v2=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime.reflect=ALL-UNNAMED
 --add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime=ALL-UNNAMED 
--add-exports=java.base/java.io=ALL-UNNAMED --add-opens 
java.xml/javax.xml.namespace=java.xml.bind --add-opens 
java.base/java.math=java.xml.bind --add-opens java.base/java.lang=java.xml.bind 
--add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens 
java.xml.bind/com.sun.xml.internal.bind.api=ALL-UNNAMED --add-opens 
java.base/java.nio=ALL-UNNAMED --add-opens 
jdk.xml.bind/com.sun.tools.internal.xjc.reader.internalizer=ALL-UNNAMED 
--add-opens jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED 
--add-opens java.xml.ws/javax.xml.ws=ALL-UNNAMED --add-opens 
java.base/java.lang.reflect=ALL-UNNAMED --add-opens 
java.xml.ws/javax.xml.ws.wsaddressing=ALL-UNNAMED --add-opens 
jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED --add-opens 
java.base/java.security=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED 
--add-exports=java.base/sun.security.util=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED 
--add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED
 --add-exports=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED
 
--add-exports=java.xml.ws/com.sun.xml.internal.messaging.saaj.soap.impl=ALL-UNNAMED
 --add-exports=java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED 
--add-exports=java.corba/com.sun.corba.se.impl.corba=ALL-UNNAMED --add-modules 
java.corba,java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind -Dnone= -jar 
C:\Users\manuel\AppData\Local\Temp\surefire1709170766090024335\surefirebooter2543224597753361498.jar
 C:\Users\manuel\AppData\Local\Temp\surefire1709170766090024335 
2020-01-22T15-33-27_332-jvmRun1 surefire1912319804866869425tmp 
surefire_014766682458994255854tmp"
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The 
forked VM terminated without properly saying goodbye. VM crash or System.exit 
called?
[ERROR] Command was cmd.exe /X /C ""C:\Program 
Files\Java\open-jdk-13.0.1\bin\java" -ea --patch-module 
java.xml.ws.annotation=C:\Users\manuel\git\cxf\rt\security-saml/target/java9/javax.annotation-api-1.3.jar
 --patch-module 
java.transaction=C:\Users\manuel\git\cxf\rt\security-saml/target/java9 
--add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.v2=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime.reflect=ALL-UNNAMED
 --add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime=ALL-UNNAMED 
--add-exports=java.base/java.io=ALL-UNNAMED --add-opens 
java.xml/javax.xml.namespace=java.xml.bind --add-opens 
java.base/java.math=java.xml.bind --add-opens java.base/java.lang=java.xml.bind 
--add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens 
java.xml.bind/com.sun.xml.internal.bind.api=ALL-UNNAMED --add-opens 
java.base/java.nio=ALL-UNNAMED --add-opens 
jdk.xml.bind/com.sun.tools.internal.xjc.reader.internalizer=ALL-UNNAMED 
--add-opens jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED 
--add-opens java.xml.ws/javax.xml.ws=ALL-UNNAMED --add-opens 
java.base/java.lang.reflect=ALL-UNNAMED --add-opens 
java.xml.ws/javax.xml.ws.wsaddressing=ALL-UNNAMED --add-opens 
jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED --add-opens 
java.base/java.security=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED --add-opens 
java.base/java.util.concurrent=ALL-UNNAMED 
--add-exports=java.base/sun.security.util=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED 
--add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED
 --add-exports=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED 
--add-exports=java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED 
--add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED
 
--add-exports=java.xml.ws/com.sun.xml.internal.messaging.saaj.soap.impl=ALL-UNNAMED
 --add-exports=java.xml.ws/com.sun.xml.internal.messaging.saaj.soap=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc.api.impl.s2j=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.tools.internal.xjc.api=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.codemodel.internal=ALL-UNNAMED 
--add-exports=jdk.xml.bind/com.sun.codemodel.internal.writer=ALL-UNNAMED 
--add-exports=java.corba/com.sun.corba.se.impl.corba=ALL-UNNAMED --add-modules 
java.corba,java.activation,java.xml.bind,java.xml.ws,jdk.xml.bind -Dnone= -jar 
C:\Users\manuel\AppData\Local\Temp\surefire1709170766090024335\surefirebooter2543224597753361498.jar
 C:\Users\manuel\AppData\Local\Temp\surefire1709170766090024335 
2020-01-22T15-33-27_332-jvmRun1 surefire1912319804866869425tmp 
surefire_014766682458994255854tmp"
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1148)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:977)
[ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:853)
[ERROR]         at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR]         at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR]         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR]         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR]         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR]         at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR]         at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR]         at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR]
[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/MojoExecutionException

Reply via email to