Started by user Dmitry Kornilov Running as Dmitry Kornilov Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent default-agent-9d4l6 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-9d4l6" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-9d4l6" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-9d4l6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on default-agent-9d4l6 in /home/jenkins/agent/workspace/Jersey_master_nightly_node_build [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] stage [Pipeline] { (Fetch from git) [Pipeline] git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/Jersey_master_nightly_node_build # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git > git --version # timeout=10 using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 2f87ada974f9cfd1b4eafe169c21489e80b10bbe (refs/remotes/origin/master) > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git using GIT_SSH to set credentials GitHub bot SSH > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f87ada974f9cfd1b4eafe169c21489e80b10bbe > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 2f87ada974f9cfd1b4eafe169c21489e80b10bbe Commit message: "Replace an Exception thrown with BAD_REQUEST" > git rev-list --no-walk 2f87ada974f9cfd1b4eafe169c21489e80b10bbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Nightly build) [Pipeline] sh + rm -rf '/home/jenkins/.m2/repository/*' + sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java + sed -i 's|1.0.3|2.5.0-b42|g' pom.xml + sed -i 's|false|true-Xmx1024m -XX:MaxPermSize=256m|g' tests/osgi/functional/pom.xml + mvn -B -U -V -q clean install '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/3.6.2' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T15:06:16Z) Maven home: /opt/tools/apache-maven/3.6.2 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix" [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize [debug] execute contextualize /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release @sun.misc.Contended ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe(); ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release static sun.misc.Unsafe getUnsafe() { ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release return java.security.AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ 8 warnings java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:277) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.doOffer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:462) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:308) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) 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) Dec 20, 2019 9:00:14 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer]. Dec 20, 2019 9:00:14 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 20, 2019 9:00:14 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 20, 2019 9:00:14 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Dec 20, 2019 9:00:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1541049864) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 20, 2019 9:00:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,330382173) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 20, 2019 9:00:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1297836716) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 20, 2019 9:00:35 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. Dec 20, 2019 9:00:35 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. Dec 20, 2019 9:00:35 AM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. Dec 20, 2019 9:00:35 AM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:36 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:57 AM org.glassfish.jersey.client.filter.EncodingFilter filter WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip] Dec 20, 2019 9:00:57 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=70 locatorId=4087 identityHashCode=1270143417 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:00:57 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=70 locatorId=4087 identityHashCode=1270143417 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:00:57 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:57 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:57 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:00:57 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Dec 20, 2019 9:01:14 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator [afromString, fromString, bfromString] ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 ### 200 Dec 20, 2019 9:01:27 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:69) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 64 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) 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.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:155) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59) ... 68 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldISE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:01:28 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) 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.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:155) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.server.internal.inject.InvalidParamsTest$ResourceWithFaultyParamEntityFieldWAE at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:01:38 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget() at matching regular expression /aaa. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:39 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.isNull(ResourceContextTest.java:64) 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:01:39 AM org.glassfish.jersey.server.internal.JerseyResourceContext getResource WARNING: Lookup and initialization failed for a resource class: class org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.server.internal.ResourceContextTest$NotInstantiable class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106) at org.glassfish.jersey.server.JerseyResourceContextConfigurator.lambda$init$0(JerseyResourceContextConfigurator.java:45) at org.glassfish.jersey.server.internal.JerseyResourceContext.getResource(JerseyResourceContext.java:83) at org.glassfish.jersey.server.internal.ResourceContextTest$ResourceA.notInstantiable(ResourceContextTest.java:70) 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.internal.routing.SubResourceLocatorRouter.lambda$getResource$0(SubResourceLocatorRouter.java:132) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.getResource(SubResourceLocatorRouter.java:150) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54) at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405) 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) Dec 20, 2019 9:01:40 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. one Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@57b0c2b1]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type. WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored WARNING: Parameter 1 of type java.util.List> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List>) is not resolvable to a concrete type. WARNING: Parameter fieldV of type java.util.Collection from java.util.Collection org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by "@Consumes" annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test. This could cause an error for conflicting output types! HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@65d05fae]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM INFO: An issue should be reported if more than one HTTP method designator exist on a resource method: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically. WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. Dec 20, 2019 9:01:42 AM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid INFO: An issue should NOT be reported if a async get method returns void: template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() at matching path pattern /test. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:43 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2019 9:01:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Dec 20, 2019 9:01:45 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo Dec 20, 2019 9:01:42 AM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "foo" [java.lang.String] to type [java.lang.Integer]. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.ApplicationTest$DummyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.ApplicationTest$DummyResource will be ignored. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Component of class null cannot be instantiated and will be ignored. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"test", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "test" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: No injection source found for a parameter of type public java.lang.String org.glassfish.jersey.server.AnnotatedEntityTest$WrongResource.postEntityAnnotated(java.lang.String,java.lang.String,java.lang.String,java.lang.String) at index 1. [] Dec 20, 2019 9:01:47 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource will be ignored. Dec 20, 2019 9:01:46 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postTwo(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(java.lang.String) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/json, type=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity, genericType=class org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntity. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.ApplicationHandlerTest$SingletonResourceAndProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA1.doGet() at matching regular expression /merged. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2019 9:01:47 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Dec 20, 2019 9:01:48 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='child', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[application/xml], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=InstanceBasedMethodHandler{handler=org.glassfish.jersey.server.ResourceMergeTest$MyInflector@1730ee58, handlerClass=class org.glassfish.jersey.server.ResourceMergeTest$MyInflector}, definitionMethod=public abstract java.lang.Object org.glassfish.jersey.process.Inflector.apply(java.lang.Object), parameters=[Parameter [type=interface javax.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@1730ee58], parentResource=, extended=false} and resource Resource{"child", 0 child resources, 0 resource methods, 1 sub-resource locator, 0 method handler classes, 1 method handler instances}, contains sub resource locators on the same path child. Dec 20, 2019 9:02:03 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:03 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:03 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:03 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$ForwardFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$IncludeFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RegularFilter] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:02:04 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46163] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:46163/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46163] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter1] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext initFilters INFO: [TestContext] Filter [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyFilter2] registered for url pattern(s) [[/*]] and servlet name(s) [[]] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Dec 20, 2019 9:02:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38613] Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:02:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38613/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38613] Dec 20, 2019 9:02:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:02:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:02:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:02:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:02:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:02:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out Dec 20, 2019 9:02:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:02:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out Dec 20, 2019 9:02:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:9998 Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:02:20 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Dec 20, 2019 9:02:20 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Dec 20, 2019 9:02:21 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 20, 2019 9:02:21 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 20, 2019 9:02:21 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Dec 20, 2019 9:02:22 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 20, 2019 9:02:22 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Dec 20, 2019 9:02:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:02:23 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Type: text/plain HEAD, GET, OPTIONS Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.apache.connector.ApacheConnector WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Dec 20, 2019 9:02:25 AM org.glassfish.jersey.apache.connector.ApacheConnector getConnectionManager WARNING: Ignoring value of property "jersey.config.apache.client.connectionManager" ("org.glassfish.jersey.apache.connector.HelloWorldTest$2") - not instance of "org.apache.http.conn.HttpClientConnectionManager". Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:9998/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 500 1 < Content-Type: text/plain Error. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-0 2 > GET http://localhost:9998/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-0 2 < 500 2 < Content-Type: text/plain Error2. Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. CustomLoggingFilter.preFilter called Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. CustomLoggingFilter.preFilter called Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:9998/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Allow: HEAD,GET,OPTIONS 1 < Content-Length: 0 1 < Content-Type: foo/bar Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. CustomLoggingFilter.preFilter called Dec 20, 2019 9:02:25 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:9998/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:9998 3 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:9998/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:9998 4 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server responded with a response on thread grizzly-http-server-3 4 < 200 4 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:9998/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:9998 5 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server responded with a response on thread grizzly-http-server-1 5 < 200 5 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:9998/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:9998 6 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-0 6 < 200 6 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:9998/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:9998 7 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:9998/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:9998 8 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server responded with a response on thread grizzly-http-server-2 7 < 200 7 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-3 8 < 200 8 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:9998/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:9998 9 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server responded with a response on thread grizzly-http-server-1 9 < 200 9 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-0 10 > GET http://localhost:9998/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:9998 10 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-0 10 < 200 10 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:9998/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:9998 11 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-2 11 < 200 11 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-3 12 > GET http://localhost:9998/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:9998 12 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server responded with a response on thread grizzly-http-server-3 12 < 200 12 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-1 13 > GET http://localhost:9998/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:9998 13 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server responded with a response on thread grizzly-http-server-1 13 < 200 13 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-0 14 > GET http://localhost:9998/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:9998 14 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-0 14 < 200 14 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:9998/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:9998 15 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-2 15 < 200 15 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-3 16 > GET http://localhost:9998/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:9998 16 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server responded with a response on thread grizzly-http-server-3 16 < 200 16 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:9998/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:9998 17 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server responded with a response on thread grizzly-http-server-1 17 < 200 17 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-0 18 > GET http://localhost:9998/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:9998 18 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-0 18 < 200 18 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-2 19 > GET http://localhost:9998/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:9998 19 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-2 19 < 200 19 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-3 20 > GET http://localhost:9998/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:9998 20 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-3 20 < 200 20 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 100 Dec 20, 2019 9:02:26 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Results: 0: Hello World! 1: Hello World! 2: Hello World! 3: Hello World! 4: Hello World! 5: Hello World! 6: Hello World! 7: Hello World! 8: Hello World! 9: Hello World! 10: Hello World! 11: Hello World! 12: Hello World! 13: Hello World! 14: Hello World! 15: Hello World! 16: Hello World! 17: Hello World! 18: Hello World! 19: Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. CustomLoggingFilter.preFilter called Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-1 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-1 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. CustomLoggingFilter.preFilter called Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! CustomLoggingFilter.postFilter called Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain Hello World! Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:9998/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:9998 2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9) Dec 20, 2019 9:02:26 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 20, 2019 9:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 20, 2019 9:02:28 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Dec 20, 2019 9:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:02:31 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:32 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:32 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:32 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:32 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:02:33 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. Dec 20, 2019 9:02:36 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:02:39 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:02:40 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Dec 20, 2019 9:02:40 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Dec 20, 2019 9:02:40 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Dec 20, 2019 9:02:40 AM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https contxt created Dec 20, 2019 9:02:40 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Dec 20, 2019 9:02:40 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:02:43 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:02:43 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:02:46 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:02:47 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer INFO: HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started. Dec 20, 2019 9:02:54 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:02:55 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:44355/ Dec 20, 2019 9:02:58 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:04 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:05 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:11 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:11 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:14 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:14 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:03:14 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:14 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:14 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:03:14 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-102): EXECUTE_ACTION -> 16 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-102): ACCEPT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 199 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-105): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE_BUFFER -> 69 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): WRITE -> 69 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-106): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-107): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-107): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-100): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:9998] (ActionDistributor: Thread-112): EXECUTE_ACTION -> 16 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-112): ACCEPT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:15 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:16 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:17 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:18 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-119): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-122): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-125): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-127): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-118): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-128): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-120): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-121): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-129): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-123): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-124): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-130): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-126): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): READ_INTEREST_READY -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): EXECUTE_ACTION -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 159 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ_HEADER Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Host: localhost:9998 Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-115): REQUEST_READY Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_REQUEST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE_BUFFER -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): WRITE -> 110 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): RESPONSE_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestDispatcher: Thread-116): DISPATCH_FINISHED Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ -> 0 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (Worker: RequestReader: Thread-117): READ_WAIT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): SELECT Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_READ_INTEREST Dec 20, 2019 9:03:19 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:37328] (ActionDistributor: Thread-110): REGISTER_INTEREST -> 1 Dec 20, 2019 9:03:19 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:20 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:9998/ Dec 20, 2019 9:03:20 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Dec 20, 2019 9:03:22 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Dec 20, 2019 9:03:23 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:42797/ Dec 20, 2019 9:03:23 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:03:27.033:INFO::main: Logging initialized @594ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-20 09:03:27.735:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:27.780:INFO:oejs.AbstractConnector:main: Started ServerConnector@1c9b0314{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:27.781:INFO:oejs.Server:main: Started @1342ms Dec 20, 2019 9:03:27 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:28.152:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1c9b0314{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:28 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:28.290:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:28.293:INFO:oejs.AbstractConnector:main: Started ServerConnector@33308786{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:28.293:INFO:oejs.Server:main: Started @1854ms Dec 20, 2019 9:03:28 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:28.433:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@33308786{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:28 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:28.505:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:28.533:INFO:oejs.AbstractConnector:main: Started ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:28.533:INFO:oejs.Server:main: Started @2094ms Dec 20, 2019 9:03:28 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:33.603:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:33 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:33.670:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:33.673:INFO:oejs.AbstractConnector:main: Started ServerConnector@79da1ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:33.674:INFO:oejs.Server:main: Started @7234ms Dec 20, 2019 9:03:33 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:36.750:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@79da1ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:36.805:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:36.809:INFO:oejs.AbstractConnector:main: Started ServerConnector@41fe9859{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:36.809:INFO:oejs.Server:main: Started @10370ms Dec 20, 2019 9:03:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:36.867:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@41fe9859{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:36.938:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:36.942:INFO:oejs.AbstractConnector:main: Started ServerConnector@70925b45{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:36.942:INFO:oejs.Server:main: Started @10503ms Dec 20, 2019 9:03:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:37.047:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@70925b45{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:37.087:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:37.089:INFO:oejs.AbstractConnector:main: Started ServerConnector@680bddf5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:37.089:INFO:oejs.Server:main: Started @10650ms Dec 20, 2019 9:03:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:37.148:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@680bddf5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. 2019-12-20 09:03:37.195:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:37.233:INFO:oejs.AbstractConnector:main: Started ServerConnector@19f040ba{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:37.233:INFO:oejs.Server:main: Started @10793ms Dec 20, 2019 9:03:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:9998/ 2019-12-20 09:03:37.260:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@19f040ba{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:37 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Dec 20, 2019 9:03:38 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ 2019-12-20 09:03:38.952:INFO::main: Logging initialized @592ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-20 09:03:39.686:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:39.730:INFO:oejs.AbstractConnector:main: Started ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:46222} 2019-12-20 09:03:39.731:INFO:oejs.Server:main: Started @1372ms Dec 20, 2019 9:03:39 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:46222/ 2019-12-20 09:03:40.067:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:0} Dec 20, 2019 9:03:40 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:03:40.178:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:40.181:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f3f02ee{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:40.181:INFO:oejs.Server:main: Started @1822ms 2019-12-20 09:03:40.240:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f3f02ee{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:40 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:03:40.337:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:03:40.339:INFO:oejs.AbstractConnector:main: Started ServerConnector@26bab2f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:03:40.340:INFO:oejs.Server:main: Started @1980ms 2019-12-20 09:03:40.444:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@26bab2f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:03:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:03:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:03:45 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 165 Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:03:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 20, 2019 9:03:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:03:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Dec 20, 2019 9:03:46 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:03:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:03:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:03:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:04:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:04:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Dec 20, 2019 9:04:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Dec 20, 2019 9:04:39 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-0 Dec 20, 2019 9:04:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 20, 2019 9:04:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 20, 2019 9:04:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 20, 2019 9:04:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:04:40 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 20, 2019 9:04:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:04:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:04:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:04:48 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Dec 20, 2019 9:04:48 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Dec 20, 2019 9:04:48 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Dec 20, 2019 9:04:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 20, 2019 9:04:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 20, 2019 9:04:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 20, 2019 9:04:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:04:49 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:04:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. #Received: message 1 #Received: message 2 Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. #Received: 1 #Received: 1 Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. #Received: 1 #Received: 2 Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:05:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] === SSLHandshakeException (certificate_unknown) on the server expected === javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2020) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1127) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:931) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at sun.security.ssl.AppInputStream.read(AppInputStream.java:71) at org.glassfish.jersey.jdk.connector.internal.SslFilterTest$SslEchoServer$1.run(SslFilterTest.java:503) 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) Dec 20, 2019 9:05:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a6c0f38] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a6c0f38] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a6c0f38] state change: CONNECT_TIMEOUT -> CLOSED Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: RECEIVED -> IDLE Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7f27f59b] state change: CLOSED_BY_SERVER -> CLOSED Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@515ab3f2] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@515ab3f2] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@515ab3f2] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@515ab3f2] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@515ab3f2] state change: ERROR -> CLOSED Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@7a66c35a] state change: RESPONSE_TIMEOUT -> CLOSED Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4bc9ca97] state change: IDLE_TIMEOUT -> CLOSED Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: RECEIVED -> IDLE Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@6b2aafbc] state change: CLOSED_BY_SERVER -> CLOSED Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3915e7c3] state change: ERROR -> CLOSED Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:09 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:10.033:INFO::main: Logging initialized @612ms to org.eclipse.jetty.util.log.StdErrLog 2019-12-20 09:05:10.884:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:10.928:INFO:oejs.AbstractConnector:main: Started ServerConnector@1130520d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:10.929:INFO:oejs.Server:main: Started @1509ms 2019-12-20 09:05:11.695:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1130520d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:11 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:11.864:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:11.867:INFO:oejs.AbstractConnector:main: Started ServerConnector@5a411614{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:11.868:INFO:oejs.Server:main: Started @2447ms 2019-12-20 09:05:11.955:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5a411614{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:11 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:12.053:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:12.056:INFO:oejs.AbstractConnector:main: Started ServerConnector@2611b9a3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:12.057:INFO:oejs.Server:main: Started @2636ms 2019-12-20 09:05:12.167:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2611b9a3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:12.266:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:12.269:INFO:oejs.AbstractConnector:main: Started ServerConnector@4fd4cae3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:12.269:INFO:oejs.Server:main: Started @2849ms 2019-12-20 09:05:12.353:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4fd4cae3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:12 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:12.443:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:12.445:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d9d1b69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:12.446:INFO:oejs.Server:main: Started @3025ms Dec 20, 2019 9:05:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread qtp917277283-84 Dec 20, 2019 9:05:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread qtp917277283-90 Dec 20, 2019 9:05:12 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread qtp917277283-89 Dec 20, 2019 9:05:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 20, 2019 9:05:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 20, 2019 9:05:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 2019-12-20 09:05:13.548:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d9d1b69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:13.601:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.604:INFO:oejs.AbstractConnector:main: Started ServerConnector@78d39a69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:13.604:INFO:oejs.Server:main: Started @4183ms Dec 20, 2019 9:05:13 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread qtp497479191-112 2019-12-20 09:05:13.672:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78d39a69{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:13.747:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.750:INFO:oejs.AbstractConnector:main: Started ServerConnector@5bb8f9e2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:13.750:INFO:oejs.Server:main: Started @4330ms 2019-12-20 09:05:13.752:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.754:INFO:oejs.AbstractConnector:main: Started ServerConnector@648ee871{HTTP/1.1,[http/1.1]}{0.0.0.0:9997} 2019-12-20 09:05:13.755:INFO:oejs.Server:main: Started @4334ms 2019-12-20 09:05:13.796:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5bb8f9e2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:13.867:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.869:INFO:oejs.AbstractConnector:main: Started ServerConnector@4cafa9aa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:13.870:INFO:oejs.Server:main: Started @4449ms 2019-12-20 09:05:13.871:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.911:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4cafa9aa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:13.976:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:13.979:INFO:oejs.AbstractConnector:main: Started ServerConnector@dca2615{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:13.979:INFO:oejs.Server:main: Started @4558ms 2019-12-20 09:05:14.015:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@dca2615{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.073:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.075:INFO:oejs.AbstractConnector:main: Started ServerConnector@35178483{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.075:INFO:oejs.Server:main: Started @4655ms 2019-12-20 09:05:14.151:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@35178483{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.310:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.313:INFO:oejs.AbstractConnector:main: Started ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.313:INFO:oejs.Server:main: Started @4893ms 2019-12-20 09:05:14.382:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.463:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.466:INFO:oejs.AbstractConnector:main: Started ServerConnector@5c77ba8f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.466:INFO:oejs.Server:main: Started @5045ms 2019-12-20 09:05:14.511:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5c77ba8f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.570:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.573:INFO:oejs.AbstractConnector:main: Started ServerConnector@7544ac86{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.573:INFO:oejs.Server:main: Started @5152ms 2019-12-20 09:05:14.637:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7544ac86{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.677:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.680:INFO:oejs.AbstractConnector:main: Started ServerConnector@37c41ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.681:INFO:oejs.Server:main: Started @5260ms 2019-12-20 09:05:14.758:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37c41ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.800:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.803:INFO:oejs.AbstractConnector:main: Started ServerConnector@34d45ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.803:INFO:oejs.Server:main: Started @5382ms 2019-12-20 09:05:14.882:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@34d45ec0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:14.958:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:14.961:INFO:oejs.AbstractConnector:main: Started ServerConnector@64deb58f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:14.961:INFO:oejs.Server:main: Started @5541ms 2019-12-20 09:05:15.006:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@64deb58f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.068:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.070:INFO:oejs.AbstractConnector:main: Started ServerConnector@10b687f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.071:INFO:oejs.Server:main: Started @5650ms 2019-12-20 09:05:15.142:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@10b687f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.210:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.233:INFO:oejs.AbstractConnector:main: Started ServerConnector@17e0933c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.233:INFO:oejs.Server:main: Started @5812ms 2019-12-20 09:05:15.279:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@17e0933c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.309:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.335:INFO:oejs.AbstractConnector:main: Started ServerConnector@261bd7b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.336:INFO:oejs.Server:main: Started @5915ms 2019-12-20 09:05:15.375:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@261bd7b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.433:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.435:INFO:oejs.AbstractConnector:main: Started ServerConnector@2de6f1bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.435:INFO:oejs.Server:main: Started @6015ms 2019-12-20 09:05:15.471:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2de6f1bc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.503:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.505:INFO:oejs.AbstractConnector:main: Started ServerConnector@5fffb692{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.505:INFO:oejs.Server:main: Started @6085ms 2019-12-20 09:05:15.561:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5fffb692{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.603:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.606:INFO:oejs.AbstractConnector:main: Started ServerConnector@2478b629{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.606:INFO:oejs.Server:main: Started @6186ms 2019-12-20 09:05:15.659:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2478b629{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.695:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.697:INFO:oejs.AbstractConnector:main: Started ServerConnector@37d3e140{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.697:INFO:oejs.Server:main: Started @6277ms 2019-12-20 09:05:15.752:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37d3e140{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.788:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.789:INFO:oejs.AbstractConnector:main: Started ServerConnector@418f0534{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.789:INFO:oejs.Server:main: Started @6369ms 2019-12-20 09:05:15.909:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@418f0534{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:15.961:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:15.963:INFO:oejs.AbstractConnector:main: Started ServerConnector@3a209918{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:15.963:INFO:oejs.Server:main: Started @6542ms 2019-12-20 09:05:16.043:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3a209918{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:16.076:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:16.078:INFO:oejs.AbstractConnector:main: Started ServerConnector@2ba9f986{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:16.078:INFO:oejs.Server:main: Started @6657ms 2019-12-20 09:05:16.103:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2ba9f986{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:16.162:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:16.164:INFO:oejs.AbstractConnector:main: Started ServerConnector@456aa471{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:16.164:INFO:oejs.Server:main: Started @6743ms 2019-12-20 09:05:17.188:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@456aa471{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 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.eclipse.jetty.io.EofException 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.logging.LoggingInterceptor.aroundWriteTo(LoggingInterceptor.java:210) 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:638) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:171) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:505) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:786) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:743) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:730) at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:690) at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:548) at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:845) at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:921) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:249) at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:225) at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:407) at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281) at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297) at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) 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) ... 27 more Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.230:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.232:INFO:oejs.AbstractConnector:main: Started ServerConnector@7956f93a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.232:INFO:oejs.Server:main: Started @8812ms 2019-12-20 09:05:18.249:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7956f93a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.278:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.280:INFO:oejs.AbstractConnector:main: Started ServerConnector@660296d5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.280:INFO:oejs.Server:main: Started @8859ms 2019-12-20 09:05:18.298:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@660296d5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.336:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.337:INFO:oejs.AbstractConnector:main: Started ServerConnector@1533338c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.337:INFO:oejs.Server:main: Started @8917ms 2019-12-20 09:05:18.354:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1533338c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.385:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.386:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f60824e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.386:INFO:oejs.Server:main: Started @8966ms 2019-12-20 09:05:18.404:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f60824e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.458:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.461:INFO:oejs.AbstractConnector:main: Started ServerConnector@11bfd751{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.461:INFO:oejs.Server:main: Started @9040ms 2019-12-20 09:05:18.503:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@11bfd751{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.560:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.562:INFO:oejs.AbstractConnector:main: Started ServerConnector@3ea9a091{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.562:INFO:oejs.Server:main: Started @9142ms 2019-12-20 09:05:18.584:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3ea9a091{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:18 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:18.635:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:18.637:INFO:oejs.AbstractConnector:main: Started ServerConnector@4bab78ce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:18.637:INFO:oejs.Server:main: Started @9217ms Dec 20, 2019 9:05:18 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-49 2019-12-20 09:05:19.037:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4bab78ce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:19.071:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:19.073:INFO:oejs.AbstractConnector:main: Started ServerConnector@5f9a8ddc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:19.073:INFO:oejs.Server:main: Started @9652ms 2019-12-20 09:05:19.437:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5f9a8ddc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:19.474:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:19.476:INFO:oejs.AbstractConnector:main: Started ServerConnector@6706da3d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:19.476:INFO:oejs.Server:main: Started @10055ms 2019-12-20 09:05:19.642:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6706da3d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:19.748:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:19.750:INFO:oejs.AbstractConnector:main: Started ServerConnector@4b99648a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:19.750:INFO:oejs.Server:main: Started @10330ms 2019-12-20 09:05:19.989:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4b99648a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.053:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.055:INFO:oejs.AbstractConnector:main: Started ServerConnector@33e4068{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.055:INFO:oejs.Server:main: Started @10634ms 2019-12-20 09:05:20.079:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@33e4068{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.106:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.108:INFO:oejs.AbstractConnector:main: Started ServerConnector@675230cd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.108:INFO:oejs.Server:main: Started @10687ms 2019-12-20 09:05:20.138:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@675230cd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.164:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.166:INFO:oejs.AbstractConnector:main: Started ServerConnector@618fb1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.166:INFO:oejs.Server:main: Started @10746ms 2019-12-20 09:05:20.188:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@618fb1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.240:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.242:INFO:oejs.AbstractConnector:main: Started ServerConnector@21a0795f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.242:INFO:oejs.Server:main: Started @10822ms 2019-12-20 09:05:20.267:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21a0795f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.299:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.301:INFO:oejs.AbstractConnector:main: Started ServerConnector@581d5b33{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.301:INFO:oejs.Server:main: Started @10881ms 2019-12-20 09:05:20.342:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@581d5b33{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.398:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.400:INFO:oejs.AbstractConnector:main: Started ServerConnector@6839d03b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.400:INFO:oejs.Server:main: Started @10979ms 2019-12-20 09:05:20.420:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6839d03b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.458:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.460:INFO:oejs.AbstractConnector:main: Started ServerConnector@29d81c22{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.460:INFO:oejs.Server:main: Started @11039ms 2019-12-20 09:05:20.482:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@29d81c22{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.507:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.509:INFO:oejs.AbstractConnector:main: Started ServerConnector@3dc7c5fd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.509:INFO:oejs.Server:main: Started @11088ms 2019-12-20 09:05:20.548:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3dc7c5fd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.573:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.575:INFO:oejs.AbstractConnector:main: Started ServerConnector@556ae220{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.575:INFO:oejs.Server:main: Started @11155ms 2019-12-20 09:05:20.595:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@556ae220{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.640:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.642:INFO:oejs.AbstractConnector:main: Started ServerConnector@3b1895e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.642:INFO:oejs.Server:main: Started @11221ms 2019-12-20 09:05:20.664:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3b1895e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.690:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.692:INFO:oejs.AbstractConnector:main: Started ServerConnector@2396408a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.692:INFO:oejs.Server:main: Started @11271ms 2019-12-20 09:05:20.738:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2396408a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.764:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.766:INFO:oejs.AbstractConnector:main: Started ServerConnector@431923ed{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.766:INFO:oejs.Server:main: Started @11345ms 2019-12-20 09:05:20.787:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@431923ed{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.812:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.814:INFO:oejs.AbstractConnector:main: Started ServerConnector@5248c05a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.814:INFO:oejs.Server:main: Started @11393ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-20 09:05:20.851:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5248c05a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.876:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.878:INFO:oejs.AbstractConnector:main: Started ServerConnector@4b3eaf39{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.878:INFO:oejs.Server:main: Started @11457ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-20 09:05:20.898:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4b3eaf39{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.939:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.940:INFO:oejs.AbstractConnector:main: Started ServerConnector@74159dc9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.941:INFO:oejs.Server:main: Started @11520ms 2019-12-20 09:05:20.966:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@74159dc9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:20.992:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:20.994:INFO:oejs.AbstractConnector:main: Started ServerConnector@8bb5c2a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:20.994:INFO:oejs.Server:main: Started @11573ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-20 09:05:21.014:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8bb5c2a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.055:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.056:INFO:oejs.AbstractConnector:main: Started ServerConnector@77262e71{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.056:INFO:oejs.Server:main: Started @11636ms Dec 20, 2019 9:05:21 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 28 2019-12-20 09:05:21.137:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@77262e71{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.165:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.166:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f7853af{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.166:INFO:oejs.Server:main: Started @11746ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-20 09:05:21.188:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f7853af{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.233:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.235:INFO:oejs.AbstractConnector:main: Started ServerConnector@30b0f674{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.235:INFO:oejs.Server:main: Started @11814ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2019-12-20 09:05:21.256:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@30b0f674{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.310:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.311:INFO:oejs.AbstractConnector:main: Started ServerConnector@571b4bf6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.312:INFO:oejs.Server:main: Started @11891ms 2019-12-20 09:05:21.346:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@571b4bf6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.371:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.372:INFO:oejs.AbstractConnector:main: Started ServerConnector@29897daf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.373:INFO:oejs.Server:main: Started @11952ms 2019-12-20 09:05:21.393:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@29897daf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.435:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.437:INFO:oejs.AbstractConnector:main: Started ServerConnector@7b6c3b37{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.437:INFO:oejs.Server:main: Started @12017ms 2019-12-20 09:05:21.859:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7b6c3b37{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.892:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.893:INFO:oejs.AbstractConnector:main: Started ServerConnector@736af6f3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.894:INFO:oejs.Server:main: Started @12473ms 2019-12-20 09:05:21.939:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@736af6f3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:21.964:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:21.966:INFO:oejs.AbstractConnector:main: Started ServerConnector@258ff54a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:21.966:INFO:oejs.Server:main: Started @12545ms 2019-12-20 09:05:21.998:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@258ff54a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:05:22.040:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:22.042:INFO:oejs.AbstractConnector:main: Started ServerConnector@29f58b44{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:22.042:INFO:oejs.Server:main: Started @12621ms 2019-12-20 09:05:22.079:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@29f58b44{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:22 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Dec 20, 2019 9:05:22 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. 2019-12-20 09:05:22.140:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:05:22.142:INFO:oejs.AbstractConnector:main: Started ServerConnector@6992a147{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:05:22.142:INFO:oejs.Server:main: Started @12721ms 2019-12-20 09:05:22.206:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6992a147{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] java.util.concurrent.ExecutionException: javax.ws.rs.NotFoundException: HTTP 404 Not Found at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:106) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:942) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:804) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:643) 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:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:641) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:443) at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72) 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) java.util.concurrent.ExecutionException: Observable onError at rx.internal.operators.BlockingOperatorToFuture$2.getValue(BlockingOperatorToFuture.java:118) at rx.internal.operators.BlockingOperatorToFuture$2.get(BlockingOperatorToFuture.java:102) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:125) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:942) at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:804) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:643) 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:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:641) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:443) at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66) at rx.Observable.unsafeSubscribe(Observable.java:10144) at rx.internal.operators.OperatorSubscribeOn$1.call(OperatorSubscribeOn.java:94) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) 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) Dec 20, 2019 9:06:23 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2c9f9fb0: startup date [Fri Dec 20 09:06:23 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 20, 2019 9:06:23 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:06:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:25 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39ce27f2: startup date [Fri Dec 20 09:06:25 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 20, 2019 9:06:25 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@48ea2003: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml] Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2301b75: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ab550d5: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@55ec556: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4248e66b: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c46dcbe: startup date [Fri Dec 20 09:06:26 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:26 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@20de05e5: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68a4dcc6: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1d1cbd0f: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@33f2df51: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c991465: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5d0b0cb9: startup date [Fri Dec 20 09:06:27 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:27 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68b734a8: startup date [Fri Dec 20 09:06:28 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:28 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@588545ac: startup date [Fri Dec 20 09:06:28 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:28 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3c25cfe1: startup date [Fri Dec 20 09:06:28 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:28 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@402f8592: startup date [Fri Dec 20 09:06:28 GMT 2019]; root of context hierarchy Dec 20, 2019 9:06:28 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:06:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:06:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:06:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:06:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:06:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:44 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:06:44.762:INFO::main: Logging initialized @575ms to org.eclipse.jetty.util.log.StdErrLog [DEBUG] (main) Using Console logging 2019-12-20 09:06:45.843:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:06:45.884:INFO:oejs.AbstractConnector:main: Started ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:06:45.885:INFO:oejs.Server:main: Started @1697ms 2019-12-20 09:06:46.246:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:06:46 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:06:46.357:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:06:46.360:INFO:oejs.AbstractConnector:main: Started ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:06:46.360:INFO:oejs.Server:main: Started @2173ms 2019-12-20 09:06:46.446:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:06:46 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2019-12-20 09:06:46.549:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08 2019-12-20 09:06:46.551:INFO:oejs.AbstractConnector:main: Started ServerConnector@7a56812e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} 2019-12-20 09:06:46.552:INFO:oejs.Server:main: Started @2364ms 2019-12-20 09:06:46.593:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7a56812e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998} Dec 20, 2019 9:06:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:06:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Dec 20, 2019 9:06:51 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Dec 20, 2019 9:06:52 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes Template Literal EL Parameters Literal EL Multiple Literal Declared properties Resource class link Inherited properties Set link String link Create expression factory Literal expression Nested expression Embedded expression Multiple expressions Raw expression Boolean expression Dec 20, 2019 9:07:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:07:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:07:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:07:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:14 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.0 (Final) Dec 20, 2019 9:07:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e413c941-2056-4705-99ee-e1a6709ea17a initialized Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e413c941-2056-4705-99ee-e1a6709ea17a shut down Dec 20, 2019 9:07:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1201ac8e-480e-443e-acdd-83711204c18a initialized Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1201ac8e-480e-443e-acdd-83711204c18a shut down Dec 20, 2019 9:07:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad12246c-a4cb-4a47-a745-84deb272acc9 initialized Dec 20, 2019 9:07:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad12246c-a4cb-4a47-a745-84deb272acc9 shut down Dec 20, 2019 9:07:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 050599e5-3769-4085-970d-1b3c6e4b7f57 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 050599e5-3769-4085-970d-1b3c6e4b7f57 shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 138f1318-f292-4b93-ac12-3856862a3811 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 138f1318-f292-4b93-ac12-3856862a3811 shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cfd93de-2434-486f-8694-ea2b2eaa1bde initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cfd93de-2434-486f-8694-ea2b2eaa1bde shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85ad285e-d486-45b6-813d-5c5b4745622f initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85ad285e-d486-45b6-813d-5c5b4745622f shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b6f649e-e248-412a-a273-4d839ce36826 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b6f649e-e248-412a-a273-4d839ce36826 shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5a2952d-7fdf-455e-8ce6-4ddc22979428 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5a2952d-7fdf-455e-8ce6-4ddc22979428 shut down Dec 20, 2019 9:07:16 AM org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer getConstructorInternal WARNING: Found 2 constructors with 1 parameters in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor class. Selecting the first found constructor: public org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest$BothAnnotatedConstructor(java.lang.Integer) Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7daa5ca3-2f5e-4448-8a34-126e6135958f initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7daa5ca3-2f5e-4448-8a34-126e6135958f shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a84df220-9e88-4cfe-b26b-e86dfbe788ba initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a84df220-9e88-4cfe-b26b-e86dfbe788ba shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bae0570-43c2-4b12-8a29-8b9ecf62fec3 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bae0570-43c2-4b12-8a29-8b9ecf62fec3 shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7a85c7c-e16e-408e-8e57-f2cbdf7a64ee initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7a85c7c-e16e-408e-8e57-f2cbdf7a64ee shut down Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f570c06e-3a66-4e75-a4b4-1ed96fd392b0 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb5f1e60-6867-4b3d-b19b-0dc2906aed38 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb8e4628-fcc0-41a9-945b-52ad389e9ab1 initialized Dec 20, 2019 9:07:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7eb148e4-8e94-4d6b-b41e-2c59c32d8a93 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1887c9c6-f997-4a8e-a76d-6753a249dff8 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ad8b45f-1d36-4f37-ba9c-9e49edf9dcd7 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ad8b45f-1d36-4f37-ba9c-9e49edf9dcd7 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d849a62d-b65e-4131-8c89-6d648c59a5e1 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d849a62d-b65e-4131-8c89-6d648c59a5e1 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a877ddb3-d10b-4ed8-b865-537c50dc63ea initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a877ddb3-d10b-4ed8-b865-537c50dc63ea shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64944c87-9806-4ac0-9cb0-f3fe425e3951 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64944c87-9806-4ac0-9cb0-f3fe425e3951 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8879ed31-ac1c-4b2c-ad6e-1746ae825eca initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8879ed31-ac1c-4b2c-ad6e-1746ae825eca shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbb1efd4-8b92-410a-a9db-04e0576a810b initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbb1efd4-8b92-410a-a9db-04e0576a810b shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad2058d6-158b-4184-a0e0-966205c1c516 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad2058d6-158b-4184-a0e0-966205c1c516 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a437c60b-7ff0-4879-95aa-7ea103027fe6 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a437c60b-7ff0-4879-95aa-7ea103027fe6 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bfe5cdeb-aa9f-4a60-a800-6ce8e6424be2 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bfe5cdeb-aa9f-4a60-a800-6ce8e6424be2 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cddf8a44-f9b1-45ad-947c-e33cc7be29f0 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cddf8a44-f9b1-45ad-947c-e33cc7be29f0 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container edf15e5f-0677-4cad-9e00-22c96abf675d initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container edf15e5f-0677-4cad-9e00-22c96abf675d shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60e0ca3b-c8c7-4df4-84db-894f23672d5c initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60e0ca3b-c8c7-4df4-84db-894f23672d5c shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0692adfe-257e-49f3-bb3a-873325251b0f initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0692adfe-257e-49f3-bb3a-873325251b0f shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0343a2be-ad97-4f68-9013-e2a165f7f6d2 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0343a2be-ad97-4f68-9013-e2a165f7f6d2 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c83481a-86da-4282-9068-c88bd512a953 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c83481a-86da-4282-9068-c88bd512a953 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e6f1922-0c3b-4302-a05d-54efcaefb514 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e6f1922-0c3b-4302-a05d-54efcaefb514 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2841cec9-bfc4-4ae0-982f-7cc98515c1d3 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2841cec9-bfc4-4ae0-982f-7cc98515c1d3 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdc5dab8-7f67-4125-a973-df4b75d79888 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdc5dab8-7f67-4125-a973-df4b75d79888 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 482e302a-a545-486c-b4cd-def2f1f5ce06 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 482e302a-a545-486c-b4cd-def2f1f5ce06 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 653fdc07-0e6a-4be2-9337-33c33c110d96 initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 653fdc07-0e6a-4be2-9337-33c33c110d96 shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9669f821-e77c-4a92-914b-457ad854f30c initialized Dec 20, 2019 9:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9669f821-e77c-4a92-914b-457ad854f30c shut down Dec 20, 2019 9:07:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a71724c-882d-40c3-8f2f-995561601c4a initialized Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a71724c-882d-40c3-8f2f-995561601c4a shut down Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a381ebb4-31eb-4346-985c-723d5780782b initialized Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a381ebb4-31eb-4346-985c-723d5780782b shut down Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9dad1ac1-2f2f-4cd3-91fc-3eeff69faa5c initialized Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9dad1ac1-2f2f-4cd3-91fc-3eeff69faa5c shut down Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47d847d7-8e98-471d-bcf9-68e1f755494a initialized Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47d847d7-8e98-471d-bcf9-68e1f755494a shut down Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d68bfcfe-0c26-4760-9fc7-09df3cdf8c93 initialized Dec 20, 2019 9:07:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d68bfcfe-0c26-4760-9fc7-09df3cdf8c93 shut down Dec 20, 2019 9:07:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Weld SE container f570c06e-3a66-4e75-a4b4-1ed96fd392b0 shut down by shutdown hook Weld SE container bb5f1e60-6867-4b3d-b19b-0dc2906aed38 shut down by shutdown hook Weld SE container bb8e4628-fcc0-41a9-945b-52ad389e9ab1 shut down by shutdown hook Weld SE container 7eb148e4-8e94-4d6b-b41e-2c59c32d8a93 shut down by shutdown hook Weld SE container 1887c9c6-f997-4a8e-a76d-6753a249dff8 shut down by shutdown hook Dec 20, 2019 9:07:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:07:30 AM org.jvnet.mimepull.WeakDataFile close INFO: File /tmp/MIME3106220340824257945.tmp was not deleted Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:33 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. Dec 20, 2019 9:07:34 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] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:07:34 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] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:07:34 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] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:07:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:07:36 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] Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:07:36 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] Dec 20, 2019 9:07:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:07:44 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 20, 2019 9:07:44 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 20, 2019 9:07:45 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 20, 2019 9:07:45 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Dec 20, 2019 9:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. ### Server is about to send a message. ### Server waiting for client to receive a message. ### Client received: InboundEvent{name='null', id='null', comment=[no comments], data=How will this end?} ### Server resource method invocation end. Dec 20, 2019 9:07:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:07:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Dec 20, 2019 9:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= Dec 20, 2019 9:08:10 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. Dec 20, 2019 9:08:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... Dec 20, 2019 9:08:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$MatrixParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:85) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$PathParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:94) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$HeaderParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$CookieParamException: HTTP 400 Bad Request at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.api.ExceptionTest$NonWaeException at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:242) at org.glassfish.jersey.tests.api.ExceptionTest$NonWaeThrowingConverter.fromString(ExceptionTest.java:237) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) ... 38 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingNonWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource1 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource2 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource3 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource4 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource5 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:82) at org.glassfish.jersey.server.internal.inject.MatrixParamValueParamProvider$MatrixParamValueProvider.apply(MatrixParamValueParamProvider.java:67) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource6 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:92) at org.glassfish.jersey.server.internal.inject.PathParamValueParamProvider$PathParamValueProvider.apply(PathParamValueParamProvider.java:79) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource7 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource8 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:76) at org.glassfish.jersey.server.internal.inject.HeaderParamValueParamProvider$HeaderParamValueProvider.apply(HeaderParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource9 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 javax.ws.rs.WebApplicationException: HTTP 555 at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:477) at org.glassfish.jersey.tests.api.ExceptionTest$WaeThrowingConverter.fromString(ExceptionTest.java:472) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:62) at org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider$CookieParamValueProvider.apply(CookieParamValueParamProvider.java:44) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.api.ExceptionTest$ParamConverterThrowingWaeFieldTestResource10 at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:08:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:08:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:08:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)], testus=[Hello], host=[localhost:9998], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Dec 20, 2019 9:08:33 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Dec 20, 2019 9:08:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], testus=[Hello], user-agent=[Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)], host=[localhost:9998], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]} Dec 20, 2019 9:08:34 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Dec 20, 2019 9:08:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:08:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:41 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:08:41 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 3 requests to finish... Dec 20, 2019 9:08:42 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync Dec 20, 2019 9:08:42 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync Dec 20, 2019 9:08:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:49 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 6 requests to finish... Dec 20, 2019 9:08:49 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Dec 20, 2019 9:08:49 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/locationWithBody Dec 20, 2019 9:08:49 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Dec 20, 2019 9:08:49 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:9998/location Dec 20, 2019 9:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:08:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:08:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:08:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:08:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:08:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:08:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:05 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 Dec 20, 2019 9:09:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:05 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 Dec 20, 2019 9:09:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:09 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Dec 20, 2019 9:09:09 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:09 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Dec 20, 2019 9:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:10 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Dec 20, 2019 9:09:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:18 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:9998/test/location Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:18 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:18 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:9998/location Dec 20, 2019 9:09:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:20 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 20, 2019 9:09:20 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 20, 2019 9:09:20 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 20, 2019 9:09:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 20, 2019 9:09:21 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:22 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Dec 20, 2019 9:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:22 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Dec 20, 2019 9:09:22 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Dec 20, 2019 9:09:22 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Dec 20, 2019 9:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:09:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:34 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Dec 20, 2019 9:09:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:35 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:238) 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:278) 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) Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:09:36 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:257) at java.lang.Thread.run(Thread.java:748) Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:09:37 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Dec 20, 2019 9:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:47 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:09:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:09:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:09:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:09:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:09:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:09:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:09:55 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:55 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:56 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:56 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:09:59 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:02 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:10:02 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:10:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:06 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:06 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:07 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:10 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:10:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:10:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:10:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:14 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:14 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:14 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:15 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:15 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:18 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:10:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:23 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:10:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:28 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:10:31 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:10:34 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:10:37 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:10:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:10:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:44 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:10:44 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:10:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:48 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:48 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:48 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:10:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:10:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:10:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:10:55 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:56 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:10:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:11:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:02 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:03 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:03 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:11:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:03 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:04 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:04 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:05 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Dec 20, 2019 9:11:05 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: stream is closed at sun.net.httpserver.Request$WriteStream.write(Request.java:380) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:261) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Dec 20, 2019 9:11:05 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Dec 20, 2019 9:11:08 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:08 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Dec 20, 2019 9:11:11 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:11 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:11 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:204) at sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:86) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:304) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:135) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) 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) Dec 20, 2019 9:11:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:11:14 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:14 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:14 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:15 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:15 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:15 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Dec 20, 2019 9:11:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:11:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:22 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:23 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:23 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:23 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:23 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:27 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:11:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:11:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:35 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:36 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:36 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:36 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:36 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:36 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:42 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:45 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:49 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 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. Dec 20, 2019 9:11:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:11:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:11:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:12:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:12:06 AM org.glassfish.jersey.server.filter.EncodingFilter filter WARNING: Expected separator ';' instead of '=' java.text.ParseException: Expected separator ';' instead of '=' at org.glassfish.jersey.message.internal.HttpHeaderReader.nextSeparator(HttpHeaderReader.java:124) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:249) at org.glassfish.jersey.server.filter.EncodingFilter$ContentEncoding.fromString(EncodingFilter.java:194) at org.glassfish.jersey.server.filter.EncodingFilter.filter(EncodingFilter.java:113) 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:369) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:12:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Dec 20, 2019 9:12:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:12:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:18 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Dec 20, 2019 9:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:19 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. A registered provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer is constrained (via @ConstrainedTo) to SERVER runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.common.ConstrainedToTest$ClientFilterConstrainedToServer will be ignored. Dec 20, 2019 9:12:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:23 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:26 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:26 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:28 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource cannot be instantiated and will be ignored. Dec 20, 2019 9:12:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"/non-static", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-static" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:12:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResource cannot be instantiated and will be ignored. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource cannot be instantiated and will be ignored. Dec 20, 2019 9:12:30 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"interface", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "interface" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:12:31 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=179 locatorId=17 identityHashCode=1945404127 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor contracts={org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructor} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=179 locatorId=17 identityHashCode=1945404127 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105) at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260) at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69) at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:245) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=19 identityHashCode=406265225 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=19 identityHashCode=406265225 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=19 identityHashCode=406265225 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=178 locatorId=19 identityHashCode=406265225 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:31 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=22 identityHashCode=1679022055 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=22 identityHashCode=1679022055 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:245) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=22 identityHashCode=1679022055 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) WARNING: HK2 service reification failed for [org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={javax.ws.rs.ext.MessageBodyWriter} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=177 locatorId=22 identityHashCode=1679022055 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:134) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:299) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:133) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:246) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:246) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.(GrizzlyHttpContainer.java:310) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:59) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.(GrizzlyTestContainerFactory.java:43) at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107) at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583) 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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:12:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:36 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:37 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:12:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:12:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:12:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:12:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:12:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:12:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:13:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread main 1 > GET http://localhost:9998/ 1 > custom_header: client/request Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response Dec 20, 2019 9:13:02 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Sending client request on thread main 1 > GET http://localhost:9998/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:9998/ 1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:9998 1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202) 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Type: application/binary 1 < custom_header: container/response 1 * Client response received on thread main 1 < 200 1 < 001: First Header Value 1 < 002: Second Header Value 1 < 003: Third Header Value 1 < 004: Fourth Header Value 1 < 005: Fifth Header Value 1 < Content-Length: 32 1 < Content-Type: application/binary 1 < custom_header: container/response Dec 20, 2019 9:13:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:13:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:13:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:13:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:13:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Dec 20, 2019 9:13:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:13:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:13:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:13:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:13:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:14:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:14:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:14:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:14:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:15:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:15:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:15:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:15:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:15:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:15:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:15:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: c16cbeb40d56411dbd1022b5f8c637bc Verifier: 4c0685874dda44d4a1d6fd9a80ce5bbb Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. request: 0 request: 2 request: 4 request: 6 request: 8 request: 10 request: 12 request: 14 request: 16 request: 18 Dec 20, 2019 9:15:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:15:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Dec 20, 2019 9:15:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:15:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:15:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Dec 20, 2019 9:15:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:15:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Dec 20, 2019 9:16:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Dec 20, 2019 9:16:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:05 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:06 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:06 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:07 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:09 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:10 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:11 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:13 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:15 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... 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. Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:16:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8463] Dec 20, 2019 9:16:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:16:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:8463/ Hit CTRL + C to stop it... Dec 20, 2019 9:16:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8463] Dec 20, 2019 9:16:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. SERVER: patch request received. Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Dec 20, 2019 9:16:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SERVER: patch request received. Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Dec 20, 2019 9:16:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Dec 20, 2019 9:16:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] 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. Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:16:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:16:34 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: [Mbw-Prop, Iceptor-Prop] Dec 20, 2019 9:16:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:16:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:16:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:16:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:16:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:16:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] 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. Dec 20, 2019 9:16:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:16:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:16:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:16:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:16:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:17:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:17:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:17:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:17:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:17:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:17:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:17:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:17:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:17:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:17:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:04 AM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored. Dec 20, 2019 9:17:04 AM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored. Dec 20, 2019 9:17:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:08 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:12 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:14 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:16 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:18 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:22 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:24 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:26 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:30 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:32 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:34 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:38 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:40 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:42 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:44 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:46 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:48 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:52 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:54 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:56 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:17:58 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:00 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:02 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:08 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:12 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:14 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:16 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:18 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:22 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:24 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:26 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:30 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:32 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:34 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:38 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:40 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:42 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:44 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:46 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:48 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:52 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:54 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:56 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:18:58 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:00 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:02 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:08 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:12 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:14 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:16 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:18 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 2 requests to finish... Dec 20, 2019 9:19:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... Dec 20, 2019 9:19:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:35 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Dec 20, 2019 9:19:35 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Dec 20, 2019 9:19:35 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Dec 20, 2019 9:19:36 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Dec 20, 2019 9:19:36 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Dec 20, 2019 9:19:36 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Dec 20, 2019 9:19:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:36 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Dec 20, 2019 9:19:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:19:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:19:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:19:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:19:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:19:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:19:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:19:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:19:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:19:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:03 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 18 requests to finish... Dec 20, 2019 9:20:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... Dec 20, 2019 9:20:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:20:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:20:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:20:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:20:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:20:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Dec 20, 2019 9:20:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:20:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:20:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:20:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:20:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:20:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Stream provider is not defined. It must be set before writing first bytes to the entity output stream. this is ok - exception should be thrown: Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider: Contract not assignable to component. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.WriterInterceptor can not be registered for component class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProviderFeature: Contract not assignable to component. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:20:51 AM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest$ComplexEmptyProvider to null or empty array of contracts is ignored. Dec 20, 2019 9:20:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:20:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:20:57 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 20, 2019 9:20:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:20:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:20:57 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 14 requests to finish... Dec 20, 2019 9:20:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:21:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:21:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:21:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:21:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:21:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:21:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:53 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 8 requests to finish... Dec 20, 2019 9:21:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:21:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:21:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:22:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:22:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:22:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2, genericType=class org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean2 will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest$Bean will be ignored. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:22:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:22:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:22:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:42 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 20, 2019 9:22:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:42 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 19 requests to finish... [Fatal Error] :1:17: XML document structures must start and end within the same entity. Dec 20, 2019 9:22:44 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 1 requests to finish... Dec 20, 2019 9:22:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:22:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:22:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:22:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:22:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:23:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:23:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:23:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:23:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:17 AM org.eclipse.yasson.internal.Marshaller marshall SEVERE: Generating incomplete JSON Dec 20, 2019 9:23:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:19 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type. WARNING: Return type, javax.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Dec 20, 2019 9:23:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 47 requests to finish... Dec 20, 2019 9:23:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:23:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:23:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:23:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:23:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:23:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:23:42 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray. Dec 20, 2019 9:23:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:23:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:23:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:23:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:23:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:23:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:23:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:23:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 20, 2019 9:23:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Dec 20, 2019 9:23:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 20, 2019 9:24:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Dec 20, 2019 9:24:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Dec 20, 2019 9:24:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Dec 20, 2019 9:24:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Dec 20, 2019 9:24:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Dec 20, 2019 9:24:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-145] Started. Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-146] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-147] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-148] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-149] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-150] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-151] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-152] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-153] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-154] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-155] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-156] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-157] Started. Dec 20, 2019 9:24:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-158] Started. Dec 20, 2019 9:24:10 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Expected: {"property":null} Dec 20, 2019 9:24:10 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply SEVERE: Actual: {} Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-159] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-160] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-161] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-162] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-163] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-164] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-165] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-166] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-167] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-168] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-169] Started. Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-170] Started. Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-171] Started. Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-172] Started. Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-173] Started. Dec 20, 2019 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:24:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:24:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:24:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:24:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:24:35 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:24:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:24:36 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:24:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 20, 2019 9:24:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 20, 2019 9:24:38 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Dec 20, 2019 9:24:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Dec 20, 2019 9:24:39 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Dec 20, 2019 9:24:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Dec 20, 2019 9:24:41 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/x-javascript, type=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean, genericType=class org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest$JsonBean. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Dec 20, 2019 9:24:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Dec 20, 2019 9:24:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202),  host: localhost:9998,  connection: keep-alive,  Dec 20, 2019 9:24:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 1 java.lang.IllegalStateException: Thread pool executor provider has been closed. at org.glassfish.jersey.spi.AbstractThreadPoolProvider.getExecutor(AbstractThreadPoolProvider.java:100) at org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider.getExecutorService(ScheduledThreadPoolExecutorProvider.java:71) at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:262) at org.glassfish.jersey.process.internal.ExecutorProviders$ScheduledExecutorServiceSupplier.get(ExecutorProviders.java:252) at org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge.provide(InstanceSupplierFactoryBridge.java:53) at org.jvnet.hk2.internal.FactoryCreator.create(FactoryCreator.java:129) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:125) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:210) at org.glassfish.jersey.media.sse.internal.EventProcessor.scheduleReconnect(EventProcessor.java:285) at org.glassfish.jersey.media.sse.internal.EventProcessor.run(EventProcessor.java:177) 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) Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:24:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:49 AM org.glassfish.grizzly.ProcessorExecutor execute WARNING: GRIZZLY0029: Error during Processor execution. Connection=null ioEvent=NONE processor=null java.lang.NullPointerException at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:178) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:202) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:218) 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) Dec 20, 2019 9:24:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@479dc7c0 Dec 20, 2019 9:24:51 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@3351f813] from custom-executor-thread-1 Dec 20, 2019 9:24:51 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0 Dec 20, 2019 9:24:51 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@60a82d6] from custom-executor-thread-1 Dec 20, 2019 9:24:51 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0 INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0 Dec 20, 2019 9:24:51 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Dec 20, 2019 9:24:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:24:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:24:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:24:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:24:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:24:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:24:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:24:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:24:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] 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. Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:25:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Slow subscriber completed Dec 20, 2019 9:25:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. message-to-client; 0 message-to-client; 1 message-to-client; 2 message-to-client; 3 message-to-client; 4 message-to-client; 5 message-to-client; 6 message-to-client; 7 message-to-client; 8 message-to-client; 9 Dec 20, 2019 9:25:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:24 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.0 (Final) Dec 20, 2019 9:25:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd43a868-b169-474c-a33a-11d3ba6383c6 initialized Dec 20, 2019 9:25:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4b26dc0-28cb-441c-a4b0-93453f09555c initialized Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd43a868-b169-474c-a33a-11d3ba6383c6 shut down Dec 20, 2019 9:25:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4b26dc0-28cb-441c-a4b0-93453f09555c shut down Dec 20, 2019 9:25:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 516a2325-b560-463e-802f-a1a8b8c282f4 initialized Dec 20, 2019 9:25:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8b35a68-61c4-4ab3-9fa2-f29fa0d21f13 initialized Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 516a2325-b560-463e-802f-a1a8b8c282f4 shut down Dec 20, 2019 9:25:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8b35a68-61c4-4ab3-9fa2-f29fa0d21f13 shut down Dec 20, 2019 9:25:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14d235e7-5a0f-46c4-ae09-0d086c61f80e initialized Dec 20, 2019 9:25:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 413dfd8e-9ab1-4b68-b35e-e284e5341c5e initialized Dec 20, 2019 9:25:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b443a6bf-f83b-4edf-ac08-86315fd0579f initialized Dec 20, 2019 9:25:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d45623f-1119-4d3e-9080-282e01e79bfc initialized Dec 20, 2019 9:25:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40cf642d-b6de-46da-8628-316092c360f9 initialized Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c188e51-ab25-4f71-94ec-2759fe8612ba initialized Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e07d823d-bb43-4ed3-a57c-c28ca0c91e4a initialized Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1fa548bb-973b-4af2-8e80-81d3605edaa8 initialized Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 663bed3a-6064-47c6-8208-824288bd4147 initialized Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b773c645-89e6-4cfb-8a08-4d7405c0e486 initialized Dec 20, 2019 9:25:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1be5393-64b9-47e9-9db4-a681584f28f1 initialized Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5b7fc8d-81c4-4bac-93b5-c0259000dc06 initialized Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1be5393-64b9-47e9-9db4-a681584f28f1 shut down Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5b7fc8d-81c4-4bac-93b5-c0259000dc06 shut down Dec 20, 2019 9:25:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9d5d093-1c9a-4561-9b62-4e22794bf6e8 initialized Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00aa73d3-da2f-4fe1-be1b-b8ab6631e032 initialized Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9d5d093-1c9a-4561-9b62-4e22794bf6e8 shut down Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00aa73d3-da2f-4fe1-be1b-b8ab6631e032 shut down Dec 20, 2019 9:25:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ca5c956-e25a-486e-a0ca-962fa2d05bae initialized Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:25:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dd9bd77-9de0-4f7b-b738-1ec043245e70 initialized Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ca5c956-e25a-486e-a0ca-962fa2d05bae shut down Dec 20, 2019 9:25:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dd9bd77-9de0-4f7b-b738-1ec043245e70 shut down Weld SE container 14d235e7-5a0f-46c4-ae09-0d086c61f80e shut down by shutdown hook Weld SE container 413dfd8e-9ab1-4b68-b35e-e284e5341c5e shut down by shutdown hook Weld SE container b443a6bf-f83b-4edf-ac08-86315fd0579f shut down by shutdown hook Weld SE container 0d45623f-1119-4d3e-9080-282e01e79bfc shut down by shutdown hook Weld SE container 40cf642d-b6de-46da-8628-316092c360f9 shut down by shutdown hook Weld SE container 5c188e51-ab25-4f71-94ec-2759fe8612ba shut down by shutdown hook Weld SE container e07d823d-bb43-4ed3-a57c-c28ca0c91e4a shut down by shutdown hook Weld SE container 1fa548bb-973b-4af2-8e80-81d3605edaa8 shut down by shutdown hook Weld SE container 663bed3a-6064-47c6-8208-824288bd4147 shut down by shutdown hook Weld SE container b773c645-89e6-4cfb-8a08-4d7405c0e486 shut down by shutdown hook Dec 20, 2019 9:25:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:25:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:25:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:25:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:25:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:25:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:26:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:26:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:26:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Handler class "class org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest$Handler" has been already enhanced. Skipping enhancing handler instance. Dec 20, 2019 9:26:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:26:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:26:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:26:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:26:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:26:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:26:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:26:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:26:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:26:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:26:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:26:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:27:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:27:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:27:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:27:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Dec 20, 2019 9:27:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. R extended=true resource: Resource{"all-extended", 2 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"sub", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"locator", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} M extended=true method: allExtendedSubLocator R extended=false resource: Resource{"resource", 2 child resources, 5 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedPost M extended=false method: resourceGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=false resource: Resource{"visible", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=false method: resourceVisiblePost M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"extended", 0 child resources, 4 resource methods, 0 sub-resource locator, 4 method handler classes, 0 method handler instances} M extended=true method: resourceExtendedGet M extended=true method: apply M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"application.wadl", 1 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getWadl M extended=true method: apply M extended=true method: apply R extended=true resource: Resource{"{path}", 0 child resources, 3 resource methods, 0 sub-resource locator, 3 method handler classes, 0 method handler instances} M extended=true method: getExternalGrammar M extended=true method: apply M extended=true method: apply Dec 20, 2019 9:27:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 20, 2019 9:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true true Dec 20, 2019 9:27:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Dec 20, 2019 9:27:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. --------------------- true true true true true true true true true true true true true true true true true Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:27:36 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Dec 20, 2019 9:27:36 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:27:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:27:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:27:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 20, 2019 9:27:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 20, 2019 9:27:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@319494a5 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@319494a5 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@319494a5 Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Registering injectables... Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:27:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:51 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. Dec 20, 2019 9:27:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:51 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. Dec 20, 2019 9:27:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:52 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. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:52 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. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:52 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. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:52 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. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:27:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:27:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:27:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsyncOneThread]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[4]], R.RESOURCE_METHOD_START.method=[[getAsync]], R.RESP_FILTERS_FINISHED.order=[[5]], Content-Length=[5], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[7]], R.RESOURCE_METHOD_FINISHED.order=[[6]], R.RESOURCE_METHOD_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], Content-Length=[3], R.RESP_FILTERS_FINISHED.order=[[8]], R.RESOURCE_METHOD_START.order=[[5]], R.REQ_FILTERS_START.order=[[3]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/html]} Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. {R.REQ_FILTERS_FINISHED.order=[[2]], R.RESP_FILTERS_START.order=[[5]], R.RESOURCE_METHOD_FINISHED.order=[[4]], R.RESOURCE_METHOD_START.method=[[getMethod]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.RESP_FILTERS_FINISHED.order=[[6]], Content-Length=[3], R.REQ_FILTERS_START.order=[[1]], R.RESOURCE_METHOD_START.order=[[3]], Content-Type=[text/html]} Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:27:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. {R.REQ_FILTERS_FINISHED.order=[[4]], R.RESP_FILTERS_START.order=[[8]], R.RESOURCE_METHOD_START.method=[[getException]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.EXCEPTION_MAPPER_FOUND.order=[[7]], R.RESP_FILTERS_FINISHED.order=[[9]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[6], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], R.EXCEPTION_MAPPER_FOUND.exception=[[org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest$MyMappableException: test-error]], Content-Type=[text/html]} Dec 20, 2019 9:27:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:27:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:27:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:01 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:06 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:28:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:28:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. However, the feature is configured to enable exposure of monitoring MBeans (either by property or by direct instance setup), so the monitoring statistics will be enabled as this is prerequisite for Monitoring MBeans. The configuration is inconsistent and may produce unwanted behaviour. Unregister the feature or change the property value. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:19 AM org.glassfish.jersey.server.internal.monitoring.MonitoringFeature configure WARNING: MonitoringFeature is registered but the configuration property "jersey.config.server.monitoring.statistics.enabled" (enabling basic monitoring statistics) is FALSE. Monitoring statistics will be disabled. The configuration is inconsistent and may produce unwanted behaviour. Disable MBeans exposure or enable monitoring statistics. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:28:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:27 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:30 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:28:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:28:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:28:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:59 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:28:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:28:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:28:59 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:29:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 20, 2019 9:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Dec 20, 2019 9:29:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:29:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:29:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:29:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:29:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:29:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:29:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:29:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Dec 20, 2019 9:29:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:42 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#interfaceMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:29:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:42 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. javax.validation.ValidationException: Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest$ValidationResource#classMessage method. at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processAnnotation(ValidateOnExecutionHandler.java:162) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.processMethod(ValidateOnExecutionHandler.java:116) at org.glassfish.jersey.server.validation.internal.ValidateOnExecutionHandler.validateMethod(ValidateOnExecutionHandler.java:99) at org.glassfish.jersey.server.validation.internal.DefaultConfiguredValidator.validateResult(DefaultConfiguredValidator.java:177) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:171) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:29:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:29:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:29:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:29:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:29:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:29:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:30:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:30:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:15 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Dec 20, 2019 9:30:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:30:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:30:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:30:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:30:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:31 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 36 requests to finish... Dec 20, 2019 9:30:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:30:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:30:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:43 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:30:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"locator-and-method", 1 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "locator-and-method" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"sub", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "sub" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, Resource{"empty-root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "empty-root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [EL Warning]: moxy: 2019-12-20 09:30:55.153--javax.xml.bind.JAXBException: Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] Dec 20, 2019 9:30:55 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.jersey.server.ParamException$QueryParamException: HTTP 404 Not Found at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:81) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97) at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:205) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.fromString(AbstractParamValueExtractor.java:107) at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:61) at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [EL Warning]: moxy: 2019-12-20 09:30:55.946--javax.xml.bind.JAXBException: Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] Dec 20, 2019 9:30:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:30:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:30:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:30:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:30:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:31:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Dec 20, 2019 9:31:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:31:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:17 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:638) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:860) 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:892) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:848) 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:381) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:819) 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:814) 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 Dec 20, 2019 9:31:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:22 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. Dec 20, 2019 9:31:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:23 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 17 requests to finish... Dec 20, 2019 9:31:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:29 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:31 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:31 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:33 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:33 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:33 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:39 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 14 requests to finish... Dec 20, 2019 9:31:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:31:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:55 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A resource, class org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest$ResourceProgrammaticNotSingleton, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:31:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:00 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Dec 20, 2019 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4955e21 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4955e21 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@4955e21 Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:32:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:32:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:32:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Dec 20, 2019 9:32:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:32:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:32:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:33:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:09 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll INFO: Waiting for 28 requests to finish... Dec 20, 2019 9:33:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:18 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:638) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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 Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:18 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:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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 Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 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:369) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:33:19 AM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Dec 20, 2019 9:33:19 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:628) 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:836) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:389) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:736) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:442) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) 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) Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:33:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:33:20 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. Dec 20, 2019 9:33:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:33:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:33:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:33:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:33:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:33:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:33:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33032] Dec 20, 2019 9:33:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33032/ Dec 20, 2019 9:33:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33032] Dec 20, 2019 9:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33144] Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35960] Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45710] Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44724] Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38901] Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45710/ Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35960/ Dec 20, 2019 9:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44724/ Dec 20, 2019 9:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33144/ Dec 20, 2019 9:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38901/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38901] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33144] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35960] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45710] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44724] Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35699] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35699/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34316] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39871] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42044] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42044/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38560] Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38560/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39871/ Dec 20, 2019 9:33:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34316/ Dec 20, 2019 9:33:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35699] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42044] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34316] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38560] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39871] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38678] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44536] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43664] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38678/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44536/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43664/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38678] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44536] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43664] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41254] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41254/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38424] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38424/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44068] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41059] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44068/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44945] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41059/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44945/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41254] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44068] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38424] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41059] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44945] Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38623] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38826] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38623/ Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38826/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43406] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43406/ Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44923] Dec 20, 2019 9:33:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:33:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44923/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33739] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33739/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38826] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38623] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43406] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33739] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44923] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42775] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44314] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42775/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44314/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39752] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39752/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44314] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39752] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42775] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40290] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40290/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43216] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43216/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41022] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41022/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44561] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33711] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44561/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33711/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40290] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43216] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41022] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33711] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44561] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34563] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38166] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34563/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38166/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40179] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40179/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41488] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45086] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41488/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45086/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34563] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38166] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40179] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41488] Dec 20, 2019 9:33:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45086] Dec 20, 2019 9:33:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33613] Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39275] Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33613/ Dec 20, 2019 9:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39275/ Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43872] Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Dec 20, 2019 9:33:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43872/ Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33613] Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39275] Dec 20, 2019 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43872] Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:34:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:34:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:34:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:34:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:08 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:34:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:08 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled Dec 20, 2019 9:34:08 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled Dec 20, 2019 9:34:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:34:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:34:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:34:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:34:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:21 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.3 (Final) Dec 20, 2019 9:34:21 AM org.jboss.weld.xml.BeansXmlHandler error WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Dec 20, 2019 9:34:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43d0644f-7517-4935-9481-13900d4e49f2 initialized Dec 20, 2019 9:34:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43d0644f-7517-4935-9481-13900d4e49f2 shut down Dec 20, 2019 9:34:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:23 AM org.jboss.weld.xml.BeansXmlHandler error WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Dec 20, 2019 9:34:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d0209fb-86b6-4b5f-b3a0-1675c7d621ac initialized Dec 20, 2019 9:34:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:34:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d0209fb-86b6-4b5f-b3a0-1675c7d621ac shut down Dec 20, 2019 9:34:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:24 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:34:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:34 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:34:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:34 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled Dec 20, 2019 9:34:34 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled Dec 20, 2019 9:34:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:35 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:36 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:36 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:37 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:37 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2b0176d8 Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3f57476 Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@1f0dc03b Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2b0176d8 Dec 20, 2019 9:34:37 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5fa716da Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5fa716da; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4740beb1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4740beb1 Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@5fa716da Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3914e6dc Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3914e6dc Dec 20, 2019 9:34:38 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:38 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@73978db8 Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@48ce856e Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@bce2810 Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@73978db8 Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19ae18ad Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19ae18ad; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@29bb0d6c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@29bb0d6c Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@19ae18ad Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@428ecb47 Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@428ecb47 Dec 20, 2019 9:34:39 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4d11e884; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ccca806; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ccca806 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4d11e884; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ccca806; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4ccca806 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4d11e884 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4447347f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b8b77a9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b8b77a9 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4447347f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b8b77a9; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b8b77a9 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4447347f Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@62d337f6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@421fb4da; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@421fb4da Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@62d337f6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@421fb4da; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@421fb4da Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@62d337f6 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14823046; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32e17e2c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32e17e2c Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14823046; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32e17e2c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32e17e2c Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@14823046 Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15757d30; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1b85ffa5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1b85ffa5 Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15757d30; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1b85ffa5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1b85ffa5 Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@15757d30 Dec 20, 2019 9:34:42 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@672e6dba; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@208f0792; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@208f0792 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@672e6dba; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@208f0792; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@208f0792 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@672e6dba Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2418a2ee; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2576d79; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2576d79 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2418a2ee; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2576d79; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2576d79 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2418a2ee Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@21f7366f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@c37c1eb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@c37c1eb Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@21f7366f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@c37c1eb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@c37c1eb Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@21f7366f Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@50da2e27; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3899fce1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3899fce1 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@50da2e27; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3899fce1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3899fce1 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@50da2e27 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5e8e9d0f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7e01aee5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7e01aee5 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5e8e9d0f; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7e01aee5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7e01aee5 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@5e8e9d0f Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@34af0c39; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b256ca1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b256ca1 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@34af0c39; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b256ca1; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2b256ca1 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@34af0c39 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@285000f4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1ca6e63a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1ca6e63a Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@285000f4; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1ca6e63a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1ca6e63a Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@285000f4 Dec 20, 2019 9:34:43 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@2d4085e9 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@57c08f67 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7cb907ca Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@4cc4c6d7 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@2d4085e9 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@74222f21 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@4bf1713c Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@74222f21; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2582d7fa; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2582d7fa; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@4bf1713c Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@74222f21 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@cff1422 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@cff1422 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@21c19c6f Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@77cbc80e Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@59272435 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@22c5213d Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@21c19c6f Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6191a801 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@6e6755bc Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6191a801; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@30a4e3da; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@30a4e3da; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@6e6755bc Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6191a801 Dec 20, 2019 9:34:44 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:34:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException will be ignored. Dec 20, 2019 9:34:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException will be ignored. Dec 20, 2019 9:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Dec 20, 2019 9:34:45 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@3b85f961 Dec 20, 2019 9:34:45 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@3b85f961 Dec 20, 2019 9:34:45 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:34:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:34:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:34:55 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:34:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:34:56 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled Dec 20, 2019 9:34:56 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled Dec 20, 2019 9:34:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:34:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 20, 2019 9:34:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:34:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:04 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.jaxrs.inject.SingletonWithInjectables will be ignored. Dec 20, 2019 9:35:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:09 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=exception/nullpointerexception, type=class java.lang.NullPointerException, genericType=class java.lang.NullPointerException. Dec 20, 2019 9:35:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:17 AM org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide createMimeConfig WARNING: Cannot create temporary files. Multipart attachments will be limited to "8,192" bytes. java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(File.java:2024) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:119) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.(MultiPartReaderClientSide.java:101) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.(MultiPartReaderServerSide.java:57) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356) at org.jvnet.hk2.internal.ClazzCreator.createMe(ClazzCreator.java:248) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:342) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59) at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.lambda$getAllServiceHolders$0(AbstractHk2InjectionManager.java:136) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllServiceHolders(AbstractHk2InjectionManager.java:140) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllServiceHolders(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Providers.getServiceHolders(Providers.java:307) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:151) at org.glassfish.jersey.message.internal.MessageBodyFactory.initialize(MessageBodyFactory.java:219) at org.glassfish.jersey.message.internal.MessageBodyFactory$MessageBodyWorkersConfigurator.postInit(MessageBodyFactory.java:114) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$2(ApplicationHandler.java:349) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293) 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.processWithException(Errors.java:232) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:292) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:259) at org.glassfish.jersey.servlet.WebComponent.(WebComponent.java:311) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154) at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:347) at javax.servlet.GenericServlet.init(GenericServlet.java:244) at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:519) at org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:331) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) at org.eclipse.jetty.server.Server.doStart(Server.java:277) at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364) at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) 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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) Dec 20, 2019 9:35:17 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:18 AM org.jvnet.mimepull.TempFiles createTempFile SEVERE: Exception caught java.lang.reflect.InvocationTargetException 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.jvnet.mimepull.TempFiles.createTempFile(TempFiles.java:106) at org.jvnet.mimepull.MemoryData.createNext(MemoryData.java:66) at org.jvnet.mimepull.Chunk.createNext(Chunk.java:34) at org.jvnet.mimepull.DataHead.addBody(DataHead.java:57) at org.jvnet.mimepull.MIMEPart.addBody(MIMEPart.java:214) at org.jvnet.mimepull.MIMEMessage.makeProgress(MIMEMessage.java:241) at org.jvnet.mimepull.MIMEMessage.parseAll(MIMEMessage.java:160) at org.jvnet.mimepull.MIMEMessage.getAttachments(MIMEMessage.java:86) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.getMimeParts(MultiPartReaderClientSide.java:248) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart(MultiPartReaderClientSide.java:207) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart(MultiPartReaderServerSide.java:67) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:159) at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:69) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.invokeReadFrom(ReaderInterceptorExecutor.java:233) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$TerminalReaderInterceptor.aroundReadFrom(ReaderInterceptorExecutor.java:212) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundReadFrom(MappableExceptionWrapperInterceptor.java:49) at org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.proceed(ReaderInterceptorExecutor.java:132) at org.glassfish.jersey.message.internal.MessageBodyFactory.readFrom(MessageBodyFactory.java:1072) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:877) at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:811) at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:237) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$ValueProvider.getEntity(FormDataParamValueParamProvider.java:84) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:235) at org.glassfish.jersey.media.multipart.internal.FormDataParamValueParamProvider$FormDataParamValueProvider.apply(FormDataParamValueParamProvider.java:222) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:365) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Thread.java:748) Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME2997920643045830785.tmp at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) at java.nio.file.Files.newByteChannel(Files.java:361) at java.nio.file.Files.createFile(Files.java:632) at java.nio.file.TempFileHelper.create(TempFileHelper.java:138) at java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:161) at java.nio.file.Files.createTempFile(Files.java:852) ... 76 more Dec 20, 2019 9:35:18 AM org.jvnet.mimepull.TempFiles createTempFile WARNING: Error invoking java.nio API, temp file (path: /non-existent-directory, prefix:MIME, suffix:null) being created using old java.io API. Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:20 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:27 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:35 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:36 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:42 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:46 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:49 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:35:50 AM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA INFO: Resource method doA() called at 1576834550762; param=injected timestamp=1576834550761 Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Dec 20, 2019 9:35:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:35:58 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:13 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:17 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:22 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:22 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:25 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:25 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:25 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/defaut?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/enabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=user&password=pass&username=user&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:36:26 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:26 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/disabled?username=us%20er&password=pass contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:28 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:36:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:36:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:36:45 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:36:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:36:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:36:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:06 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:09 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:15 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:22 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:25 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:37:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:37:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:37:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:37:35 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:37:35 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup. Dec 20, 2019 9:37:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:37:35 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled Dec 20, 2019 9:37:35 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled Dec 20, 2019 9:37:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:37:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Dec 20, 2019 9:37:36 AM org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider bind WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:37:36 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. Dec 20, 2019 9:37:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:37:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:37:37 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Dec 20, 2019 9:37:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:37:38 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 2.2.14 (Final) Dec 20, 2019 9:37:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:37:39 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled Dec 20, 2019 9:37:39 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled Dec 20, 2019 9:37:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:37:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:37:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:37:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:37:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:37:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:37:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:47 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.19.3 10/24/2016 03:43 PM' Dec 20, 2019 9:37:47 AM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.glassfish.jersey.tests.integration.portability Dec 20, 2019 9:37:47 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.glassfish.jersey.tests.integration.portability.HelloWorldResource Dec 20, 2019 9:37:47 AM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Dec 20, 2019 9:37:47 AM com.sun.jersey.server.impl.application.DeferredResourceConfig$ApplicationHolder INFO: Instantiated the Application class org.glassfish.jersey.tests.integration.portability.Jersey1Application Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:37:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:37:53 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties Null identity service, trying login service: org.eclipse.jetty.security.DefaultIdentityService@56fda2c6 Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@56fda2c6 LoginService=HashLoginService[my-realm] identityService=org.eclipse.jetty.security.DefaultIdentityService@56fda2c6 Dec 20, 2019 9:37:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:37:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:38:00 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:38:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.0.17.Final Dec 20, 2019 9:38:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:38:50 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:38:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:38:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:38:55 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:38:58 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:38:58 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:01 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:01 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:02 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:08 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:13 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:16 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:17 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:19 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:20 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:23 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:23 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:27 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:27 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hasek Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:32 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:33 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hasek Dec 20, 2019 9:39:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:37 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:39:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav Hašek Dec 20, 2019 9:39:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:39 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:40 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:42 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:45 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:47 AM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncServlet INFO: GET response for message 0: 200 : "Hello Async World!" GET response for message 1: 200 : "Hello Async World!" GET response for message 2: 200 : "Hello Async World!" GET response for message 3: 200 : "Hello Async World!" GET response for message 4: 200 : "Hello Async World!" GET response for message 5: 200 : "Hello Async World!" GET response for message 6: 200 : "Hello Async World!" GET response for message 7: 200 : "Hello Async World!" GET response for message 8: 200 : "Hello Async World!" GET response for message 9: 200 : "Hello Async World!" GET response for message 10: 200 : "Hello Async World!" GET response for message 11: 200 : "Hello Async World!" GET response for message 12: 200 : "Hello Async World!" GET response for message 13: 200 : "Hello Async World!" GET response for message 14: 200 : "Hello Async World!" GET response for message 15: 200 : "Hello Async World!" GET response for message 16: 200 : "Hello Async World!" GET response for message 17: 200 : "Hello Async World!" GET response for message 18: 200 : "Hello Async World!" GET response for message 19: 200 : "Hello Async World!" GET response for message 20: 200 : "Hello Async World!" GET response for message 21: 200 : "Hello Async World!" GET response for message 22: 200 : "Hello Async World!" GET response for message 23: 200 : "Hello Async World!" GET response for message 24: 200 : "Hello Async World!" GET response for message 25: 200 : "Hello Async World!" GET response for message 26: 200 : "Hello Async World!" GET response for message 27: 200 : "Hello Async World!" GET response for message 28: 200 : "Hello Async World!" GET response for message 29: 200 : "Hello Async World!" GET response for message 30: 200 : "Hello Async World!" GET response for message 31: 200 : "Hello Async World!" GET response for message 32: 200 : "Hello Async World!" GET response for message 33: 200 : "Hello Async World!" GET response for message 34: 200 : "Hello Async World!" GET response for message 35: 200 : "Hello Async World!" GET response for message 36: 200 : "Hello Async World!" GET response for message 37: 200 : "Hello Async World!" GET response for message 38: 200 : "Hello Async World!" GET response for message 39: 200 : "Hello Async World!" GET response for message 40: 200 : "Hello Async World!" GET response for message 41: 200 : "Hello Async World!" GET response for message 42: 200 : "Hello Async World!" GET response for message 43: 200 : "Hello Async World!" GET response for message 44: 200 : "Hello Async World!" GET response for message 45: 200 : "Hello Async World!" GET response for message 46: 200 : "Hello Async World!" GET response for message 47: 200 : "Hello Async World!" GET response for message 48: 200 : "Hello Async World!" GET response for message 49: 200 : "Hello Async World!" Dec 20, 2019 9:39:47 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:39:47 AM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncRequestCanceling INFO: POST response for message 0: Canceled 8 by POST 0 POST response for message 1: Canceled 2 by POST 1 POST response for message 2: Canceled 1 by POST 2 POST response for message 3: Canceled 9 by POST 3 POST response for message 4: Canceled 7 by POST 4 POST response for message 5: Canceled 3 by POST 5 POST response for message 6: Canceled 0 by POST 6 POST response for message 7: Canceled 6 by POST 7 POST response for message 8: Canceled 4 by POST 8 POST response for message 9: Canceled 5 by POST 9 GET response for message 0: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 1: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 2: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 3: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 4: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 5: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 6: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 7: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 8: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// GET response for message 9: 503: Error 503 Service Unavailable

HTTP ERROR: 503

Problem accessing /async/canceled. Reason:

    Service Unavailable


Powered by Jetty:// Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:39:51 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources 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. Dec 20, 2019 9:39:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Dec 20, 2019 9:39:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Dec 20, 2019 9:39:56 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Dec 20, 2019 9:39:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:00 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:01 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:07 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:13 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:14 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:16 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:16 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:19 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:21 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:22 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:24 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:28 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:29 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:30 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:33 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:34 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:35 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:37 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:38 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:43 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:44 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:48 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:40:51 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:40:51 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:40:51 AM org.glassfish.jersey.internal.util.ExtendedLogger warning WARNING: The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param jersey.config.servlet.filter.contextPath to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:52 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:53 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Dec 20, 2019 9:40:54 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:54 AM org.glassfish.jersey.servlet.WebComponent filterFormParameters WARNING: A servlet request to the URI http://localhost:9998/form-consumption/form-consumption/encoding contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. Null identity service, trying login service: null Finding identity service: null Dec 20, 2019 9:40:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:40:57 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Stopping server 0 Dec 20, 2019 9:41:01 AM org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization started Dec 20, 2019 9:41:01 AM org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh INFO: Refreshing Root WebApplicationContext: startup date [Fri Dec 20 09:41:01 GMT 2019]; root of context hierarchy Dec 20, 2019 9:41:01 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from class path resource [applicationContext.xml] Dec 20, 2019 9:41:01 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring Dec 20, 2019 9:41:01 AM org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization completed in 655 ms Dec 20, 2019 9:41:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:03 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:04 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:05 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:06 AM org.springframework.web.context.support.XmlWebApplicationContext doClose INFO: Closing Root WebApplicationContext: startup date [Fri Dec 20 09:41:01 GMT 2019]; root of context hierarchy Dec 20, 2019 9:41:10 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:11 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:12 AM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Null identity service, trying login service: null Finding identity service: null INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.internal.ServiceFinder] Running in a non-OSGi environment CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). INFO [org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer] Creating ExternalTestContainer configured at the base URI http://localhost:9998/ CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. CONFIG [org.glassfish.jersey.process.internal.ExecutorProviders] Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. CONFIG [org.glassfish.jersey.client.internal.HttpUrlConnector] Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). Stopping server 0 Null identity service, trying login service: null Finding identity service: null Stopping server 0 Dec 20, 2019 9:41:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [DEBUG] (main) Using Console logging Dec 20, 2019 9:41:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.integration.config.MyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.integration.config.MyResource will be ignored. Dec 20, 2019 9:41:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Null identity service, trying login service: null Finding identity service: null Stopping server 0 /$$ /$$ /$$ /$$ /$$ /$$ | $$ /$ | $$|__/ | $$$ /$$$ | $$ | $$ /$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$ /$$$$ /$$$$$$ /$$$$$$$| $$ /$$ | $$/$$ $$ $$| $$ /$$__ $$ /$$__ $$| $$ $$/$$ $$ /$$__ $$ /$$_____/| $$ /$$/ | $$$$_ $$$$| $$| $$ \__/| $$$$$$$$| $$ $$$| $$| $$ \ $$| $$ | $$$$$$/ | $$$/ \ $$$| $$| $$ | $$_____/| $$\ $ | $$| $$ | $$| $$ | $$_ $$ | $$/ \ $$| $$| $$ | $$$$$$$| $$ \/ | $$| $$$$$$/| $$$$$$$| $$ \ $$ |__/ \__/|__/|__/ \_______/|__/ |__/ \______/ \_______/|__/ \__/ port: 8765 enable-browser-proxying: false no-request-journal: false verbose: false Dec 20, 2019 9:41:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:41:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:41:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Dec 20, 2019 9:41:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] ... ... TestNG 6.9.6 by Cédric Beust (cedric@beust.com) ... Dec 20, 2019 9:41:58 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 3.0.3 (Final) Dec 20, 2019 9:41:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:41:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:05 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Dec 20, 2019 9:42:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 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. Dec 20, 2019 9:42:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:42 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest$MyConversationScopedApi is annotated with @ConversationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Dec 20, 2019 9:42:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:44 AM org.jboss.weld.logging.ValidatorLogger lambda$static$6 WARN: WELD-001478: Interceptor class org.eclipse.microprofile.rest.client.tck.interfaces.LoggableInterceptor is enabled for the application and for the bean archive CDIInterceptorTest.war. It will only be invoked in the @Priority part of the chain. Dec 20, 2019 9:42:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:44 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest$MySessionScopedApi is annotated with @SessionScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Dec 20, 2019 9:42:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:45 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasAppScopeTest$MyAppScopedApi is annotated with @ApplicationScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Dec 20, 2019 9:42:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. Dec 20, 2019 9:42:58 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported. Dec 20, 2019 9:42:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:42:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:42:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterface @Produce(text/html) @Consume(text/plain) Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-Accept: text/html Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface INFO: testProducesConsumesAnnotationOnInterfaceSent-ContentType: text/plain Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/json) @Consume(application/xml) Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/json Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/xml Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/xml) @Consume(application/json) Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/xml Dec 20, 2019 9:43:00 AM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json Dec 20, 2019 9:43:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Reusing single thread pool thread Dec 20, 2019 9:43:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Dec 20, 2019 9:43:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Dec 20, 2019 9:43:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:43:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:43:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:43:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:43:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Dec 20, 2019 9:43:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:43:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Dec 20, 2019 9:43:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Dec 20, 2019 9:43:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/helloworld-webapp Dec 20, 2019 9:43:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Dec 20, 2019 9:43:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:43:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] 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. [INFO] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/tmp/stop.sh [INFO] Running stop-domain --port 0 --force=true memleak_test_domain [INFO] sh: can't kill pid 35320: No such process [INFO] sh: can't kill pid 35320: No such process [INFO] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/tmp/download.sh [INFO] Archive: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/latest-glassfish.zip [INFO] creating: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/ [INFO] creating: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/ [INFO] creating: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/bin/ [INFO] inflating: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/bin/asadmin [INFO] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/tmp/start.sh [INFO] Running create-domain --adminport 0 --instanceport 0 --nopassword memleak_test_domain [INFO] Running start-domain --port 0 memleak_test_domain [INFO] Running delete-jvm-options --port 0 --target default-config -Xmx512m [INFO] Running delete-jvm-options --port 0 --target default-config -Xmx256m [INFO] Running delete-jvm-options --port 0 --target server-config -Xmx512m [INFO] Running delete-jvm-options --port 0 --target server-config -Xmx256m [INFO] Running create-jvm-options --port 0 --target default-config -Xmx256m [INFO] Running create-jvm-options --port 0 --target server-config -Xmx256m [INFO] Running create-jvm-options --port 0 --target default-config -Djersey.config.test.memleak.gf4.magicRunnerIdentifier [INFO] Running create-jvm-options --port 0 --target server-config -Djersey.config.test.memleak.gf4.magicRunnerIdentifier [INFO] Running create-jvm-options --port 0 --target server-config -XX\:GCTimeLimit=20 [INFO] Running create-jvm-options --port 0 --target server-config -XX\:GCHeapFreeLimit=30 [INFO] Running stop-domain --port 0 --force=true memleak_test_domain [INFO] Running start-domain --port 0 memleak_test_domain [INFO] Running deploy --port 0 --contextroot app --name jax-rs-memleak-test-app /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/test-framework/maven/container-runner-maven-plugin/target/test-classes/test.war SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.3/pax-logging-api-1.8.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory] [org.ops4j.pax.exam.spi.DefaultExamSystem] : Pax Exam System (Version: 4.9.1) created. [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.DefaultExamSystem] : creating default probe [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 parent=null root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@3224f60b [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@68bbe345 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-0b342631-cc35-4c9b-92a3-3b74d8420afa parent=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@15d0c81b [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testBadResource @ [TestAddress:PaxExam-0b342631-cc35-4c9b-92a3-3b74d8420afa root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] Arguments: [Ljava.lang.Object;@3224f60b [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000 [org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-71eb0006-a3ad-4184-ba0d-8d2fb4340c15, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576835059970-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.exec.DefaultJavaRunner] : Starting platform process. [org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook. [org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 26993kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-869645532.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 383571kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-869645532.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/ [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/676846097.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/676846097.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-820698300.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-820698300.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/359048488.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/359048488.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 390132kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 426004kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1637779030.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1637779030.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/951341823.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/951341823.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27655 bytes @ [ 3950kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/848570821.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/848570821.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/59179110.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144884 bytes @ [ 572442kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/59179110.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1506057536.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72462 bytes @ [ 72462kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1506057536.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914178 bytes @ [ 914178kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1015284294.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230964 bytes @ [ 230964kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1015284294.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63191 bytes @ [ 63191kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/576283824.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/576283824.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@412c294c]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make() [org.ops4j.store.intern.TemporaryStore] : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] : Exit store(): f754d0f4c463f7f5389843edb497afd6ad629e68 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testBadResource in reactor Dec 20, 2019 9:44:31 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2019 9:44:31 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.osgi.test.basic.ResourceBundleTest$BadResource.getMe(), MUST be public scoped otherwise the method is ignored WARNING: A resource, Resource{"/non-deployable", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "/non-deployable" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@7962386e.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress... [org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 parent=null root=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] args=[Ljava.lang.Object;@313ac989 [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@68bbe345 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-7a1b0d62-5907-459c-af54-b1ed0f3d7a40 parent=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@4135c3b [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-d905d739-82bf-428c-a718-3d145a1d3fec parent=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] root=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] args=[Ljava.lang.Object;@6302bbb1 [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.JsonProcessingTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testJsonObject @ [TestAddress:PaxExam-d905d739-82bf-428c-a718-3d145a1d3fec root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] Arguments: [Ljava.lang.Object;@313ac989 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000 [org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-9c134ae0-c1a6-409d-bacf-3b1cdcbafc9e, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576835059970-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.exec.DefaultJavaRunner] : Starting platform process. [org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook. [org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-869645532.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 383571kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-869645532.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/676846097.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/676846097.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-820698300.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-820698300.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/359048488.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/359048488.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 426004kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1637779030.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1637779030.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/951341823.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/951341823.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27655 bytes @ [ 27655kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/848570821.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/848570821.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/59179110.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144884 bytes @ [ 572442kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/59179110.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1506057536.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72462 bytes @ [ 72462kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1506057536.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914178 bytes @ [ 914178kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1015284294.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230964 bytes @ [ 230964kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1015284294.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63191 bytes @ [ 63191kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/576283824.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/576283824.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-processing/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1438338037.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-processing/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-processing/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-json-processing:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-json-processing:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.30-SNAPSHOT/jersey-media-json-processing-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-processing/2.30-SNAPSHOT : 6209 bytes @ [ 6209kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1438338037.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish/jakarta.json/1.1.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-817544854.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish/jakarta.json/1.1.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish:jakarta.json:jar:1.1.5) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : 140564 bytes @ [ 140564kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-817544854.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish/jsonp-jaxrs/1.1.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1803154577.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jsonp-jaxrs/1.1.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish/jsonp-jaxrs/1.1.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish:jsonp-jaxrs:jar:1.1.5) as /home/jenkins/.m2/repository/org/glassfish/jsonp-jaxrs/1.1.5/jsonp-jaxrs-1.1.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jsonp-jaxrs/1.1.5 : 20045 bytes @ [ 20045kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1803154577.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-processing', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='1.1.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jsonp-jaxrs', version='1.1.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@407f9cb6]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jsonp-jaxrs] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make() [org.ops4j.store.intern.TemporaryStore] : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] : Exit store(): af7260c738a2abf70ee4b9fb45ce5e413778d9d4 org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJsonObject in reactor Dec 20, 2019 9:44:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 20, 2019 9:44:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = {"foo":"bar"} Dec 20, 2019 9:44:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jsonp-jaxrs] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.json] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-processing] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@16b4e0f5.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress... [org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 parent=null root=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] args=[Ljava.lang.Object;@291caca8 [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@68bbe345 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-a5d01402-d5e3-4b8d-ac8a-8af2e4392932 parent=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@8c3b9d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-774d9361-f0f2-4fc9-9018-2d63a1facdde parent=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] root=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] args=[Ljava.lang.Object;@4c39bec8 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-9434c125-7fed-46db-a204-7e876b2194e4 parent=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] root=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] args=[Ljava.lang.Object;@f79e [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSimpleResource @ [TestAddress:PaxExam-9434c125-7fed-46db-a204-7e876b2194e4 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] Arguments: [Ljava.lang.Object;@291caca8 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000 [org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-861d7bf2-f493-4380-a582-6cc33455c5b9, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576835059970-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.exec.DefaultJavaRunner] : Starting platform process. [org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook. [org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-869645532.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-869645532.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/676846097.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/676846097.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-820698300.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-820698300.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/359048488.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/359048488.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1637779030.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1637779030.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/951341823.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/951341823.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27655 bytes @ [ 27655kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/848570821.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/848570821.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/59179110.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144884 bytes @ [ 572442kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/59179110.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1506057536.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72462 bytes @ [ 72462kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1506057536.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914178 bytes @ [ 457089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1015284294.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230964 bytes @ [ 230964kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1015284294.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63191 bytes @ [ 63191kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/576283824.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/576283824.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.bundles/jaxrs-ri/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-896727538.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.bundles/jaxrs-ri/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.bundles/jaxrs-ri/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.bundles:jaxrs-ri:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.bundles:jaxrs-ri:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.bundles/jaxrs-ri/2.30-SNAPSHOT : 6025048 bytes @ [ 860721kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-896727538.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419232231.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.servlet:jakarta.servlet-api:jar:4.0.3) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : 82872 bytes @ [ 82872kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419232231.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1906338510.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : 147063 bytes @ [ 147063kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1906338510.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.bundles', artifactId='jaxrs-ri', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='4.0.3', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@782e25cc]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.bundles.jaxrs-ri] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-servlet] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make() [org.ops4j.store.intern.TemporaryStore] : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 = org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] : Exit store(): 99015bfea9d5139cec6b0dbdde063c144fff179f org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, }, ManifestEntry{ key=PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3" and expression="org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSimpleResource in reactor Dec 20, 2019 9:44:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 20, 2019 9:44:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. RESULT = OK Dec 20, 2019 9:44:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-servlet] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.servlet-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.bundles.jaxrs-ri] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, }, ManifestEntry{ key=PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@6e5b06c7.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] [org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress... [org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c parent=null root=[TestAddress:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] args=[Ljava.lang.Object;@1b6e1eff [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@68bbe345 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-fb0b91d5-b504-4596-8471-81402dcdb493 parent=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@22e357dc [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-70101d44-c299-4081-95dd-290e999c0a56 parent=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] root=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] args=[Ljava.lang.Object;@49912c99 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-35f3987c-1d95-4692-a9c7-6e29f52fabf7 parent=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] root=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] args=[Ljava.lang.Object;@10163d6 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-532cf8f3-1d86-4359-ae91-679a7a443f01 parent=[TestAddress:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] root=[TestAddress:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] args=[Ljava.lang.Object;@2dde1bff [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.SseTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSse @ [TestAddress:PaxExam-532cf8f3-1d86-4359-ae91-679a7a443f01 root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] Arguments: [Ljava.lang.Object;@1b6e1eff [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000 [org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-14a3dc22-50ec-46e2-9f08-a9b116bc9674, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576835059970-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.exec.DefaultJavaRunner] : Starting platform process. [org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook. [org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-869645532.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 383571kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-869645532.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/676846097.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/676846097.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-820698300.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-820698300.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/359048488.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/359048488.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 426004kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1637779030.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1637779030.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/951341823.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/951341823.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27655 bytes @ [ 27655kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/848570821.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/848570821.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/59179110.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144884 bytes @ [ 1144884kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/59179110.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1506057536.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72462 bytes @ [ 72462kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1506057536.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914178 bytes @ [ 914178kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1182151746.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1015284294.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230964 bytes @ [ 230964kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1015284294.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63191 bytes @ [ 63191kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1976610892.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/576283824.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/576283824.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1226579656.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-sse:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : 64164 bytes @ [ 64164kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1226579656.jar] [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link'}'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='2.30-SNAPSHOT', type='null'} [org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@49f0f0dc]... [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service] [org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jersey.media.jersey-media-sse] [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make() [org.ops4j.store.intern.TemporaryStore] : Enter store() [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers. [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985 [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 = org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c = org.glassfish.jersey.osgi.test.basic.SseTest;testSse [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = * [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 = org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class [org.ops4j.store.intern.TemporaryStore] : Exit store(): 580b58fc381cfbaaf95d7c84cb9d0abe56fdc92c org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, }, ManifestEntry{ key=PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3" and expression="org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c" and expression="org.glassfish.jersey.osgi.test.basic.SseTest;testSse" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796" and expression="org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 to be in PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testSse in reactor Dec 20, 2019 9:44:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Dec 20, 2019 9:44:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Dec 20, 2019 9:44:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-sse] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.sun.activation.jakarta.activation] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.inject.jersey-hk2] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-client] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-jaxb] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.core.jersey-common] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.containers.jersey-container-grizzly2-http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javax.validation.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http-server] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.http] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.grizzly.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [javassist] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.aopalliance-repackaged] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.external.jakarta.inject] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.utils] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.osgi-resource-locator] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.hk2.api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.annotation-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support. org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [osgi.cmpn] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-2c489954-15ed-4cc6-aacb-d2e61688e985] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4,PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796,PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3,PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, }, ManifestEntry{ key=PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3, value=org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest;testSimpleResource }, ManifestEntry{ key=PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c, value=org.glassfish.jersey.osgi.test.basic.SseTest;testSse }, ManifestEntry{ key=PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796, value=org.glassfish.jersey.osgi.test.basic.JsonProcessingTest;testJsonObject }, ManifestEntry{ key=PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@f6843c5.] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject] [org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress... [org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown. [org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-4bed404c-0135-4850-8783-14689db66dc5 parent=null root=[TestAddress:PaxExam-4bed404c-0135-4850-8783-14689db66dc5 root:PaxExam-4bed404c-0135-4850-8783-14689db66dc5] args=[Ljava.lang.Object;@942a29c [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@68bbe345 [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-8c4eacfa-7811-4e37-bdb1-e2e92044c9e2 parent=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] root=[TestAddress:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4 root:PaxExam-dc5a44a2-7a50-4b2b-b99d-de0f778d11e4] args=[Ljava.lang.Object;@534a5a98 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-bbe84b77-09a7-4eaf-ba3a-404a8bd5efe1 parent=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] root=[TestAddress:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796 root:PaxExam-00d77d36-2037-407c-ae27-0a3eea10f796] args=[Ljava.lang.Object;@4f80542f [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-9a8b35bf-22bc-4d59-8d8c-93e13bb50e52 parent=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] root=[TestAddress:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3 root:PaxExam-8b189be2-ff35-4d40-9e17-bd17faf36ea3] args=[Ljava.lang.Object;@60bd273d [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-1d01f2ef-321f-4431-bc77-d9e453d63541 parent=[TestAddress:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] root=[TestAddress:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c root:PaxExam-dd103342-68f1-47a3-8f04-f066bb76546c] args=[Ljava.lang.Object;@121314f7 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-59250a1c-3160-4c8b-85fc-5d9c09d777ce parent=[TestAddress:PaxExam-4bed404c-0135-4850-8783-14689db66dc5 root:PaxExam-4bed404c-0135-4850-8783-14689db66dc5] root=[TestAddress:PaxExam-4bed404c-0135-4850-8783-14689db66dc5 root:PaxExam-4bed404c-0135-4850-8783-14689db66dc5] args=[Ljava.lang.Object;@130c12b7 [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.MultiPartTest [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testMultiPartResource @ [TestAddress:PaxExam-59250a1c-3160-4c8b-85fc-5d9c09d777ce root:PaxExam-4bed404c-0135-4850-8783-14689db66dc5] Arguments: [Ljava.lang.Object;@942a29c [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576835059970-0 [org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000 [org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-0b01ae7e-621c-4789-a2ac-dc6fbf8301a4, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576835059970-0, -Forg.osgi.framework.system.packages.extra=sun.misc]] [org.ops4j.exec.DefaultJavaRunner] : Starting platform process. [org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O. [org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook. [org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/112124771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/112124771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/344876718.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/344876718.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2007868628.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2007868628.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-869645532.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-869645532.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/146328771.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/146328771.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1257848056.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1257848056.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1010742457.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1849587615.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1849587615.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1756583348.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/419182688.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/419182688.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1964747218.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1964747218.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0) as /home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-atinject_1.0_spec/1.0/geronimo-atinject_1.0_spec-1.0.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1754928833.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2058733451.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1002546925.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.junit:jar:4.12.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1274564812.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2038907288.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.tipi:org.ops4j.pax.tipi.hamcrest.core:jar:1.3.0.1) as /home/jenkins/.m2/repository/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2038907288.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/2113721367.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/2113721367.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/676846097.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/676846097.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-820698300.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-820698300.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1739226355.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/359048488.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/359048488.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1796265689.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1821556545.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-2099849606.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1910401042.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/1637779030.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/1637779030.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1465005480.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/951341823.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/951341823.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27655 bytes @ [ 27655kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/-1897223706.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/848570821.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/848570821.jar] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576835059970-0/pax-exam-downloads/59179110.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading... [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT] [org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository [org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date. [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar [org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144884 bytes @ [ 572442kBps ] [org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576835059970-0/pax-exam-downloads/59179110.jar] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (test) on project jersey-tests-osgi-functional: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -XX:MaxPermSize=256m -jar /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional/target/surefire/surefirebooter159807544108789996.jar /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional/target/surefire 2019-12-20T09-01-58_124-jvmRun1 surefire5934979839844116515tmp surefire_3456838264036698097392tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.glassfish.jersey.osgi.test.basic.MultiPartTest [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -XX:MaxPermSize=256m -jar /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional/target/surefire/surefirebooter159807544108789996.jar /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/osgi/functional/target/surefire 2019-12-20T09-01-58_124-jvmRun1 surefire5934979839844116515tmp surefire_3456838264036698097392tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.glassfish.jersey.osgi.test.basic.MultiPartTest [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:670) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:848) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :jersey-tests-osgi-functional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE