Skip to content
Success

Console Output

[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:exception-mapping >-----------
[INFO] Building jersey-examples-exception-mapping 3.1.0-SNAPSHOT      [229/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exception-mapping ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ exception-mapping ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ exception-mapping ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ exception-mapping ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ exception-mapping ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest
May 06, 2022 10:48:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
WebApplicationExceptionFilter.preFilter() enter
WebApplicationExceptionFilter.preFilter() exit
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() exit
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
WebApplicationExceptionFilter.preFilter() enter
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() exit
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 s - in org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest
[INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingTest
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:48:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:48:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException will be ignored. 
May 06, 2022 10:48:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:48:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
May 06, 2022 10:48:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.glassfish.jersey.examples.exception.ExceptionMappingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/exception-mapping.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/exception-mapping-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ exception-mapping ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.0-SNAPSHOT/exception-mapping-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.0-SNAPSHOT/exception-mapping-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/3.1.0-SNAPSHOT/exception-mapping-3.1.0-SNAPSHOT-sources.jar