Skip to content
Failed

Console Output

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-5nlkt is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-5nlkt"
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-5nlkt"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-5nlkt"
    - 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-5nlkt in /home/jenkins/agent/workspace/Jersey_master_build_pipeline
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[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_build_pipeline # 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 29913b90f63a29bfdd35bf465c553e07b0a6c99c (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 29913b90f63a29bfdd35bf465c553e07b0a6c99c
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 29913b90f63a29bfdd35bf465c553e07b0a6c99c
Commit message: "Prevent HK2 AbstractBinder from being configured twice. Revert the change that introduced BinderConfigurationFactory SPI. Added possibility to register HK2 AbstractBinder class along with the instance option."
 > git rev-list --no-walk 29913b90f63a29bfdd35bf465c553e07b0a6c99c # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Nightly Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cp -a /home/jenkins/.m2/settings.xml settings.xml
+ cp -a /home/jenkins/.m2/settings-security.xml settings-security.xml
+ sed -i 's|<url>https://repo.eclipse.org/content/repositories/maven_central/</url>|<url>https://repo.maven.apache.org/maven2/</url>|g' settings.xml
[Pipeline] sh
+ mvn -V -B -q '-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' clean install -s settings.xml '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/latest'
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.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
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-1062.7.1.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_build_pipeline/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_build_pipeline/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_build_pipeline/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_build_pipeline/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_build_pipeline/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_build_pipeline/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<Unsafe>) () -> {
                                                                                          ^
/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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<Unsafe> k = Unsafe.class;
                      ^
/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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<Unsafe> 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 18, 2019 6:38:30 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 18, 2019 6:38:30 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 18, 2019 6:38:30 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 18, 2019 6:38:30 AM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 18, 2019 6:38:39 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,447718425)
	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 18, 2019 6:38:40 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,1781241150)
	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 18, 2019 6:38:40 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,1431530910)
	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 18, 2019 6:38:45 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=0
	identityHashCode=963411197
	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 18, 2019 6:38:45 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=0
	identityHashCode=963411197
	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 18, 2019 6:38:46 AM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve
WARNING: ExceptionContext#resolve has been utilized multiple times.
Dec 18, 2019 6:38:46 AM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith
WARNING: ClientRequestContext#abortWith has been utilized multiple times.
Dec 18, 2019 6:38:46 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 18, 2019 6:38:47 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object 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 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.

Dec 18, 2019 6:38:47 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object 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 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.

Dec 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:38:47 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 18, 2019 6:39:11 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 18, 2019 6:39:11 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 18, 2019 6:39:11 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 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 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 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 18, 2019 6:39:28 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 18, 2019 6:39:28 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 18, 2019 6:39:30 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 18, 2019 6:39:30 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 18, 2019 6:39:39 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 18, 2019 6:39:39 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)


[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 18, 2019 6:39:56 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 18, 2019 6:39:57 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 18, 2019 6:39:57 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 18, 2019 6:39:57 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 18, 2019 6:39:57 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 18, 2019 6:39:57 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 18, 2019 6:39:58 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 18, 2019 6:39:59 AM org.glassfish.jersey.server.filter.HttpMethodOverrideFilter parseConfig
WARNING: Invalid value for jersey.config.server.httpMethodOverride configuration property: foo
one
Dec 18, 2019 6:40:00 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 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Dec 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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@6b955a99]}, 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=<no parent>, 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$ResourceRootNotUnique.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.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: 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 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 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 java.util.List<java.util.List<V>> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List<java.util.List<V>>) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type java.util.Collection<V> from java.util.Collection<V> org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.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: 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: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.
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.
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 java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() at matching path pattern /test.

Dec 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Dec 18, 2019 6:40:01 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@1b3ee360]}, 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=<no parent>, 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Dec 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 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 18, 2019 6:40:01 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Dec 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Dec 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Dec 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:02 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 18, 2019 6:40:02 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 18, 2019 6:40:02 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 18, 2019 6:40:03 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.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test.

Dec 18, 2019 6:40:03 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 18, 2019 6:40:03 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.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() 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.getText1() 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.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.

Dec 18, 2019 6:40:03 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.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.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.get3() 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.

Dec 18, 2019 6:40:03 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.put3(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(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 18, 2019 6:40:03 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 18, 2019 6:40:03 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.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() 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.getText1() 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.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.

Dec 18, 2019 6:40:03 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 18, 2019 6:40:00 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:04 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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 18, 2019 6:40:05 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.

Dec 18, 2019 6:40:07 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 18, 2019 6:40:07 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 18, 2019 6:40:07 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 18, 2019 6:40:06 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 18, 2019 6:40:08 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@465f76ae, 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@465f76ae], parentResource=<no parent>, 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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[ ]meth
od 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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 18, 2019 6:40:08 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$MergedA1.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.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 18, 2019 6:40:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:22 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:22 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41489]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start
INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:41489/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41489]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:23 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 18, 2019 6:40:23 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 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:40:23 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]].
Dec 18, 2019 6:40:24 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 18, 2019 6:40:24 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 18, 2019 6:40:24 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 18, 2019 6:40:24 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37333]
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37333/
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37333]
Dec 18, 2019 6:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:40:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:40:29 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Dec 18, 2019 6:40:29 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 18, 2019 6:40:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 18, 2019 6:40:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 18, 2019 6:40:30 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Dec 18, 2019 6:40:31 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 18, 2019 6:40:31 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Dec 18, 2019 6:40:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:40:31 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-1
Dec 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:40:33 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 18, 2019 6:40:33 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 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:40:33 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 18, 2019 6:40:33 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 18, 2019 6:40:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.apache.connector.ApacheConnector <init>
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 18, 2019 6:40:34 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 18, 2019 6:40:34 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/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 18, 2019 6:40:34 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 500
1 < Content-Type: text/plain
Error.

Dec 18, 2019 6:40:34 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/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 18, 2019 6:40:34 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 500
2 < Content-Type: text/plain
Error2.

Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
CustomLoggingFilter.preFilter called
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
CustomLoggingFilter.preFilter called
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
CustomLoggingFilter.preFilter called
Dec 18, 2019 6:40:34 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 18, 2019 6:40:34 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 18, 2019 6:40:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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
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 18, 2019 6:40:35 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!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-0
2 < 200
2 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-2
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-2
10 < 200
10 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-0
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server responded with a response on thread grizzly-http-server-0
11 < 200
11 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-2
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-2
14 < 200
14 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-0
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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server responded with a response on thread grizzly-http-server-0
15 < 200
15 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-1
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-2
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server responded with a response on thread grizzly-http-server-1
18 < 200
18 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server responded with a response on thread grizzly-http-server-2
17 < 200
17 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-3
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server responded with a response on thread grizzly-http-server-3
19 < 200
19 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-0
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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server responded with a response on thread grizzly-http-server-0
20 < 200
20 < Content-Type: text/plain
Hello World!

Dec 18, 2019 6:40:35 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 159
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
CustomLoggingFilter.preFilter called
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
CustomLoggingFilter.preFilter called
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Dec 18, 2019 6:40:35 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 18, 2019 6:40:35 AM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:40:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:40:36 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 6:40:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 6:40:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 18, 2019 6:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 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 18, 2019 6:40:45 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 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 18, 2019 6:40:46 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 18, 2019 6:40:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 18, 2019 6:40:46 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 18, 2019 6:40:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 18, 2019 6:40:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:40:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 18, 2019 6:40:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:40:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:52 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:52 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:52 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:52 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:52 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:53 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend
WARNING: Asynchronous server side invocations are not supported by InMemoryContainer.
Dec 18, 2019 6:40:53 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:53 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:53 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:53 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:40:57 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 18, 2019 6:40:57 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 18, 2019 6:40:57 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 18, 2019 6:40:57 AM sun.net.httpserver.ServerImpl$Exchange run
WARNING: SSL connection received. No https contxt created
Dec 18, 2019 6:40:57 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 18, 2019 6:40:58 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:01 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:01 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:04 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:04 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:07 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:07 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 18, 2019 6:41:15 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:41:19 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 18, 2019 6:41:19 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start
INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:38846/
Dec 18, 2019 6:41:25 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:25 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:25 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:25 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:26 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:26 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:26 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 18, 2019 6:41:26 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:26 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:26 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 18, 2019 6:41:27 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-150): EXECUTE_ACTION -> 16
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-150): ACCEPT
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 199
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ_HEADER
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 0
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): 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 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): READ -> 0
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-153): REQUEST_READY
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): DISPATCH_REQUEST
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE_HEADER -> HTTP/1.1 404 Not Found
Content-Length: 0
Connection: keep-alive


Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE_BUFFER -> 69
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): WRITE -> 69
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): RESPONSE_FINISHED
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-154): DISPATCH_FINISHED
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-155): READ -> 0
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-155): READ_WAIT
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): SELECT
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:27 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-148): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 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-160): EXECUTE_ACTION -> 16
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-160): ACCEPT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:28 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:29 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:30 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:31 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-175): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-176): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-177): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-178): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-163): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-164): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-165): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 159
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ_HEADER
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): 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 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-166): REQUEST_READY
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_REQUEST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): WRITE -> 110
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): RESPONSE_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestDispatcher: Thread-167): DISPATCH_FINISHED
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ -> 0
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (Worker: RequestReader: Thread-168): READ_WAIT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:34054] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:32 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): READ -> 159
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): READ_HEADER
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): 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 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-169): REQUEST_READY
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): DISPATCH_REQUEST
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): WRITE -> 110
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): RESPONSE_FINISHED
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-170): DISPATCH_FINISHED
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-171): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-171): READ_WAIT
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): READ_INTEREST_READY -> 1
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): EXECUTE_ACTION -> 1
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): READ -> 159
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): READ_HEADER
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): 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 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-172): REQUEST_READY
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): DISPATCH_REQUEST
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): WRITE_BUFFER -> 110
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): WRITE -> 110
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): RESPONSE_FINISHED
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-173): DISPATCH_FINISHED
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-174): READ -> 0
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-174): READ_WAIT
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): SELECT
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): REGISTER_READ_INTEREST
Dec 18, 2019 6:41:33 AM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-158): REGISTER_INTEREST -> 1
Dec 18, 2019 6:41:37 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:37 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:40 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:41 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 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:41 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 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 18, 2019 6:41:41 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 18, 2019 6:41:42 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:41:43 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/
Dec 18, 2019 6:41:44 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start
INFO: Started SimpleTestContainer at the base URI http://localhost:38425/
2019-12-18 06:41:46.318:INFO::main: Logging initialized @625ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-18 06:41:47.035: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-18 06:41:47.088:INFO:oejs.AbstractConnector:main: Started ServerConnector@6a4f1a55{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:47.089:INFO:oejs.Server:main: Started @1396ms
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:47.466:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6a4f1a55{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:47.594: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-18 06:41:47.615:INFO:oejs.AbstractConnector:main: Started ServerConnector@336f1079{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:47.615:INFO:oejs.Server:main: Started @1923ms
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:47.771:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@336f1079{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:47.870: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-18 06:41:47.872:INFO:oejs.AbstractConnector:main: Started ServerConnector@19553973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:47.872:INFO:oejs.Server:main: Started @2180ms
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:47.963:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@19553973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:47 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:48.049: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-18 06:41:48.052:INFO:oejs.AbstractConnector:main: Started ServerConnector@78fb9a67{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:48.052:INFO:oejs.Server:main: Started @2360ms
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:48.121:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78fb9a67{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:48.173: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-18 06:41:48.175:INFO:oejs.AbstractConnector:main: Started ServerConnector@54361a9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:48.175:INFO:oejs.Server:main: Started @2483ms
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:48.243:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@54361a9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:48.330: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-18 06:41:48.333:INFO:oejs.AbstractConnector:main: Started ServerConnector@1a15b789{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:48.333:INFO:oejs.Server:main: Started @2641ms
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:48.372:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1a15b789{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:48.468: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-18 06:41:48.475:INFO:oejs.AbstractConnector:main: Started ServerConnector@22175d4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:48.476:INFO:oejs.Server:main: Started @2783ms
Dec 18, 2019 6:41:48 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:53.550:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@22175d4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:53 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-18 06:41:53.616: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-18 06:41:53.619:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d6f623d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:53.619:INFO:oejs.Server:main: Started @7926ms
Dec 18, 2019 6:41:53 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-18 06:41:56.663:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d6f623d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:56 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Dec 18, 2019 6:41:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:41:58.374:INFO::main: Logging initialized @655ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-18 06:41:59.119: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-18 06:41:59.164:INFO:oejs.AbstractConnector:main: Started ServerConnector@9816741{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:59.165:INFO:oejs.Server:main: Started @1446ms
2019-12-18 06:41:59.505:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@9816741{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:41:59.615: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-18 06:41:59.618:INFO:oejs.AbstractConnector:main: Started ServerConnector@2631f68c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:41:59.618:INFO:oejs.Server:main: Started @1899ms
2019-12-18 06:41:59.717:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2631f68c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:41:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
2019-12-18 06:41:59.817: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-18 06:41:59.819:INFO:oejs.AbstractConnector:main: Started ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:41476}
2019-12-18 06:41:59.820:INFO:oejs.Server:main: Started @2100ms
Dec 18, 2019 6:41:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start
INFO: Started JettyTestContainer at the base URI http://localhost:41476/
2019-12-18 06:41:59.864:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@616fe72b{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
Dec 18, 2019 6:42:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:42:04 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Dec 18, 2019 6:42:04 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Dec 18, 2019 6:42:04 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Dec 18, 2019 6:42:05 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 18, 2019 6:42:05 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 18, 2019 6:42:05 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 18, 2019 6:42:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:42:05 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:42:10 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Dec 18, 2019 6:42:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 123
Dec 18, 2019 6:42:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 6:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 6:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:51 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 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:42:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:42:56 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-0
Dec 18, 2019 6:42:56 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Dec 18, 2019 6:42:56 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-2
Dec 18, 2019 6:42:57 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 18, 2019 6:42:57 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 18, 2019 6:42:57 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 18, 2019 6:42:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:42:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:42:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:42:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:42:57 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 18, 2019 6:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CONNECTING -> CONNECT_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@30c93896] state change: CONNECT_TIMEOUT -> CLOSED
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: RECEIVED -> IDLE
Dec 18, 2019 6:43: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@22d7b4f8] state change: IDLE -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@22d7b4f8] state change: CLOSED_BY_SERVER -> CLOSED
Dec 18, 2019 6:43:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: SENDING_REQUEST -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1d730606] state change: ERROR -> CLOSED
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781f10f2] state change: RESPONSE_TIMEOUT -> CLOSED
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: IDLE -> IDLE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@183e8023] state change: IDLE_TIMEOUT -> CLOSED
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: IDLEDec 18, 2019 6:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
 -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3f446bef] state change: CLOSED_BY_SERVER -> CLOSED
Dec 18, 2019 6:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: RECEIVING_HEADER -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@3d08f3f5] state change: ERROR -> CLOSED
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:43:07 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 18, 2019 6:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
#Received: message 2
#Received: message 1
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
#Received: 1
#Received: 1
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
#Received: 1
#Received: 2
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 6:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:17 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:17.615:INFO::main: Logging initialized @839ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-18 06:43:18.496: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-18 06:43:18.556:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d6025c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:18.557:INFO:oejs.Server:main: Started @1781ms
2019-12-18 06:43:19.529:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4d6025c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:19 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:19.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-18 06:43:19.874:INFO:oejs.AbstractConnector:main: Started ServerConnector@63fdab07{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:19.875:INFO:oejs.Server:main: Started @3099ms
2019-12-18 06:43:20.535:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@63fdab07{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:20 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:20.636: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-18 06:43:20.639:INFO:oejs.AbstractConnector:main: Started ServerConnector@15c25153{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:20.639:INFO:oejs.Server:main: Started @3864ms
2019-12-18 06:43:21.024:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@15c25153{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:21.169: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-18 06:43:21.172:INFO:oejs.AbstractConnector:main: Started ServerConnector@a486d78{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:21.172:INFO:oejs.Server:main: Started @4396ms
2019-12-18 06:43:21.654:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@a486d78{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:21 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:21 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 18, 2019 6:43:21 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-18 06:43:21.816: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-18 06:43:21.818:INFO:oejs.AbstractConnector:main: Started ServerConnector@5949eba8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:21.819:INFO:oejs.Server:main: Started @5043ms
2019-12-18 06:43:22.032:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5949eba8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.122: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-18 06:43:22.124:INFO:oejs.AbstractConnector:main: Started ServerConnector@91c4a3f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.124:INFO:oejs.Server:main: Started @5349ms
2019-12-18 06:43:22.191:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@91c4a3f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.263: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-18 06:43:22.287:INFO:oejs.AbstractConnector:main: Started ServerConnector@41477a6d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.288:INFO:oejs.Server:main: Started @5513ms
2019-12-18 06:43:22.377:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@41477a6d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.452: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-18 06:43:22.455:INFO:oejs.AbstractConnector:main: Started ServerConnector@ecfbe91{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.455:INFO:oejs.Server:main: Started @5679ms
2019-12-18 06:43:22.523:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@ecfbe91{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.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-18 06:43:22.575:INFO:oejs.AbstractConnector:main: Started ServerConnector@6818d900{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.575:INFO:oejs.Server:main: Started @5800ms
2019-12-18 06:43:22.577: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-18 06:43:22.614:INFO:oejs.AbstractConnector:main: Started ServerConnector@5bca7664{HTTP/1.1,[http/1.1]}{0.0.0.0:9997}
2019-12-18 06:43:22.615:INFO:oejs.Server:main: Started @5839ms
2019-12-18 06:43:22.657:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6818d900{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.727: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-18 06:43:22.729:INFO:oejs.AbstractConnector:main: Started ServerConnector@31da3d60{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.729:INFO:oejs.Server:main: Started @5953ms
2019-12-18 06:43:22.730: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-18 06:43:22.760:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@31da3d60{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.846: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-18 06:43:22.849:INFO:oejs.AbstractConnector:main: Started ServerConnector@7f5eae0f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.849:INFO:oejs.Server:main: Started @6073ms
2019-12-18 06:43:22.917:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7f5eae0f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:22 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:22.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-18 06:43:22.963:INFO:oejs.AbstractConnector:main: Started ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:22.963:INFO:oejs.Server:main: Started @6188ms
2019-12-18 06:43:24.023:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@242a209e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 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 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.100: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-18 06:43:25.102:INFO:oejs.AbstractConnector:main: Started ServerConnector@7b6860f9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.102:INFO:oejs.Server:main: Started @8327ms
2019-12-18 06:43:25.157:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7b6860f9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.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-18 06:43:25.232:INFO:oejs.AbstractConnector:main: Started ServerConnector@1a96d94c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.233:INFO:oejs.Server:main: Started @8457ms
2019-12-18 06:43:25.278:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1a96d94c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.355: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-18 06:43:25.357:INFO:oejs.AbstractConnector:main: Started ServerConnector@791c12e3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.357:INFO:oejs.Server:main: Started @8582ms
2019-12-18 06:43:25.451:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@791c12e3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.514: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-18 06:43:25.516:INFO:oejs.AbstractConnector:main: Started ServerConnector@7c011174{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.516:INFO:oejs.Server:main: Started @8740ms
2019-12-18 06:43:25.584:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7c011174{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.658: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-18 06:43:25.660:INFO:oejs.AbstractConnector:main: Started ServerConnector@3bb5ceb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.660:INFO:oejs.Server:main: Started @8884ms
2019-12-18 06:43:25.735:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3bb5ceb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.777: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-18 06:43:25.779:INFO:oejs.AbstractConnector:main: Started ServerConnector@6e31d989{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.779:INFO:oejs.Server:main: Started @9003ms
2019-12-18 06:43:25.834:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6e31d989{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.875: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-18 06:43:25.877:INFO:oejs.AbstractConnector:main: Started ServerConnector@5e26f1ed{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.878:INFO:oejs.Server:main: Started @9102ms
2019-12-18 06:43:25.940:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5e26f1ed{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:25.980: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-18 06:43:25.982:INFO:oejs.AbstractConnector:main: Started ServerConnector@78da899f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:25.982:INFO:oejs.Server:main: Started @9207ms
2019-12-18 06:43:26.037:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@78da899f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.077: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-18 06:43:26.079:INFO:oejs.AbstractConnector:main: Started ServerConnector@a0bf272{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.079:INFO:oejs.Server:main: Started @9303ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-18 06:43:26.158:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@a0bf272{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.221: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-18 06:43:26.224:INFO:oejs.AbstractConnector:main: Started ServerConnector@21a46ff1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.224:INFO:oejs.Server:main: Started @9448ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-18 06:43:26.254:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21a46ff1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.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-18 06:43:26.292:INFO:oejs.AbstractConnector:main: Started ServerConnector@48bc2fce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.292:INFO:oejs.Server:main: Started @9516ms
2019-12-18 06:43:26.347:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@48bc2fce{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.384: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-18 06:43:26.386:INFO:oejs.AbstractConnector:main: Started ServerConnector@55296b50{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.386:INFO:oejs.Server:main: Started @9610ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-18 06:43:26.451:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@55296b50{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.491: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-18 06:43:26.514:INFO:oejs.AbstractConnector:main: Started ServerConnector@175581eb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.514:INFO:oejs.Server:main: Started @9738ms
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 107
2019-12-18 06:43:26.626:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@175581eb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.667: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-18 06:43:26.669:INFO:oejs.AbstractConnector:main: Started ServerConnector@30036a18{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.669:INFO:oejs.Server:main: Started @9893ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-18 06:43:26.736:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@30036a18{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.776: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-18 06:43:26.778:INFO:oejs.AbstractConnector:main: Started ServerConnector@6b3f4bd8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.778:INFO:oejs.Server:main: Started @10002ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-18 06:43:26.834:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6b3f4bd8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.877: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-18 06:43:26.879:INFO:oejs.AbstractConnector:main: Started ServerConnector@203765b2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.880:INFO:oejs.Server:main: Started @10104ms
2019-12-18 06:43:26.933:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@203765b2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:26 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:26.975: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-18 06:43:26.977:INFO:oejs.AbstractConnector:main: Started ServerConnector@67e6eb52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:26.977:INFO:oejs.Server:main: Started @10202ms
2019-12-18 06:43:27.039:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@67e6eb52{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.116: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-18 06:43:27.117:INFO:oejs.AbstractConnector:main: Started ServerConnector@1c92a549{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.118:INFO:oejs.Server:main: Started @10342ms
2019-12-18 06:43:27.160:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1c92a549{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.242: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-18 06:43:27.244:INFO:oejs.AbstractConnector:main: Started ServerConnector@4e2109fe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.244:INFO:oejs.Server:main: Started @10468ms
2019-12-18 06:43:27.280:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4e2109fe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.359: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-18 06:43:27.413:INFO:oejs.AbstractConnector:main: Started ServerConnector@7079f8f0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.414:INFO:oejs.Server:main: Started @10638ms
2019-12-18 06:43:27.453:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7079f8f0{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.513: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-18 06:43:27.515:INFO:oejs.AbstractConnector:main: Started ServerConnector@681d704e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.515:INFO:oejs.Server:main: Started @10740ms
2019-12-18 06:43:27.548:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@681d704e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.592: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-18 06:43:27.614:INFO:oejs.AbstractConnector:main: Started ServerConnector@26495639{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.614:INFO:oejs.Server:main: Started @10838ms
2019-12-18 06:43:27.644:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@26495639{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.680: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-18 06:43:27.682:INFO:oejs.AbstractConnector:main: Started ServerConnector@69bca406{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.682:INFO:oejs.Server:main: Started @10906ms
2019-12-18 06:43:27.731:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@69bca406{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.765: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-18 06:43:27.767:INFO:oejs.AbstractConnector:main: Started ServerConnector@8d5da7e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.767:INFO:oejs.Server:main: Started @10991ms
2019-12-18 06:43:27.822:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8d5da7e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.860: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-18 06:43:27.862:INFO:oejs.AbstractConnector:main: Started ServerConnector@57920d6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.862:INFO:oejs.Server:main: Started @11086ms
2019-12-18 06:43:27.915:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@57920d6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:27 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:27.954: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-18 06:43:27.956:INFO:oejs.AbstractConnector:main: Started ServerConnector@54ae1240{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:27.956:INFO:oejs.Server:main: Started @11181ms
2019-12-18 06:43:27.984:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@54ae1240{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:28.086: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-18 06:43:28.088:INFO:oejs.AbstractConnector:main: Started ServerConnector@3c68e82{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:28.088:INFO:oejs.Server:main: Started @11312ms
2019-12-18 06:43:28.139:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3c68e82{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:28.172: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-18 06:43:28.174:INFO:oejs.AbstractConnector:main: Started ServerConnector@67a3394c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:28.174:INFO:oejs.Server:main: Started @11398ms
2019-12-18 06:43:28.229:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@67a3394c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:28.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-18 06:43:28.268:INFO:oejs.AbstractConnector:main: Started ServerConnector@457b8fc3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:28.268:INFO:oejs.Server:main: Started @11492ms
2019-12-18 06:43:28.320:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@457b8fc3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:28.356: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-18 06:43:28.357:INFO:oejs.AbstractConnector:main: Started ServerConnector@8636cf4{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:28.357:INFO:oejs.Server:main: Started @11582ms
2019-12-18 06:43:28.434:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8636cf4{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:28.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-18 06:43:28.475:INFO:oejs.AbstractConnector:main: Started ServerConnector@4769537a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:28.476:INFO:oejs.Server:main: Started @11700ms
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread qtp1406318631-979
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread qtp1406318631-975
Dec 18, 2019 6:43:28 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread qtp1406318631-977
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
2019-12-18 06:43:29.545:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4769537a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.582: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-18 06:43:29.583:INFO:oejs.AbstractConnector:main: Started ServerConnector@328bc067{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.583:INFO:oejs.Server:main: Started @12808ms
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread qtp2047162261-1001
2019-12-18 06:43:29.610:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@328bc067{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.648: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-18 06:43:29.649:INFO:oejs.AbstractConnector:main: Started ServerConnector@57806346{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.649:INFO:oejs.Server:main: Started @12874ms
2019-12-18 06:43:29.664:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@57806346{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.694: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-18 06:43:29.713:INFO:oejs.AbstractConnector:main: Started ServerConnector@912a644{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.713:INFO:oejs.Server:main: Started @12938ms
2019-12-18 06:43:29.734:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@912a644{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.766: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-18 06:43:29.769:INFO:oejs.AbstractConnector:main: Started ServerConnector@7b6b99c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.769:INFO:oejs.Server:main: Started @12993ms
2019-12-18 06:43:29.788:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7b6b99c5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.841: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-18 06:43:29.843:INFO:oejs.AbstractConnector:main: Started ServerConnector@12051d38{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.843:INFO:oejs.Server:main: Started @13068ms
2019-12-18 06:43:29.860:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@12051d38{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.891: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-18 06:43:29.893:INFO:oejs.AbstractConnector:main: Started ServerConnector@ab2e887{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.893:INFO:oejs.Server:main: Started @13118ms
2019-12-18 06:43:29.928:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@ab2e887{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:29 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:29.960: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-18 06:43:29.961:INFO:oejs.AbstractConnector:main: Started ServerConnector@20276412{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:29.962:INFO:oejs.Server:main: Started @13186ms
2019-12-18 06:43:29.983:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@20276412{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.042: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-18 06:43:30.044:INFO:oejs.AbstractConnector:main: Started ServerConnector@227c0cf7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.044:INFO:oejs.Server:main: Started @13268ms
2019-12-18 06:43:30.468:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@227c0cf7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.532: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-18 06:43:30.534:INFO:oejs.AbstractConnector:main: Started ServerConnector@45430a27{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.534:INFO:oejs.Server:main: Started @13759ms
2019-12-18 06:43:30.568:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@45430a27{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.637: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-18 06:43:30.639:INFO:oejs.AbstractConnector:main: Started ServerConnector@50b78155{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.639:INFO:oejs.Server:main: Started @13863ms
2019-12-18 06:43:30.682:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@50b78155{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.744: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-18 06:43:30.745:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a76c90{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.745:INFO:oejs.Server:main: Started @13970ms
2019-12-18 06:43:30.827:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4a76c90{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.868: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-18 06:43:30.925:INFO:oejs.AbstractConnector:main: Started ServerConnector@5af8ef61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.926:INFO:oejs.Server:main: Started @14150ms
2019-12-18 06:43:30.954:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5af8ef61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:30 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:30.983: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-18 06:43:30.984:INFO:oejs.AbstractConnector:main: Started ServerConnector@3437fc4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:30.984:INFO:oejs.Server:main: Started @14209ms
2019-12-18 06:43:31.036:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3437fc4f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.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-18 06:43:31.075:INFO:oejs.AbstractConnector:main: Started ServerConnector@333e01c6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.075:INFO:oejs.Server:main: Started @14299ms
2019-12-18 06:43:31.116:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@333e01c6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.145: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-18 06:43:31.146:INFO:oejs.AbstractConnector:main: Started ServerConnector@2a10407e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.146:INFO:oejs.Server:main: Started @14371ms
2019-12-18 06:43:31.168:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2a10407e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.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-18 06:43:31.213:INFO:oejs.AbstractConnector:main: Started ServerConnector@7b8d1537{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.214:INFO:oejs.Server:main: Started @14438ms
2019-12-18 06:43:31.234:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7b8d1537{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.261: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-18 06:43:31.263:INFO:oejs.AbstractConnector:main: Started ServerConnector@5dd79a57{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.263:INFO:oejs.Server:main: Started @14487ms
2019-12-18 06:43:31.286:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5dd79a57{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.338: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-18 06:43:31.340:INFO:oejs.AbstractConnector:main: Started ServerConnector@1f40bb80{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.341:INFO:oejs.Server:main: Started @14565ms
2019-12-18 06:43:31.362:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@1f40bb80{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.425: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-18 06:43:31.427:INFO:oejs.AbstractConnector:main: Started ServerConnector@79690a0a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.427:INFO:oejs.Server:main: Started @14651ms
2019-12-18 06:43:31.453:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@79690a0a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:31 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:43:31.484: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-18 06:43:31.486:INFO:oejs.AbstractConnector:main: Started ServerConnector@381ed137{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:43:31.486:INFO:oejs.Server:main: Started @14710ms
2019-12-18 06:43:31.536:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@381ed137{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:43:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:43:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:43:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:43:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:43:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:43:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:43:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:44:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:44:03 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 18, 2019 6:44:15 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@366e2eef: startup date [Wed Dec 18 06:44:15 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:15 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6691490c: startup date [Wed Dec 18 06:44:17 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:17 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@26f143ed: startup date [Wed Dec 18 06:44:17 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:17 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@d59970a: startup date [Wed Dec 18 06:44:17 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:17 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:44:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:17 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6edc4161: startup date [Wed Dec 18 06:44:17 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:17 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 18, 2019 6:44:18 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:44:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:18 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1c758545: startup date [Wed Dec 18 06:44:18 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:18 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 18, 2019 6:44:18 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12c60152: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@620c8641: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@26bbe604: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6d074b14: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fbb4061: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3a8d467e: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:44:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:19 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1e0fdb2f: startup date [Wed Dec 18 06:44:19 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:19 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6274670b: startup date [Wed Dec 18 06:44:20 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:20 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@43ac0a68: startup date [Wed Dec 18 06:44:20 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:20 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f992a3a: startup date [Wed Dec 18 06:44:20 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:20 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2506e949: startup date [Wed Dec 18 06:44:20 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:20 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7ca492d9: startup date [Wed Dec 18 06:44:20 GMT 2019]; root of context hierarchy
Dec 18, 2019 6:44:20 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 18, 2019 6:44:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:44:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:44:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:44:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:44:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:35 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:44:35.750:INFO::main: Logging initialized @677ms to org.eclipse.jetty.util.log.StdErrLog
[DEBUG] (main) Using Console logging
2019-12-18 06:44:36.940: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-18 06:44:36.980:INFO:oejs.AbstractConnector:main: Started ServerConnector@340b9973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:44:36.981:INFO:oejs.Server:main: Started @1908ms
2019-12-18 06:44:37.373:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@340b9973{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:44:37 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:44:37.466: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-18 06:44:37.468:INFO:oejs.AbstractConnector:main: Started ServerConnector@21d8bcbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:44:37.469:INFO:oejs.Server:main: Started @2396ms
2019-12-18 06:44:37.536:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21d8bcbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:44:37 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-18 06:44:37.642: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-18 06:44:37.645:INFO:oejs.AbstractConnector:main: Started ServerConnector@552518c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-18 06:44:37.645:INFO:oejs.Server:main: Started @2573ms
2019-12-18 06:44:37.719:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@552518c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 18, 2019 6:44:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:44:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Declared properties
Resource class link
Inherited properties
Set link
String link
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty
INFO: Computed property
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testMap
INFO: Map
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks
INFO: Links
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testArray
INFO: Array
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed
INFO: Mixed EL and template vars link
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks
INFO: EL binding
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings
INFO: QueryResource
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting
INFO: No Recursive Nesting
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource
INFO: QueryResource
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testEL
INFO: El link
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink
INFO: EL binding
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource
INFO: BeanParamResource
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding
INFO: EL binding
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource
INFO: QueryResource
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition
INFO: Condition
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles
INFO: Link styles
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource
INFO: Subresource
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting
INFO: Nesting
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields
INFO: Links from field values
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection
INFO: Collection
Dec 18, 2019 6:44:43 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes
INFO: EL scopes
Create expression factory
Literal expression
Nested expression
Embedded expression
Multiple expressions
Raw expression
Boolean expression
Template Literal
EL
Parameters
Literal
EL
Multiple Literal
Dec 18, 2019 6:44:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:44:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:44:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:44:58 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 18, 2019 6:44:58 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 18, 2019 6:44: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 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 431dd1b6-ca18-48a8-ad9f-642db8763b70 initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 431dd1b6-ca18-48a8-ad9f-642db8763b70 shut down
Dec 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 839520c3-7555-42f0-b763-d343a8412040 initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 839520c3-7555-42f0-b763-d343a8412040 shut down
Dec 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7143fc2c-420b-4bb3-aa5c-ab78f569893f initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7143fc2c-420b-4bb3-aa5c-ab78f569893f shut down
Dec 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4b25ab50-493c-44d7-999f-57b173a8f2c8 initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4b25ab50-493c-44d7-999f-57b173a8f2c8 shut down
Dec 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc1c5b44-ca8c-4b09-9791-22bea7f59404 initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc1c5b44-ca8c-4b09-9791-22bea7f59404 shut down
Dec 18, 2019 6:44: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 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e76923d-27cc-4749-9748-eed80919be0a initialized
Dec 18, 2019 6:44:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e76923d-27cc-4749-9748-eed80919be0a shut down
Dec 18, 2019 6:45: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 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e56026ad-701a-47ea-adde-ed4a8c54e8c1 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e56026ad-701a-47ea-adde-ed4a8c54e8c1 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 458ea67e-9f8b-46cc-90da-9f974e341b40 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 458ea67e-9f8b-46cc-90da-9f974e341b40 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c3b965c5-2cc5-4131-ba02-e20d21952e74 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c3b965c5-2cc5-4131-ba02-e20d21952e74 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cc2049b1-4c83-467f-bf9f-f8a0c53c6c22 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cc2049b1-4c83-467f-bf9f-f8a0c53c6c22 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e60221c-a041-4713-84c1-399bc2d52998 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e60221c-a041-4713-84c1-399bc2d52998 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80d21e05-5e7b-43d2-a780-c039b615d493 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80d21e05-5e7b-43d2-a780-c039b615d493 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82f6aa46-895e-4f2d-be35-0851f1588a95 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 82f6aa46-895e-4f2d-be35-0851f1588a95 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7978f6de-be9d-41c6-9800-c2ec06d61e5d initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7978f6de-be9d-41c6-9800-c2ec06d61e5d shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bcea4ab4-90c7-4832-b99e-0d298fae79dc initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bcea4ab4-90c7-4832-b99e-0d298fae79dc shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aceb4913-f852-471f-9be0-b6a6d622256e initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aceb4913-f852-471f-9be0-b6a6d622256e shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f56ab74-be76-4068-a92e-7421b90b8cb8 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f56ab74-be76-4068-a92e-7421b90b8cb8 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 85f73267-76aa-4da5-bc5e-715fe5b5e36f initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 85f73267-76aa-4da5-bc5e-715fe5b5e36f shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e5284ea-e7eb-4ab1-9f09-593dee72ced1 initialized
Dec 18, 2019 6:45:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3e5284ea-e7eb-4ab1-9f09-593dee72ced1 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbafca92-04c1-4022-9bab-f2d8e8a269c3 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbafca92-04c1-4022-9bab-f2d8e8a269c3 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container aade0379-f47d-47a6-b657-6f332d80e6ee initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container aade0379-f47d-47a6-b657-6f332d80e6ee shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d3b04ca-006c-4f91-bccb-92222db63fe8 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d3b04ca-006c-4f91-bccb-92222db63fe8 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 638ac38f-5f79-420a-b3ef-4f0e2bc3508c initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 638ac38f-5f79-420a-b3ef-4f0e2bc3508c shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 224c2ca6-76b6-441c-a821-75ff913653c0 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 224c2ca6-76b6-441c-a821-75ff913653c0 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f479fea-6365-466a-9968-e4ef68fbec39 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f479fea-6365-466a-9968-e4ef68fbec39 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c380956f-c95c-46c9-9595-08933dcd0431 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c380956f-c95c-46c9-9595-08933dcd0431 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 04fb5451-abdc-443a-9d55-4e2af0ee6e7c initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 04fb5451-abdc-443a-9d55-4e2af0ee6e7c shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e3fde6fb-33d9-42a8-a15a-5c2a1c4102db initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e3fde6fb-33d9-42a8-a15a-5c2a1c4102db shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f2e17726-8dd0-4f1d-886b-1e11cc2efcf1 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f2e17726-8dd0-4f1d-886b-1e11cc2efcf1 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3f7f7cf7-17da-47d3-b0fc-7ce606bfbfc7 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3f7f7cf7-17da-47d3-b0fc-7ce606bfbfc7 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1209f75c-1abd-4a8c-93fe-1e3e26f27a0e initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1209f75c-1abd-4a8c-93fe-1e3e26f27a0e shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd4d236e-96e0-4269-aec4-7d9681848b9d initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd4d236e-96e0-4269-aec4-7d9681848b9d shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 14852efd-39f0-42ee-89e7-c304d93f8551 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 14852efd-39f0-42ee-89e7-c304d93f8551 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d632b9e-340f-4c7f-bd1e-576fe3428b2d initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d632b9e-340f-4c7f-bd1e-576fe3428b2d shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1b845a62-694c-4494-a63d-a8fc76e1649d initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1b845a62-694c-4494-a63d-a8fc76e1649d shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 222392b0-cafd-4353-a098-ccfc022cbbb1 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 222392b0-cafd-4353-a098-ccfc022cbbb1 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d429ce4-12b4-4e8b-a19d-e8bf1052ac93 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d429ce4-12b4-4e8b-a19d-e8bf1052ac93 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae39a20e-0ee7-464b-9c99-0e5e232d6414 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae39a20e-0ee7-464b-9c99-0e5e232d6414 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e09af5ef-9506-4b47-9e3f-531cf9b2c030 initialized
Dec 18, 2019 6:45:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e09af5ef-9506-4b47-9e3f-531cf9b2c030 shut down
Dec 18, 2019 6:45: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 18, 2019 6:45:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0fd9318a-8a60-4fd1-b73b-ebecead70400 initialized
Dec 18, 2019 6:45: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 18, 2019 6:45:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 809b988b-d520-4946-b075-7a54c7126b5a initialized
Dec 18, 2019 6:45: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 18, 2019 6:45:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d694939c-8957-4e2f-9351-3e021b9e6a83 initialized
Dec 18, 2019 6:45: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 18, 2019 6:45:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3d15705d-824c-4091-8053-3446c11abd6c initialized
Dec 18, 2019 6:45: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 18, 2019 6:45:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ceeec6b8-d82f-4697-8daa-9d314c5e8261 initialized
Weld SE container 0fd9318a-8a60-4fd1-b73b-ebecead70400 shut down by shutdown hook
Weld SE container 809b988b-d520-4946-b075-7a54c7126b5a shut down by shutdown hook
Weld SE container d694939c-8957-4e2f-9351-3e021b9e6a83 shut down by shutdown hook
Weld SE container 3d15705d-824c-4091-8053-3446c11abd6c shut down by shutdown hook
Weld SE container ceeec6b8-d82f-4697-8daa-9d314c5e8261 shut down by shutdown hook
Dec 18, 2019 6:45:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:45:13 AM org.jvnet.mimepull.WeakDataFile close
INFO: File /tmp/MIME3403352978622926711.tmp was not deleted
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:45:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] 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 18, 2019 6:45:17 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 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:45:18 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 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:45:18 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 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 6:45:20 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 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 6:45:20 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 18, 2019 6:45:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:45:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] 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 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:45:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:45:30 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 18, 2019 6:45:30 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 18, 2019 6:45:30 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 18, 2019 6:45:30 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 18, 2019 6:45:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:45:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:45:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:45:40 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 18, 2019 6:45:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8=
Dec 18, 2019 6:45:54 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 18, 2019 6:45:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:46:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:04 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:04 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:04 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:05 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:05 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:08 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:11 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:11 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:46:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:46:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:16 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:18 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:21 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:24 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:27 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:30 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:33 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:34 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:34 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:34 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:34 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:38 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:42 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:46 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:47 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:47 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:54 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:46:55 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:46:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:46:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:47:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:47:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:47:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:47:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:03 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:03 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:03 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:03 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:04 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:07 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:10 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:47:10 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:47: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 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:47:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:15 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:15 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47: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 18, 2019 6:47:16 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:16 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 18, 2019 6:47:16 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:16 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 18, 2019 6:47:16 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 18, 2019 6:47:16 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 18, 2019 6:47:16 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 18, 2019 6:47:19 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:19 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 18, 2019 6:47:19 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 18, 2019 6:47:22 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:22 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 18, 2019 6:47:22 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 18, 2019 6:47:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:47:25 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 18, 2019 6:47:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:25 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 18, 2019 6:47:25 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:26 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 18, 2019 6:47:26 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 18, 2019 6:47:26 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 18, 2019 6:47:26 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 18, 2019 6:47:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:47:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:47:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:47:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:47:30 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:30 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:30 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:30 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:31 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:34 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:37 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:47:37 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:39 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:47:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:47:44 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:47:47 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:47:50 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:47:53 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 18, 2019 6:47:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:47:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:47:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:47:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:00 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:00 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:04 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:48:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:08 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:08 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:08 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:08 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:09 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:09 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:09 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
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 18, 2019 6:48:09 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:09 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:14 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 18, 2019 6:48:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:15 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 18, 2019 6:48:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:16 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 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:48:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 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 18, 2019 6:48:17 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 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:48:17 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=177
	locatorId=17
	identityHashCode=585637516
	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=177
	locatorId=17
	identityHashCode=585637516
	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 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:17 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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=180
	locatorId=19
	identityHashCode=262093096
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=180
	locatorId=19
	identityHashCode=262093096
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=180
	locatorId=19
	identityHashCode=262093096
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=180
	locatorId=19
	identityHashCode=262093096
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:18 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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=1553544410
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=1553544410
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=1553544410
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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=1553544410
	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.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(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 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:27 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:48:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:48:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:48:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:02 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 18, 2019 6:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:03 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 18, 2019 6:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
filter2
filter1
filter2
reader
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:49:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:49:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:13 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:16 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:16 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:49:26 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 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:49:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:49:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:49:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:49:35 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 18, 2019 6:49:35 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 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:49:35 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 18, 2019 6:49:35 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 18, 2019 6:49:35 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 18, 2019 6:49:35 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 18, 2019 6:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Dec 18, 2019 6:49:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Dec 18, 2019 6:49:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Token received from user: 3f4c62b726744624b67fc4d5412c48a6
Verifier: 3ae526a60af148218f0c41c5052ecc0b
Dec 18, 2019 6:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:43 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 18, 2019 6:49:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:44 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 18, 2019 6:49:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Dec 18, 2019 6:49:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Dec 18, 2019 6:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:49:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:49:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:49:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:50:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:50:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:50:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:50:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:50:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:50:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:50:05 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 18, 2019 6:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:50:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:50:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:50:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:50:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:50:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:50:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:51:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:51:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:40 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:41 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 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:51:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:51:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:51:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:51:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:51:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:51:57 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter
INFO: URI Created in the resource method > location
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter
INFO: LocationManipulationFilter applied.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo
INFO: LocationManipulationInterceptor applied.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 18, 2019 6:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:58 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:51:59 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 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:51:59 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 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:51:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:51:59 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:52:00 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 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:52:00 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Accept-Language
Dec 18, 2019 6:52:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:13 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 18, 2019 6:52:13 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 18, 2019 6:52:13 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 18, 2019 6:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter
INFO: Response status is: 500
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 18, 2019 6:52:14 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector
INFO: Response status is: 401
Dec 18, 2019 6:52:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 18, 2019 6:52:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 18, 2019 6:52:15 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 18, 2019 6:52:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 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 18, 2019 6:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 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 18, 2019 6:52:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:52:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:52:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:52:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:52:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 6:52:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 6:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:50 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 18, 2019 6:52:50 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Dec 18, 2019 6:52:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:50 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 18, 2019 6:52:51 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.

Dec 18, 2019 6:52:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:56 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:52:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation
INFO: Location resolved from response > location
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation
INFO: Location resolved from response > null
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:52:57 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash
INFO: Location resolved from response > /location
Dec 18, 2019 6:52:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:52:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:07 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 6 requests to finish...

Dec 18, 2019 6:53:08 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 18, 2019 6:53:08 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/location
Dec 18, 2019 6:53:08 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation
INFO: Location resolved from response > null
Dec 18, 2019 6:53:08 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/locationWithBody
Dec 18, 2019 6:53:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:12 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation
INFO: Location resolved from response > http://localhost:9998/test/location
Dec 18, 2019 6:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:53:13 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation
INFO: Location resolved from response > null
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:53:13 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash
INFO: Location resolved from response > http://localhost:9998/location
Dec 18, 2019 6:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:15 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 18, 2019 6:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:16 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 18, 2019 6:53:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:20 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Dec 18, 2019 6:53:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 3 requests to finish...

Dec 18, 2019 6:53:21 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync
Dec 18, 2019 6:53:21 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync
Dec 18, 2019 6:53:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:27 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 18, 2019 6:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:53:28 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 18, 2019 6:53:29 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:29 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:53:29 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 18, 2019 6:53:29 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:29 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:53:29 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 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:53:29 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 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:53:30 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 18, 2019 6:53:30 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:30 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:53:30 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 18, 2019 6:53:30 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:30 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:53:30 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 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:53:30 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 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:53:31 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 18, 2019 6:53:31 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:31 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:53:31 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 18, 2019 6:53:31 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:31 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:53:32 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 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:53:32 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 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:53:32 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 18, 2019 6:53:32 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:32 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:53:32 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 18, 2019 6:53:32 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:32 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:53:32 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 18, 2019 6:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:35 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 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:53:36 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 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:53:36 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 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:53:36 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 18, 2019 6:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:39 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 18, 2019 6:53:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:53:40 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 18, 2019 6:53:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:40 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:53:40 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 18, 2019 6:53:41 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:41 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 18, 2019 6:53:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:53:41 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 18, 2019 6:53:41 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 18, 2019 6:53:41 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 18, 2019 6:53:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 18, 2019 6:53:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:53:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:44 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 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:53:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:53:47 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 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:53:47 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 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:53:47 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 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:53:47 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 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:53:47 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 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:53:48 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 18, 2019 6:53:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:53:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:50 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 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
SERVER: patch request received.
Dec 18, 2019 6:53:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:54:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:54:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:54:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:54:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:06 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 18, 2019 6:54:06 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 18, 2019 6:54:08 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:12 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:14 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:16 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:18 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:22 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:24 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:26 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:30 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:32 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:34 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:38 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:40 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:42 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:44 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:46 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:48 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:52 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:54 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:56 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:54:58 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:00 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:02 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:06 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:08 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:10 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:12 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:14 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:16 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:18 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:20 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:22 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:24 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:26 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:28 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:30 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:32 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:34 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:36 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:38 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:40 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:42 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:44 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:46 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:48 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:52 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:54 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:56 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:55:58 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:56:00 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:56:02 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:56:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:56:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:09 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 18, 2019 6:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:56:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:56:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:17 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-2
Dec 18, 2019 6:56:17 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-0
Dec 18, 2019 6:56:17 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-1
Dec 18, 2019 6:56:18 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 18, 2019 6:56:18 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 18, 2019 6:56:18 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 18, 2019 6:56:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:18 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 18, 2019 6:56:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:56:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:56:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:56:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:55 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 18, 2019 6:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:56:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:56:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:57:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:57:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:27 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 18 requests to finish...

Dec 18, 2019 6:57:29 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 18, 2019 6:57:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:57:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:57:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:57:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:57:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:57:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:57:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:57:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:01 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:04 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 18, 2019 6:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:58:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:58:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 6:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:58:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:58:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:58:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:58:59 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 8 requests to finish...

Dec 18, 2019 6:59:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 6:59:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 6:59:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:30 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] 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<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 18, 2019 6:59:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:31 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 47 requests to finish...

Dec 18, 2019 6:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:35 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] 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<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 18, 2019 6:59:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:35 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 18, 2019 6:59:37 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

Dec 18, 2019 6:59:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:59:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:59:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:56 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 18, 2019 6:59:56 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 18, 2019 6:59:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 6:59:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:58 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 18, 2019 6:59:58 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 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:58 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 18, 2019 6:59:58 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 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 6:59:58 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 18, 2019 6:59:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:58 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 18, 2019 6:59:58 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 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 6:59:59 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 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:59 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 18, 2019 6:59:59 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 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 6:59:59 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 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 6:59:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 6:59:59 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 18, 2019 6:59:59 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 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 6:59:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:01 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:00:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:00:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:00:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:21 AM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Dec 18, 2019 7:00:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:00:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:41 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] 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<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 18, 2019 7:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:41 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

Dec 18, 2019 7:00:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:00:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:00:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:00:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:00:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:00:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:00:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:00:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:01:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:01:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:01:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:01:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 18, 2019 7:01:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 18, 2019 7:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 18, 2019 7:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-101] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-102] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-103] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-104] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-105] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-106] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-107] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-108] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-109] Started.
Dec 18, 2019 7:01:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-110] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-111] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-112] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-113] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-114] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-115] Started.
Dec 18, 2019 7:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-116] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-117] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-118] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-119] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-120] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-121] Started.
Dec 18, 2019 7:01:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-122] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-123] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-124] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-125] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-126] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-127] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-128] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-129] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-130] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-131] Started.
Dec 18, 2019 7:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-132] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-133] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-134] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-135] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-136] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-137] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-138] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-139] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-140] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-141] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-142] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-143] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-144] Started.
Dec 18, 2019 7:01:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-145] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-146] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-147] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-148] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-149] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-150] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-151] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-152] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-153] Started.
Dec 18, 2019 7:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-154] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-155] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-156] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-157] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-158] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Expected: {"property":null}
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Actual:   {}
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-159] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-160] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-161] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-162] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-163] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-164] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-165] Started.
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-166] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-167] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-168] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-169] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-170] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-171] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-172] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-173] Started.
Dec 18, 2019 7:01:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:01:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:01:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:01:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:01:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:01:42 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 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:01:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:01:44 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 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 18, 2019 7:01:45 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 18, 2019 7:01:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 18, 2019 7:01:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 18, 2019 7:01:48 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 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 18, 2019 7:01:49 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 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 18, 2019 7:01:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 18, 2019 7:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:01:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:01:55 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 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:01:56 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 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:01:56 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 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:01:56 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 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:01:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:01:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:01:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:01:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:14 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 18, 2019 7:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:15 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 18, 2019 7:02:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Slow subscriber completed
Dec 18, 2019 7:02:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:27 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 18, 2019 7:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:30 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:33 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 18, 2019 7:02:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@1647bdd9
Dec 18, 2019 7:02:37 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@378c598a] from custom-executor-thread-1
Dec 18, 2019 7:02:37 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 18, 2019 7:02:37 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@394c6842] from custom-executor-thread-1
Dec 18, 2019 7:02:37 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 18, 2019 7:02:37 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close
INFO: onComplete called from custom-executor-thread-1
Dec 18, 2019 7:02:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 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 18, 2019 7:02:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:43 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:02:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:02:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:02:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02:56 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 18, 2019 7:02:57 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 18, 2019 7:02:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1418e07f-85ce-4918-8345-4bfa7d389d14 initialized
Dec 18, 2019 7:02:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:02: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 18, 2019 7:02:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 850c5a49-92c9-4798-a0ee-88eaaa21b795 initialized
Dec 18, 2019 7:02:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1418e07f-85ce-4918-8345-4bfa7d389d14 shut down
Dec 18, 2019 7:02:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 850c5a49-92c9-4798-a0ee-88eaaa21b795 shut down
Dec 18, 2019 7:02:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02: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 18, 2019 7:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3333449-3e07-4d76-878d-832f5acb3fa6 initialized
Dec 18, 2019 7:02:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:02: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 18, 2019 7:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d38e9d8-95e8-49d1-8ad2-9366e8b845e1 initialized
Dec 18, 2019 7:02:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3333449-3e07-4d76-878d-832f5acb3fa6 shut down
Dec 18, 2019 7:02:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:02:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d38e9d8-95e8-49d1-8ad2-9366e8b845e1 shut down
Dec 18, 2019 7:02:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:02: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 18, 2019 7:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3cbd9ef3-41a9-4d56-8293-f50c5b837c17 initialized
Dec 18, 2019 7:02:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:02:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:02: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 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3a873858-fc42-4e3f-af14-3ca8cf41ca73 initialized
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3cbd9ef3-41a9-4d56-8293-f50c5b837c17 shut down
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3a873858-fc42-4e3f-af14-3ca8cf41ca73 shut down
Dec 18, 2019 7:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03: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 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a99eee76-1fa5-4c10-a304-67e207b9d9a3 initialized
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03: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 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44eb591b-1803-47d9-b238-f929b767bf72 initialized
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a99eee76-1fa5-4c10-a304-67e207b9d9a3 shut down
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44eb591b-1803-47d9-b238-f929b767bf72 shut down
Dec 18, 2019 7:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03: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 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d3affd0-1f00-419f-aee7-951cf51cb09a initialized
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:03: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 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ca1fe88e-0a15-420a-a25b-03ee6d3cd6e9 initialized
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d3affd0-1f00-419f-aee7-951cf51cb09a shut down
Dec 18, 2019 7:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ca1fe88e-0a15-420a-a25b-03ee6d3cd6e9 shut down
Dec 18, 2019 7:03: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 18, 2019 7:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05c88871-63e7-49ae-a2a7-81662b3206e1 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 89a49203-0c38-4026-b74b-2c6352707b65 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ec5854c9-da23-4559-88ee-a0a2292a9750 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fde0c6eb-f735-4b99-885d-97d2cd5415af initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c0cb9f2b-7f59-40f7-a1a6-19cf9fa75d9e initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4c46658-cf55-4382-9662-2883c22e7cff initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 65a53f9d-117b-4a5c-961c-9bb8a37abcb8 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0698cb81-4267-4618-b4fc-fc7ba0c19685 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4737b006-bff6-4c5e-9ff1-6338d369f376 initialized
Dec 18, 2019 7:03: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 18, 2019 7:03:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 745633fc-b39e-4622-9acd-f57b41397cd0 initialized
Weld SE container 05c88871-63e7-49ae-a2a7-81662b3206e1 shut down by shutdown hook
Weld SE container 89a49203-0c38-4026-b74b-2c6352707b65 shut down by shutdown hook
Weld SE container ec5854c9-da23-4559-88ee-a0a2292a9750 shut down by shutdown hook
Weld SE container fde0c6eb-f735-4b99-885d-97d2cd5415af shut down by shutdown hook
Weld SE container c0cb9f2b-7f59-40f7-a1a6-19cf9fa75d9e shut down by shutdown hook
Weld SE container b4c46658-cf55-4382-9662-2883c22e7cff shut down by shutdown hook
Weld SE container 65a53f9d-117b-4a5c-961c-9bb8a37abcb8 shut down by shutdown hook
Weld SE container 0698cb81-4267-4618-b4fc-fc7ba0c19685 shut down by shutdown hook
Weld SE container 4737b006-bff6-4c5e-9ff1-6338d369f376 shut down by shutdown hook
Weld SE container 745633fc-b39e-4622-9acd-f57b41397cd0 shut down by shutdown hook
Dec 18, 2019 7:03:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:03:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:16 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 18, 2019 7:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:03:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:03:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:03:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:03:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:03:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:03:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:03:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:04:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:04:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:22 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: An I/O error has occurred while writing a response message entity to the container output stream.
org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-after-first-bytes
	at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java: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 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
