Skip to content
Failed

Console Output

Skipping 5,271 KB.. Full Log
Sep 07, 2022 7:52:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:01 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: 2.442 s - in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 2.38-SNAPSHOT                   [91/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-multipart ---
[INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-multipart ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[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) @ jersey-media-multipart ---
[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) @ jersey-media-multipart ---
[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) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/test-classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-media-multipart ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
Sep 07, 2022 7:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.27 s - in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest
Sep 07, 2022 7:52:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Sep 07, 2022 7:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.286 s - in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.917 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.grizzly.connector.GrizzlyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version, Content-Type]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.94 s - in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:09 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:864)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:896)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:852)
	at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:823)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2.run(ServerRuntime.java:818)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Connection is closed
	at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:441)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:663)
	at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:59)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:93)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeTo(AbstractMessageReaderWriterProvider.java:56)
	at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82)
	at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:37)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 39 more
Caused by: java.io.IOException: Broken pipe
	at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
	at sun.nio.ch.IOUtil.write(IOUtil.java:51)
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:125)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:64)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:105)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:82)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:236)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:145)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:102)
	at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:167)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:87)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:866)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:834)
	at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1068)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:695)
	... 52 more

Sep 07, 2022 7:52:10 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: 2.384 s - in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s - in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.apache.connector.ApacheConnector]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead.
Unsent header changes: [MIME-Version]
Sep 07, 2022 7:52:10 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: 0.199 s - in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
[INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/jersey-media-multipart-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/jersey-media-multipart-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/jersey-media-multipart-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.38-SNAPSHOT/jersey-media-multipart-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.38-SNAPSHOT/jersey-media-multipart-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/media/multipart/target/jersey-media-multipart-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.38-SNAPSHOT/jersey-media-multipart-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-multipart ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 2.38-SNAPSHOT                          [92/373]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[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) @ project ---
[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) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/2.38-SNAPSHOT/project-2.38-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 2.38-SNAPSHOT                         [93/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-signature ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-signature ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-signature ---
[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) @ oauth1-signature ---
[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) @ oauth1-signature ---
[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) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-signature ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test
SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8=
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.jersey.oauth1.signature.OAuthBase64Test
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest
Sep 07, 2022 7:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in org.glassfish.jersey.oauth1.signature.SignatureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/oauth1-signature-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/oauth1-signature-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/oauth1-signature-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.38-SNAPSHOT/oauth1-signature-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.38-SNAPSHOT/oauth1-signature-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-signature/target/oauth1-signature-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.38-SNAPSHOT/oauth1-signature-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-signature ---
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 2.38-SNAPSHOT                          [94/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-client ---
[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) @ oauth1-client ---
[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) @ oauth1-client ---
[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) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/oauth1-client-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/oauth1-client-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/oauth1-client-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.38-SNAPSHOT/oauth1-client-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.38-SNAPSHOT/oauth1-client-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-client/target/oauth1-client-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.38-SNAPSHOT/oauth1-client-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-client ---
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 2.38-SNAPSHOT                            [95/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth1-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth1-server ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-server ---
[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) @ oauth1-server ---
[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) @ oauth1-server ---
[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) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/classes
Sep 07, 2022 7:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Sep 07, 2022 7:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.659 s - in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth1-server ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest
[INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest
Sep 07, 2022 7:52:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.221 s - in org.glassfish.jersey.server.oauth1.NonceManagerTest
[INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/oauth1-server-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/oauth1-server-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/oauth1-server-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.38-SNAPSHOT/oauth1-server-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.38-SNAPSHOT/oauth1-server-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth1-server/target/oauth1-server-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.38-SNAPSHOT/oauth1-server-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth1-server ---
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 2.38-SNAPSHOT                            [96/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth2-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ oauth2-client ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth2-client ---
[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) @ oauth2-client ---
[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) @ oauth2-client ---
[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) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AuthCodeGrantImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ oauth2-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/oauth2-client-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/oauth2-client-2.38-SNAPSHOT-sources.jar
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Sep 07, 2022 7:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Sep 07, 2022 7:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.618 s - in org.glassfish.jersey.tests.e2e.server.ParamConverterTest
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/oauth2-client-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.38-SNAPSHOT/oauth2-client-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.38-SNAPSHOT/oauth2-client-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/security/oauth2-client/target/oauth2-client-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.38-SNAPSHOT/oauth2-client-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ oauth2-client ---
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 2.38-SNAPSHOT               [97/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-test-framework-util ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[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) @ jersey-test-framework-util ---
[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) @ jersey-test-framework-util ---
[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) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/test-classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/src/test/java/org/glassfish/jersey/test/util/client/LoopBackConnectorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-test-framework-util ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest
[INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest
Sep 07, 2022 7:52:19 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
Sep 07, 2022 7:52:19 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
Sep 07, 2022 7:52:19 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
Sep 07, 2022 7:52:20 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/json, type=class java.util.Arrays$ArrayList, genericType=class java.util.Arrays$ArrayList.
Sep 07, 2022 7:52:20 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
Sep 07, 2022 7:52:20 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.glassfish.jersey.test.util.client.LoopBackConnectorTest
[INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
Sep 07, 2022 7:52:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.248 s - in org.glassfish.jersey.tests.e2e.server.InjectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest
Sep 07, 2022 7:52:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.014 s - in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/jersey-test-framework-util-2.38-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/jersey-test-framework-util-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/jersey-test-framework-util-2.38-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.38-SNAPSHOT/jersey-test-framework-util-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.38-SNAPSHOT/jersey-test-framework-util-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/test-framework/util/target/jersey-test-framework-util-2.38-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.38-SNAPSHOT/jersey-test-framework-util-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-test-framework-util ---
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 2.38-SNAPSHOT                             [98/373]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[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) @ project ---
[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) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 2.38-SNAPSHOT                         [99/373]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ e2e ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ e2e ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e ---
[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) @ e2e ---
[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) @ e2e ---
[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) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/target/test-classes
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ForcedAutoDiscoverableTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ForcedAutoDiscoverableTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/tests/e2e/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Sep 07, 2022 7:52:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:23 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test-singletonScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-singletonScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-requestScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-requestScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.
WARNING: A resource, Resource{"test-perlookupScope", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test-perlookupScope" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Sep 07, 2022 7:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.164 s - in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.glassfish.jersey.tests.api.FormDataContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest
[INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Sep 07, 2022 7:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.649 s - in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Sep 07, 2022 7:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
javax.ws.rs.WebApplicationException: WAE with entity
	at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
javax.ws.rs.WebApplicationException: WAE without entity
	at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Sep 07, 2022 7:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 s - in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest
[INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest
Sep 07, 2022 7:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:30 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: 2.132 s - in org.glassfish.jersey.tests.api.ConstructorSelectionTest
Sep 07, 2022 7:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:248)
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:216)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
	... 19 more

Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
java.lang.Throwable: throwable
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:134)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:177)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:81)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: runtime-exception
	... 27 more
Caused by: javax.ws.rs.ClientErrorException: client-error
	... 27 more
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
java.lang.NullPointerException: response-filter-exception
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
SEVERE: Error occurred when processing a response created from an already mapped exception.
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.server.ServerRuntime$Responder release
WARNING: Attempt to release request processing resources has failed for a request.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:626)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:651)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:632)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:842)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:389)
	at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:740)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:444)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=aa/bbb, type=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType, genericType=class org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$UnknownType.
Sep 07, 2022 7:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.705 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
### Testing status: 200
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Sep 07, 2022 7:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
### Testing status: 200
### Testing status: 201
### Testing status: 202
### Testing status: 204
### Testing status: 303
### Testing status: 304
### Testing status: 307
### Testing status: 401
### Testing status: 403
### Testing status: 404
### Testing status: 406
### Testing status: 409
### Testing status: 410
### Testing status: 411
### Testing status: 412
### Testing status: 415
### Testing status: 500
### Testing status: 503
Sep 07, 2022 7:52:33 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: 2.131 s - in org.glassfish.jersey.tests.api.ResponseIntegrationTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest
Sep 07, 2022 7:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:33 AM org.glassfish.jersey.server.ProcessingProvidersConfigurator filterNameBound
WARNING: @PreMatching provider, class org.glassfish.jersey.tests.e2e.server.NameBindingTest$PreMatchingFooFilter, also annotated with a name binding annotation. Name binding will be ignored.
Sep 07, 2022 7:52:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Sep 07, 2022 7:52:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Sep 07, 2022 7:52:34 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 17 requests to finish...

Sep 07, 2022 7:52:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.92 s - in org.glassfish.jersey.tests.e2e.server.NameBindingTest
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:35 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Sep 07, 2022 7:52:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 s - in org.glassfish.jersey.tests.api.ResponseE2ETest
[INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test
[INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Running org.glassfish.jersey.tests.api.OptionsTest
Sep 07, 2022 7:52:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 s - in org.glassfish.jersey.tests.e2e.server.Issue4097Test
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest
Sep 07, 2022 7:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Sep 07, 2022 7:52:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Sep 07, 2022 7:52:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.2.0.Final
Sep 07, 2022 7:52:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Sep 07, 2022 7:52:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Sep 07, 2022 7:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s - in org.glassfish.jersey.tests.api.OptionsTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest
Creating placeholder flownodes because failed loading originals.
java.io.IOException: Tried to load head FlowNodes for execution Owner[continuous-integration/master/91:continuous-integration/master #91] but FlowNode was not found in storage for head id:FlowNodeId 1:30
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.initializeStorage(CpsFlowExecution.java:679)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.onLoad(CpsFlowExecution.java:716)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.getExecution(WorkflowRun.java:701)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.onLoad(WorkflowRun.java:560)
	at hudson.model.RunMap.retrieve(RunMap.java:233)
	at hudson.model.RunMap.retrieve(RunMap.java:61)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:650)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:632)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:530)
	at hudson.model.RunMap.getById(RunMap.java:213)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.run(WorkflowRun.java:949)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun$Owner.get(WorkflowRun.java:961)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.getExecution(CpsStepContext.java:218)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.getThreadGroupSynchronously(CpsStepContext.java:243)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.access$000(CpsStepContext.java:98)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext$1.call(CpsStepContext.java:264)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext$1.call(CpsStepContext.java:262)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:840)

GitHub has been notified of this commit’s build result

Finished: FAILURE