java.lang.Throwable: throwable
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$Resource.throwsThrowable(ExceptionMapperTest.java:173)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java: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 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
java.lang.NullPointerException: response-filter-exception
	at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:426)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:172)
	at org.glassfish.jersey.server.ContainerFilteringStage$ResponseFilterStage.apply(ContainerFilteringStage.java:139)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:147)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java: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 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
SEVERE: Error occurred when processing a response created from an already mapped exception.
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.server.ServerRuntime$Responder release
WARNING: Attempt to release request processing resources has failed for a request.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:626)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:651)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java: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 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:04:32 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 18, 2019 7:04:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:04:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:04:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:53 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:04:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:04:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:04:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:04:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:04:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:04 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 28 requests to finish...

Dec 18, 2019 7:05:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:05:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:05:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:19 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:05:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 7:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:05:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:05:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 18, 2019 7:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 18, 2019 7:05:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:49 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 18, 2019 7:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:49 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 18, 2019 7:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:05:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 18, 2019 7:05:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:05:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 18, 2019 7:06:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:06:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:06:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:06:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:12 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:06:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 18, 2019 7:06:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
bar-executor-service bar-executor-service
Dec 18, 2019 7:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:06:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:06:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:48 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:06:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:06:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.

Dec 18, 2019 7:06:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root/loc/loc">
            <method id="hello" name="GET">
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
            <resource path="sub">
                <method id="helloSub" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root/loc">
            <method id="hello" name="GET">
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
            <resource path="sub">
                <method id="helloSub" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root1">
            <resource path="loc">
                <method id="hello" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
                <resource path="sub">
                    <method id="helloSub" name="GET">
                        <response>
                            <representation mediaType="text/plain"/>
                        </response>
                    </method>
                </resource>
                <resource path="loc">
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </resource>
            </resource>
        </resource>
        <resource path="root2">
            <resource path="loc">
                <method id="hello" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
                <resource path="sub">
                    <method id="helloSub" name="GET">
                        <response>
                            <representation mediaType="text/plain"/>
                        </response>
                    </method>
                </resource>
                <resource path="loc">
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </resource>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="form">
            <method id="post" name="POST">
                <request>
                    <representation mediaType="application/x-www-form-urlencoded">
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="a" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="b" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="c" style="query" type="xs:string"/>
                    </representation>
                </request>
            </method>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="fieldParam/{pp}">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="pp" style="template" type="xs:string"/>
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="mp" style="matrix" type="xs:string"/>
            <method id="get" name="GET">
                <request>
                    <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="q" style="query" type="xs:string"/>
                    <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hp" style="header" type="xs:string"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: /application.wadl?detail=true"/>
    <grammars/>
    <resources base="/">
        <resource path="emptyproduces">
            <method id="put" name="PUT">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <resource path="/sub">
                <method id="post" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3/verbose">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
        <resource path="widgets">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="test" style="matrix" type="xs:string"/>
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="deleteWidget" name="DELETE"/>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets">
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="deleteWidget" name="DELETE"/>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
        </resource>
    </resources>
</application>
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:06:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
Dec 18, 2019 7:06:55 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: /application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://myBaseUri">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
        </resource>
        <resource path="widgets">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="test" style="matrix" type="xs:string"/>
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="deleteWidget" name="DELETE"/>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3">
            <method id="updateWidget" name="PUT">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
            </method>
            <method id="getWidget" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="deleteWidget" name="DELETE"/>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3/verbose">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>

Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="not-annotated">
            <resource path="subresource">
                <method id="myMethod1" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="myMethod2" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="annotated">
            <resource path="subresource">
                <method id="myMethod1" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="myMethod2" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:06:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:06:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:06:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 18, 2019 7:06:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:00 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 18, 2019 7:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="resource">
            <method id="resourceGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <resource path="visible">
                <method id="resourceVisiblePost" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:07:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-18 06:38:07"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="all-extended">
            <method id="allExtendedGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="sub">
                <method id="allExtendedSubGet" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <resource path="locator">
                <method id="get" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
        <resource path="resource">
            <method id="resourceExtendedPost" name="POST">
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="resourceGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="visible">
                <method id="resourceVisiblePost" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
            <resource path="extended">
                <method id="resourceExtendedGet" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 18, 2019 7:07:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:04 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:08 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 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:08 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 18, 2019 7:07:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:07:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:07:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:07:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:07:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:07:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:26 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07: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.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource.
Dec 18, 2019 7:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:37 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:38 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 18, 2019 7:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:38 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 18, 2019 7:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 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 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 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 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:07:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:40 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 18, 2019 7:07:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:07:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:51 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 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:07:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:52 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 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:07:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:07:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:07:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:07:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:07:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:00 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:03 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:08 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:13 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:25 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@47cb0abb
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@47cb0abb
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@47cb0abb
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:28 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:32 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:32 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 18, 2019 7:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:33 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 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:33 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 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:35 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[EL Warning]: moxy: 2019-12-18 07:08:36.757--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 18, 2019 7:08:37 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 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[EL Warning]: moxy: 2019-12-18 07:08:37.615--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 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:08:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 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 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 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 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:46 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 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:08:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:54 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:54 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:54 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:57 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:08:57 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 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:58 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 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:08:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:59 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 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:59 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 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:59 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 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:08:59 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 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:08:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:03 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 18, 2019 7:09:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:09 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 36 requests to finish...

Dec 18, 2019 7:09:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:09:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 18, 2019 7:09:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 18, 2019 7:09:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@5cf0934c
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@5cf0934c
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@5cf0934c
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:09:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:29 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:09:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:40 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 18, 2019 7:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:40 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 18, 2019 7:09:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:41 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 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:41 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 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:41 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 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:41 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 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:42 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 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:42 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 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:42 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 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:42 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 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 18, 2019 7:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09: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 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09: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 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09: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 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 18, 2019 7:09:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:45 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:09:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:09:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:09:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:50 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 18, 2019 7:09:50 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:50 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 17 requests to finish...

Dec 18, 2019 7:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:09:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:09:58 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:09:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:09:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:09:59 AM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

Dec 18, 2019 7:10:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:03 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:06 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:07 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 18, 2019 7:10:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:09 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:10:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:14 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:10:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:16 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:10:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:18 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:24 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:27 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:10:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:31 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:34 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:38 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:41 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:45 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:45 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:47 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:10:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:51 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:53 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:10:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:10:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:10:59 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:10:59 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:10:59 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:11:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:04 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:05 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:06 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:06 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 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:11:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:11:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:08 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:08 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:08 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:11:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:11:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:17 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:20 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:11:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:23 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 18, 2019 7:11:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 18, 2019 7:11:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project e2e-testng: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test failed: Plugin org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M3 -> org.apache.maven.surefire:surefire-testng:jar:2.17: Failed to read artifact descriptor for org.apache.maven.surefire:surefire-testng:jar:2.17: Could not transfer artifact org.apache.maven.surefire:surefire-testng:pom:2.17 from/to eclipse.maven.central.mirror (https://repo.maven.apache.org/maven2/): Connection reset -> [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/PluginResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :e2e-testng
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE